Skip to content

A script that takes all the domain objects of the RIPE-NCC database and checks the DNS

License

Notifications You must be signed in to change notification settings

altf4arnold/reverse-dns-checker-RIPE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REVERSE DNS CHECKER RIPE

This is a script linked in this RIPE Labs article

To execute it, you will need to download this file which is a daily dump of all the RIPE-NCC domain objects and decompress it at the root of the project.

wget https://ftp.ripe.net/ripe/dbase/split/ripe.db.domain.gz
gunzip ripe.db.domain.gz
virtualenv -p python3 venv
source venv/bin/activate
pip install requirements.txt
python main.py

Interesting additional resources :

For more information about your zone, you can check zonemaster

About

A script that takes all the domain objects of the RIPE-NCC database and checks the DNS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages