Understanding WHOIS Domain Registration Data
The WHOIS protocol is one of the oldest query-and-response systems on the internet, dating back to the early 1980s. It operates as a distributed database maintained by domain registrars and regional internet registries (RIRs), providing public access to registration data for domain names, IP address blocks, and autonomous system numbers. When you register a domain, ICANN (the Internet Corporation for Assigned Names and Numbers) requires your registrar to collect and publish certain data fields in the WHOIS database, making this information accessible to anyone who queries it.
The WHOIS system works through a hierarchy of servers. A query for a .com domain first reaches Verisign's thin WHOIS server (which manages the .com TLD), which returns a referral to the registrar's thick WHOIS server containing the full registration record. Different TLDs maintain their own WHOIS servers with varying data formats, which is why WHOIS output can look different depending on the domain extension you query. Modern alternatives like the RDAP (Registration Data Access Protocol) are gradually replacing traditional WHOIS, offering structured JSON responses and better access control.
WHOIS data serves multiple legitimate purposes: trademark holders use it to identify and contact operators of potentially infringing domains, security researchers trace malicious infrastructure, law enforcement agencies investigate cybercrime, and domain investors research domain history before making acquisitions. Our WHOIS lookup tool queries the appropriate WHOIS server for any domain and returns the raw registration data in a readable format.
WHOIS Privacy and GDPR
Historically, WHOIS records were fully public, displaying the registrant's name, address, phone number, and email in plain text. This transparency served the internet community well for accountability but also exposed domain owners to spam, harassment, and identity theft. In response, most registrars began offering WHOIS privacy protection (also called domain privacy or proxy services), which replaces the registrant's personal information with the details of a forwarding service.
The implementation of the European Union's General Data Protection Regulation (GDPR) in May 2018 fundamentally changed WHOIS. Under GDPR, personal data cannot be published without a lawful basis, so registrars managing domains for EU-based registrants now redact most personal fields by default. You will typically see "REDACTED FOR PRIVACY" in place of names, addresses, and phone numbers. ICANN developed a Temporary Specification and later the RDAP protocol to balance privacy rights with legitimate access needs, allowing verified parties (such as law enforcement and intellectual property holders) to request unredacted data through formal processes.
Even with privacy protections in place, WHOIS still reveals valuable non-personal data: the registrar name, registration and expiration dates, nameservers, and domain status codes remain publicly visible. These data points alone are sufficient for most investigative and administrative purposes. If you need to contact a domain owner whose data is redacted, most privacy services provide a forwarding email address or web form that relays your message without exposing the registrant's actual contact information.
Domain Status Codes Explained
WHOIS records include EPP (Extensible Provisioning Protocol) status codes that describe the current state and restrictions on a domain. Understanding these codes helps you interpret the security posture of any domain.
ok / active
What it means: The domain is in normal status with no pending operations or restrictions. It will resolve normally and can be modified, transferred, or deleted by the registrant.
Note: This is the standard healthy state. If you see this along with no other status codes, the domain has no special locks applied.
clientTransferProhibited
What it means: The registrar has locked the domain to prevent unauthorized transfers to another registrar. This is a common security measure enabled by default.
Action: To transfer the domain, you must first unlock it through your registrar's control panel and obtain an authorization (EPP) code.
clientHold / serverHold
What it means: The domain's DNS resolution has been suspended. ClientHold is set by the registrar (often for non-payment), while serverHold is set by the registry (often for legal disputes or policy violations).
Action: Contact your registrar to understand why the hold was placed. For clientHold, resolving billing issues typically restores the domain. ServerHold may require legal resolution.
redemptionPeriod / pendingDelete
What it means: The domain has expired and is in the grace period before permanent deletion. During redemptionPeriod, the original registrant can still recover it (usually for a premium fee). PendingDelete means the domain will be released to the public pool within days.
Action: Contact your registrar immediately to redeem the domain before it is permanently deleted and becomes available for anyone to register.
Common WHOIS Fields Reference
This table explains the standard fields you will encounter in a WHOIS lookup response and what each one tells you about the domain.
| Field |
Description |
Example |
| Domain Name | The fully qualified domain being queried | EXAMPLE.COM |
| Registrar | ICANN-accredited company that manages the registration | GoDaddy.com, LLC |
| Creation Date | Date the domain was first registered | 1995-08-14T04:00:00Z |
| Expiration Date | Date the domain registration expires | 2025-08-13T04:00:00Z |
| Updated Date | Last time the WHOIS record was modified | 2024-01-15T12:30:00Z |
| Name Server | Authoritative DNS servers for the domain | NS1.EXAMPLE.COM |
| Domain Status | EPP status codes indicating locks and restrictions | clientTransferProhibited |
| DNSSEC | Whether DNSSEC signing is enabled for the domain | signedDelegation / unsigned |
| Registrant Org | Organization that owns the domain | Internet Assigned Numbers Authority |