Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
fastfluxanalysis — Scripts to detect Fast-Flux and DGA using DNS query responses | Kitploit
Tools/GitHubGitHub/staaldraad/fastfluxanalysis
OSINT (Open Source Intelligence)ReconnaissanceNetwork SecurityThreat IntelligenceDNS Analysis
GitHubstaaldraad/fastfluxanalysis

fastfluxanalysis

Scripts to detect Fast-Flux and DGA using DNS query responses

View Repository
45169 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

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:

  • ISSA 2011
  • ISSA 2012
  • Botconf 2013

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

  • pygeoip
  • mgrs
  • dnspython
  • pytz

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

  • GeoIPCity.dat
  • GeoIPASNum.dat
  • GeoLiteCity.dat
Download Tool