Whois list of Top Level Domain against their corresponding registrar

Posted by Daniel on Stack Overflow See other posts from Stack Overflow or by Daniel
Published on 2010-04-06T04:49:35Z Indexed on 2010/04/06 4:53 UTC
Read the original article Hit count: 494

Filed under:
|
|

I'm trying to find a list of TLD's to their corresponding whois server, for example

.com americanWhoisServer .net someOtherWhoisServer .au australianWhoisServer

In the end i'm aiming for something like a Dictionary where the key is the TLD and the value is the whois server address (eg whois.apnic.net).

Ah snap, i just realised that i am given the IP addresses and not domain names but a list could still come in handy.

How can i determine which whois server to use given a IP address? Guess and check?

© Stack Overflow or respective owner

Related posts about whois

Related posts about server