Real-time Authoritative Server Monitoring with passive DNS measurements.
We presented Anteater
recently at:
- DNS-OARC 34
- Please refer to our technical report on DNS/RTT measurements
We have been using Anteater
at SIDN for more than 1 year now.
- Read INSTALL.md for how to configure it
- Follow INSTALL.md and simply
python anteater.py
- Say you had an issue with your
ENTRADA
data, and when you rananteater
the data was incomplete. - You can re-run now
anteater
for any given date: simply runrerun_for_given_date.py
, using as parameter the day you want, aspython rerun_for_given_date.py 20210310
- The command above will delete from PostgreSQL all data for the specified date (2021-03-10)
- Then, it will re-run queries agian for this specific day,and repopulate the database based on now complete data from
ENTRADA
.
- See demo.md for your dashboards will look like