WHOIS(1) | User Commands | WHOIS(1) |
whois - Internet domain name and network number directory service
whois [-aAbfgiIklmQr] [-c country-code | Fl h host] [-p port] name...
The whois utility looks up records in the databases maintained by several Network Information Centers (NICs).
The options are as follows:
(Hint: All point of contact handles in the ARIN whois database end with -ARIN.)
By default whois constructs the name of a whois server to use from the top-level domain (TLD) of the supplied (single) argument, and appending .whois-servers.net . This effectively allows a suitable whois server to be selected automatically for a large number of TLDs.
In the event that an IP address is specified, the whois server will default to the American Registry for Internet Numbers (ARIN). If a query to ARIN references APNIC, AfriNIC, LACNIC, or RIPE, that server will be queried also, provided that the -Q option is not specified.
If the query is not a domain name or IP address, whois will fall back to whois.crsnic.net.
NOTE ! The registration of these domains is now done by a number of independent and competing registrars and this database holds no information on the domains registered by organizations other than Network Solutions, Inc. Also, note that the InterNIC database (whois.internic.net) is no longer handled by Network Solutions, Inc. For details, see http://www.internic.net/.
(Hint: Contact information, identified by the term handle, can be looked up by prefixing "handle" to the NIC handle in the query.)
The operands specified to whois are treated independently and may be used as queries on different whois servers.
The whois utility exits 0 on success, and >0 if an error occurs.
Most types of data, such as domain names and IP addresses, can be used as arguments to whois without any options, and whois will choose the correct whois server to query. Some exceptions, where whois will not be able to handle data correctly, are detailed below.
To obtain contact information about an administrator located in the Russian TLD domain RU, use the -c option as shown in the following example, where CONTACT-ID is substituted with the actual contact identifier.
whois -c RU CONTACT-ID
(Note: This example is specific to the TLD RU, but other TLDs can be queried by using a similar syntax.)
The following example demonstrates how to query a whois server using a non-standard port, where ``query-data'' is the query to be sent to ``whois.example.com'' on port ``rwhois'' (written numerically as 4321).
whois -h whois.example.com -p rwhois query-data
Vic White and Ken Harrenstien, NICNAME/WHOIS, 1 March 1982, RFC 812.
The whois command appeared in 4.3BSD.
October 2, 2009 | OmniOS |