Home

Awesome

DNS Analysis Scripts

A collection of scripts used to detect Fast-Flux domains and DGA domains.

Based on research conducted for MSc thesis, related research papers are available from the following locations:

Basic Usage

To analyse a single domain:

python FFAnalyse.py -d exampledomain.com

To analyse multple domains:

cat domains.txt | xargs -I {} python FFAnalyse.py -d {}

The URLAnalyse and Geolocate scripts can also be used in isolation, please see the documentation for each of these for usage info.

Dependencies These can all be installed with a simple easy_install <package name>

Note about MaxMind Databases: For Geographic analysis you require the MaxMind databases. These are not included here, please get these from MaxMind.