misp-warninglists/tools
Xavier Claude bf8b467a3e Add a tool to generate public dns resolver list
The tool generate two lists, one for IPv4 (list4.json) and one for IPv6
(list6.json) to allow the user to only enable one of the two.

The list is downloaded from http://public-dns.info/ and a sample of the
list was tested with:

for dns in $( awk -F ","  '{ print $1 }' < nameservers.csv ) ; do dig +noedns @$dns google.com | grep NOERROR 1>/dev/null  || echo $dns ; done

~95% of the tested servers responded. So the list is not all crap.
2016-08-03 19:59:55 +02:00
..
generate-alexa.py Actualy put alexa 1000 top domains in the output list 2016-08-03 15:54:13 +02:00
generate-publicdns.py Add a tool to generate public dns resolver list 2016-08-03 19:59:55 +02:00