ICANN Centralized Zone Data Service (CZDS) Tool https://czds.icann.org
Go to file
Dionysus 01d1e6c4d8
Defined output directory to a variable and created a systemd timer and cronjob script in extras for collecting czds data monthly
2024-03-06 16:47:25 -05:00
extras Defined output directory to a variable and created a systemd timer and cronjob script in extras for collecting czds data monthly 2024-03-06 16:47:25 -05:00
LICENSE Updated mirrors in README, LICENSE updated for 2024 2024-01-20 18:09:26 -05:00
README.md Defined output directory to a variable and created a systemd timer and cronjob script in extras for collecting czds data monthly 2024-03-06 16:47:25 -05:00
czds Defined output directory to a variable and created a systemd timer and cronjob script in extras for collecting czds data monthly 2024-03-06 16:47:25 -05:00
czds.py Updated both Python and POSIX version for minor improvements and code structure. Both files will now download a stats report from ICANN prior to downloading zones. 2024-03-05 21:10:57 -05:00

README.md

ICANN CZDS

The ICANN Centralized Zone Data Service (CZDS) allows approved users to request and download DNS zone files in bulk, provided they represent a legitimate company or academic institution and their intended use is legal and ethical. Once ICANN approves the request, this tool streamlines the retrieval of extensive domain name system data, facilitating research and security analysis in the realm of internet infrastructure.

Zone Information

Zone files are updated once every 24 hours, specifically from 00:00 UTC to 06:00 UTC. Access to these zones is granted in increments, and the total time for approval across all zones may extend to a month or longer. It is typical for more than 90% of requested zones to receive approval. Access to certain zone files may require additional application forms with the TLD organization. Please be aware that access to certain zones is time-bound, expiring at the beginning of the following year, or up to a decade after the initial approval has been confirmed.

At the time of writing this repository, the CZDS offers access to 1,151 zones in total.

1,079 have been approved, 55 are still pending (after 3 months), 10 have been revoked because the TLDs are longer active, and 6 have been denied. Zones that have expired automatically had the expiration extended for me without doing anything, aside from 13 zones that remained expired. I have included a recent stats file directly from my ICANN account.

Usage

Authentication

Credentials may be provided interactively upon execution or via the CZDS_USER & CZDS_PASS environment variables:

export CZDS_USER='your_username'
export CZDS_PASS='your_password'

Python version

python czds.py [--username <username> --password <password>] [--concurrency <int>]

POSIX version

./czds

Respects & extras

While ICANN does have an official czds-api-client-python repository, I rewrote it from scratch to be more streamline & included a POSIX version for portability. There is some official documentation that was referenced in the creation of the POSIX version. Either way, big props to ICANN for allowing me to use the CZDS for research purposes!


Mirrors for this repository: acid.vegasSuperNETsGitHubGitLabCodeberg