Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bitquark/dnspop
Analysis of DNS records to find popular trends
https://github.com/bitquark/dnspop
Last synced: 21 days ago
JSON representation
Analysis of DNS records to find popular trends
- Host: GitHub
- URL: https://github.com/bitquark/dnspop
- Owner: bitquark
- License: mit
- Created: 2016-03-01T12:23:14.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-10T23:47:10.000Z (almost 9 years ago)
- Last Synced: 2024-08-05T17:43:11.468Z (4 months ago)
- Language: Shell
- Size: 8.52 MB
- Stars: 438
- Watchers: 19
- Forks: 120
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - bitquark/dnspop - Analysis of DNS records to find popular trends (Shell)
README
# 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](https://bitquark.co.uk/blog/2016/02/29/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](https://github.com/rapid7/sonar/wiki/Forward-DNS) data set.
## code/suffix_strip.py
A script to efficiently strip suffixes from domains using data from the [Public Suffix List](https://publicsuffix.org/list/). Used by _subpop.sh_ but can be used as a stand-alone script.
## results/*
Result sets from the above tools.