GreenJoson / dnspop

Analysis of DNS records to find popular trends

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DNSpop

Tools to find popular trends by analysis of DNS data. For more information, see my blog post on the most popular subdomains on the internet. Hit the results directory to get straight to the data.

code/subpop.sh

A script to build a list of popular subdomains based on Rapid7's Project Sonar Forward DNS data set.

code/suffix_strip.py

A script to efficiently strip suffixes from domains using data from the Public Suffix List. Used by subpop.sh but can be used as a stand-alone script.

results/*

Result sets from the above tools.

About

Analysis of DNS records to find popular trends

License:MIT License


Languages

Language:Shell 55.8%Language:Python 44.2%