You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks to your contribution the script works perfectly.
However i would like to change the domain database from the free 70 000 domains, to a more full covered domain list. I don't see any options or possibility to do so in the python script it self.
Also manually changing the database, will revert pack once the domathreat.py is runned. Please advise
The text was updated successfully, but these errors were encountered:
do you have some open source database suggestions in terms of an URL to request for or are you speaking about a private txt file you would like to parse or something else?
I would like to download daily the CZDS data from ICANN: https://czds.icann.org/zone-requests/all
And use that as the source of newly created domains, using some script.
If I see it correctly, only the zones in total are provided. So at first we have to compute the difference to a reference list per tld to get the newly registered delta on a daily base.
Further more it could be a challenge for standard systems to compute > 200 000 000 millions domains over parallel processing workers to get the newly registered delta.
Could you please specify your request more in detail?
e.g. provide the lists as .txt files manually vs. download files via an authentication automatically
Hi,
First of all thanks to your contribution the script works perfectly.
However i would like to change the domain database from the free 70 000 domains, to a more full covered domain list. I don't see any options or possibility to do so in the python script it self.
Also manually changing the database, will revert pack once the domathreat.py is runned. Please advise
The text was updated successfully, but these errors were encountered: