WHOIS
A decades-old protocol and public database for looking up the registered owner of an IP address, ASN, or domain name.
Last updated:
What is WHOIS?
WHOIS is a query-and-response protocol for retrieving the registered owner of an internet resource — a domain name, an IP address block, or an ASN. It was defined in the 1980s (RFC 3912 is the current specification) and originally ran over TCP port 43 as plain text. WHOIS remains widely deployed, but RDAP is the modern replacement, providing the same data in structured JSON over HTTPS.
What WHOIS returns
For a domain name (e.g. example.com), WHOIS returns:
- Registrar (the company that sold the registration)
- Registration date and expiry date
- Name servers
- Registrant contact (though most fields are now redacted under GDPR and ICANN's registration data policy)
For an IP address, WHOIS returns:
- The allocated range (a CIDR block) that contains the IP
- The organization that holds the allocation
- Abuse contact details — the email address to report abuse originating from that block
- Parent ASN
Limitations and replacement
WHOIS has accumulated significant problems over its 40-year history:
- Inconsistent output — each registry and registrar formats responses differently, so parsing requires dozens of regex rules
- No internationalization — non-ASCII registrant data doesn't round-trip
- No authentication or access tiers — it's either fully public or fully hidden
- Privacy conflicts — GDPR forced registrars to redact most personal fields in 2018, leaving responses much less useful
These limitations are why ICANN mandated RDAP as the replacement in 2019. Most modern tools now fall back to WHOIS only when RDAP is unavailable. Our WHOIS lookup tool queries both protocols and presents the richest available data.