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.

Written by Jay Daley, Director of IT. Visit the blog maintained by Jay Daley here.

See related topics: DNS, Top-Level Domains, Whois

Share     Twitter     Mobile     Master Feed (more feeds)
 Get CircleID's weekly roundup of postings:

Comments

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

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 7:55 AM PDT

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 7:57 AM PDT

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 8:16 AM PDT

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.

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

(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.