tags:

views:

52

answers:

1

Is there a single, or small group of, root servers I can send a query along the lines of,

return domain names created after TIMESTAMP

If so, how would I ask for it ?
I came across something called "zone-transfer" but it looks unreliable and likely to have me running into permission problems.

// Edit -- I want to get the list of .COM domains created since $TIMESTAMP. I'm not asking about programming issues - parsing the file and so on - just about where to find the data.

+1  A: 

Several root name servers accept zone transfers (for instance f.root-servers.net). But you do not need it, the entire zone file is distributed with FTP.

It does not include an history. You have to parse it and manage the history yourself. See for instance my talk at ICANN.

The last domains created in the root name servers were RS (Serbia) and ME (Montenegro) in september 2007.

bortzmeyer
Is there a way I can get domain names such as "new-domain.com" along with their date of creation using these ? Parsing/retrieval is not a problem I'll take any format I can get my hands on as long as it's current, I just need to know where I can get the information from. :)
joebert
Not at the root name servers. new-domain.com is hosted on the .COM name servers which do not allow zone transfers. The entire zone, as a file, is only distributed for a fee. See http://www.icann.org/en/registrars/ra-agreement-17may01.htm, section 3.3.6
bortzmeyer