Passive DNS collection (and statistics) from RIPE Atlas Sensors
Find a file
2017-04-20 18:14:04 +02:00
bin Minimal statistics added 2017-04-20 18:14:04 +02:00
LICENSE Initial commit 2017-04-20 14:16:13 +02:00
README.md There are two kind of lie: a lie or some statistics. 2017-04-20 16:02:38 +02:00
REQUIREMENTS Requirement added 2017-04-20 15:49:33 +02:00

passive-dns-atlas

Passive DNS collection (and statistics) from RIPE Atlas Sensors

The goal is to use RIPE Atlas Sensors as a source of DNS information for passive collection but also to provide additional information and statistics to Passive DNS users from the DNS measurements performed by the RIPE Atlas sensors.

Requirements

Usage

./bin/pdns.py

Current Statistics

127.0.0.1:6379> ZREVRANGE NAME 0 12
 1) "hostname.bind"
 2) "."
 3) "id.server"
 4) "pt."
 5) "by."
 6) "xn--90ais."
 7) "com."
 8) "se."
 9) "es."
10) "ie."
11) "net."
12) "version.bind"
13) "il."
127.0.0.1:6379> ZREVRANGE TYPE 0 12
1) "TXT"
2) "SOA"
3) "A"
4) "CNAME"
5) "MX"
6) "NS"
7) "AAAA"
127.0.0.1:6379> ZREVRANGE TYPE 0 12 WITHSCORES
 1) "TXT"
 2) "249269"
 3) "SOA"
 4) "118628"
 5) "A"
 6) "1275"
 7) "CNAME"
 8) "118"
 9) "MX"
10) "65"
11) "NS"
12) "48"
13) "AAAA"
14) "31"

License