Xavier Claude
9572f54d47
Add IPv6 link local prefix
2016-08-03 20:19:07 +02:00
Xavier Claude
d41d770eb1
Add public dns v4 and v6 resolvers IP from the tool
2016-08-03 20:04:38 +02:00
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
Alexandre Dulaunoy
7a52d7bf8d
Merge pull request #5 from claudex/alexa
...
Alexa
2016-08-03 16:00:09 +02:00
Xavier Claude
16a4265688
Actualy put alexa 1000 top domains in the output list
2016-08-03 15:54:13 +02:00
Xavier Claude
4075a58165
Write the alexa top1M zip file after download
2016-08-03 15:52:28 +02:00
Xavier Claude
b856e9897c
Fix alexa top1M url
2016-08-03 15:43:35 +02:00
Alexandre Dulaunoy
41ce6cd77d
Merge pull request #4 from claudex/rfc3849
...
Add RFC 3849 - IPv6 prefix for documentation
2016-08-03 14:50:32 +02:00
Alexandre Dulaunoy
1061d47f01
Fix: JSON tests
2016-08-03 14:49:28 +02:00
Xavier Claude
97a7e16396
Add RFC 3849 - IPv6 prefix for documentation
2016-08-03 14:40:07 +02:00
Iglocska
98c8d29a45
Merge branch 'list_updates'
2016-06-27 11:36:12 +02:00
Iglocska
30ef83db0b
Updated warninglists with domains or IP addresses to also include domain|ip type attributes
...
- fixes issue as reported by @Delta-Sierra
2016-06-27 11:32:04 +02:00
Alexandre Dulaunoy
58ac9ff865
Build status icon added
2016-06-24 11:04:01 +02:00
Alexandre Dulaunoy
52b22ff990
Travis test scripts added
2016-06-24 10:55:51 +02:00
Alexandre Dulaunoy
6e00a93ee0
RFC 5735 added
2016-06-24 10:53:23 +02:00
Alexandre Dulaunoy
3fa228200a
Alexa top 1000 list added
2016-05-28 21:34:48 +02:00
Alexandre Dulaunoy
34ce028295
Alexa top 1000 MISP warning list added including generation tool
2016-05-28 21:31:40 +02:00
Alexandre Dulaunoy
7f6a2e762f
Multicast CIDR blocks added
2016-04-26 22:25:21 +02:00
Alexandre Dulaunoy
7e6793e024
rfc5771 added
2016-04-26 22:24:28 +02:00
Alexandre Dulaunoy
181c32bfc4
More public DNS servers added
2016-04-26 22:15:12 +02:00
Alexandre Dulaunoy
3a5d28e632
google added
2016-04-22 09:24:59 +02:00
Alexandre Dulaunoy
b38bb64789
List of known google domains and hostnames
2016-04-22 09:23:48 +02:00
Alexandre Dulaunoy
1e58376e67
Merge pull request #3 from wllm-rbnt/second-level-tlds
...
Expand second level tlds from Wikipedia
2016-04-21 14:29:19 +02:00
William Robinet
fadc1df714
Expand second level tlds from Wikipedia
2016-04-21 11:46:16 +02:00
Alexandre Dulaunoy
1714bab78f
second-level of TLD lists
2016-04-20 21:36:21 +02:00
Alexandre Dulaunoy
88c6548b19
Merge pull request #2 from wllm-rbnt/second-level-tlds
...
Add second level tlds from Mozilla Foundation
2016-04-20 17:44:27 +02:00
William Robinet
e5c1e19c8e
Add second level tlds from Mozilla Foundation
2016-04-20 17:26:08 +02:00
Alexandre Dulaunoy
df6fa809c9
Merge pull request #1 from wllm-rbnt/openresolver
...
Add level3 open resolver
2016-04-20 11:38:21 +02:00
William Robinet
b1e13fd029
Add level3 open resolver
2016-04-20 11:14:29 +02:00
Alexandre Dulaunoy
20945ee47f
Basic README added
2016-04-19 21:59:42 +02:00
Alexandre Dulaunoy
b5b5bffac0
Version added
2016-04-19 18:11:22 +02:00
Alexandre Dulaunoy
1b0ac3c631
RFC 1918 networks
2016-04-19 15:19:47 +02:00
Alexandre Dulaunoy
a7a2b3b805
Hashes of empty files
2016-04-19 15:10:47 +02:00
Alexandre Dulaunoy
2a108c358a
Public-dns warning list
2016-04-19 13:16:38 +02:00
Alexandre Dulaunoy
987b01beda
Initial list with TLDs
2016-04-19 12:23:13 +02:00