Getting WHOIS Server Address Directly from Registry

By Jay Daley
Jay Daley

If you want to find out the WHOIS server for a particular TLD then in many cases you can do it with a simple DNS lookup. Just query for an SRV record for the domain _nicname._tcp.tld, like this:

~ jay$ dig +short _nicname._tcp.uk srv
0 0 43 whois.nic.uk.

The answer tells you that the WHOIS server for .uk is on port 43 (as it should be) of the server whois.nic.uk.

Many other TLDs follow this convention including .au .at .dk .fr .de .hu .ie .li .lu .nl .no .re .si .se and .ch. This list has now expanded to include .us and .biz and other registries are actively considering it. Of course for gTLDs with distributed WHOIS services there may be some problems to be overcome.

However, I hope developers pick up on this and start building it into their code. At the moment most developers tend to use a service like whois-servers.net, but this mechanism means they can get the WHOIS server address directly from the registry and so users should get a better experience.

By Jay Daley, Chief Executive of .nz Registry Services

Related topics: DNS, Top-Level Domains, Whois

Get our weekly report:

WEEKLY WRAP — Get CircleID's Weekly Summary Report by Email:
Print Comment

Comments

Re: Getting WHOIS Server Address Directly from Registry Michele Neylon  –  Apr 20, 2007 4:31 AM PST

It would help if more of the ccTLDs provided some form of CLIbased whois or at least a DAS check.

Re: Getting WHOIS Server Address Directly from Registry Paul Hoffman  –  Apr 22, 2007 6:55 AM PST

For those of us who use command-line interfaced, the "jwhois" package is a nice transparaent interface to all of the whois services. See the jwhois page for more info.

Re: Getting WHOIS Server Address Directly from Registry Michele Neylon  –  Apr 22, 2007 6:57 AM PST

Unfortunately jwhois does not work with a lot of the ccTLDs - I've been trying it :)

Re: Getting WHOIS Server Address Directly from Registry Paul Hoffman  –  Apr 22, 2007 7:16 AM PST

I haven't had that problem. I'm sure that the person at would appreciate knowing which TLDs are not working.

Re: Getting WHOIS Server Address Directly from Registry Paul Hoffman  –  Apr 22, 2007 7:18 AM PST

(Trying that again...)

I haven’t had that problem. I’m sure that the person at help-jwhois@gnu.org would appreciate knowing which TLDs are not working.