1 .\" Copyright (c) 1985, 1990, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" From: @(#)whois.1 8.1 (Berkeley) 6/6/93
33 .\" $FreeBSD: src/usr.bin/whois/whois.1,v 1.15.2.9 2002/11/17 15:05:55 mike Exp $
34 .\" $DragonFly: src/usr.bin/whois/whois.1,v 1.4 2005/01/09 13:30:06 liamfoy Exp $
41 .Nd "Internet domain name and network number directory service"
45 .Op Fl c Ar country-code | Fl h Ar host
51 utility looks up records in the databases maintained by several
52 Network Information Centers
55 The options are as follows:
56 .Bl -tag -width indent
58 Use the American Registry for Internet Numbers
61 It contains network numbers used in those parts of the world covered neither by
66 (Hint: All point of contact handles in the
68 whois database end with
72 Use the Asia/Pacific Network Information Center
75 It contains network numbers used in East Asia, Australia,
76 New Zealand, and the Pacific islands.
78 Use the Network Abuse Clearinghouse database.
79 It contains addresses to which network abuse should be reported,
80 indexed by domain name.
81 .It Fl c Ar country-code
82 This is the equivalent of using the
84 option with an argument of
85 .Qq Ar country-code Ns Li .whois-servers.net .
87 Use the US Department of Defense
89 It contains points of contact for subdomains of
92 Use the US non-military federal government database, which contains points of
93 contact for subdomains of
96 Use the specified host instead of the default variant.
97 Either a host name or an IP address may be specified.
101 constructs the name of a whois server to use from the top-level domain
103 of the supplied (single) argument, and appending
104 .Qq Li .whois-servers.net .
105 This effectively allows a suitable whois server to be selected
106 automatically for a large number of
109 In the event that an IP
110 address is specified, the whois server will default to the American
111 Registry for Internet Numbers
119 that server will be queried also, provided that the
121 option is not specified.
123 If the query is not a domain name or IP address,
126 .Pa whois.crsnic.net .
128 Use the Network Solutions Registry for Internet Numbers
129 .Pq Pa whois.networksolutions.com
131 It contains network numbers and domain contact information for most of
132 .Pa .COM , .NET , .ORG
138 The registration of these domains is now done by a number of
139 independent and competing registrars and this database holds no information
140 on the domains registered by organizations other than Network Solutions, Inc.
144 .Pq Pa whois.internic.net
145 is no longer handled by Network Solutions, Inc.
147 .Pa http://www.internic.net/ .
149 (Hint: Contact information, identified by the term
151 can be looked up by prefixing
155 handle in the query.)
157 Use the Internet Assigned Numbers Authority
160 It contains network information for top-level domains.
162 Use the National Internet Development Agency of Korea's
165 It contains network numbers and domain contact information
168 Use the Latin American and Caribbean IP address Regional Registry
171 It contains network numbers used in much of Latin America and the
174 Use the Route Arbiter Database
177 It contains route policy specifications for a large
178 number of operators' networks.
180 Connect to the whois server on
182 If this option is not specified,
189 will not attempt to lookup the name in the authoritative whois
190 server (if one is listed).
191 This option has no effect when combined with any other options.
193 Use the R\(aaeseaux IP Europ\(aaeens
196 It contains network numbers and domain contact information
199 Use the Russia Network Information Center
202 It contains network numbers and domain contact information
205 This option is deprecated; use the
207 option with an argument of
211 Use the IPv6 Resource Center
214 It contains network names and addresses for the IPv6 network.
217 The operands specified to
219 are treated independently and may be used
220 as queries on different whois servers.
222 Most types of data, such as domain names and
224 addresses, can be used as arguments to
226 without any options, and
228 will choose the correct whois server to query.
229 Some exceptions, where
231 will not be able to handle data correctly, are detailed below.
233 To obtain contact information about an
234 administrator located in the Russian
240 option as shown in the following example, where
242 is substituted with the actual contact identifier.
244 .Dl "whois -c RU CONTACT-ID"
246 (Note: This example is specific to the
251 can be queried by using a similar syntax.)
253 The following example demonstrates how to obtain information about an
255 address or hostname using the
257 option, which directs the query to
260 .Dl "whois -6 IPv6-IP-Address"
262 The following example demonstrates how to query
263 a whois server using a non-standard port, where
265 is the query to be sent to
266 .Dq Li whois.example.com
269 (written numerically as 4321).
271 .Dl "whois -h whois.example.com -p rwhois query-data"