Cybersecurity

Understanding WHOIS Data: A Complete Guide to Domain Registration Information

Learn how to interpret WHOIS data for domain research, security investigations, and business intelligence. Understand registrant details, nameservers, dates, and EPP status codes — with a query-flow diagram and a full field-by-field reference table.

By Inventive HQ Team

WHOIS data is the public registration record for a domain name or IP address — it tells you which registrar a domain was bought through, when it was created, updated, and expires, which name servers it uses, what status locks are applied, and (when not redacted) who registered it. It is served by a query/response protocol originally defined in RFC 3912, coordinated through the registry that operates each top-level domain and the registrar that sold the name. Since privacy rules tightened in 2018, the contact fields are usually hidden — so a modern WHOIS record is most valuable for its dates, registrar, name servers, and status codes, which are authoritative and hard to fake.

That's the summary an AI overview will give you. What it can't give you is the part that makes WHOIS actually useful in an investigation: how a query travels from your machine to the right database, which fields to trust versus corroborate, and what every status code and redaction placeholder really means. This guide is the field manual — read it alongside our companion posts on WHOIS accuracy and its limitations, interpreting WHOIS dates for security, RDAP versus WHOIS, and privacy, GDPR, and redaction.

How a WHOIS query actually works

When you look up a domain, your query doesn't hit one big database — it's routed. Your client asks the registry (or a thin/thick WHOIS server) which registrar holds the name, and the authoritative record is assembled from the fields the registry controls plus the fields the registrar stores. Understanding that path explains why some fields are trustworthy and others are self-reported.

How a WHOIS query is routed A query travels from your client to the registry, which points to the registrar, and the combined record — dates, registrar, name servers, status, and contacts — is returned. Query → Registry → Registrar → Record Your client whois / RDAP Registry runs the TLD Registrar sold the name Record dates, NS, status, contacts

Registry-controlled fields (dates, status, IANA ID) are authoritative. Registrant-supplied contacts are self-reported and often redacted.

Every WHOIS field, and what it means

A raw record is a wall of key/value lines. Here is what each field is telling you, and how much you can trust it:

WHOIS fieldWhat it meansTrust level
Domain NameThe domain the record describes (normalized to uppercase in many gTLD records).Authoritative
Registry Domain IDA unique registry identifier for the domain (e.g. 12345678_DOMAIN_COM-VRSN).Authoritative
RegistrarThe company that sold/manages the registration (GoDaddy, Namecheap, Cloudflare…).Authoritative
Registrar IANA IDThe registrar's numeric ID in IANA's accreditation list — use it to identify the exact abuse contact.Authoritative
Creation DateWhen the domain was first registered. A very recent date is a top phishing/fraud signal.Authoritative
Updated DateLast change to the registration record — often a routine registrar update, not a change of owner.Authoritative (but easily misread)
Registry Expiry DateWhen the current registration period ends; drives renewal, drop-catch, and acquisition timing.Authoritative
Name ServerThe DNS servers authoritative for the domain; reveal the hosting/DNS provider and can link related domains.Authoritative
Domain StatusEPP status codes describing locks and lifecycle state (see the table below).Authoritative
DNSSECWhether DNSSEC signing is enabled (signedDelegation / unsigned).Authoritative
Registrant Name / OrganizationWho registered the domain — frequently REDACTED FOR PRIVACY since 2018.Self-reported; often redacted
Registrant Email / Phone / AddressRegistrant contact details — usually hidden behind privacy or a proxy relay.Self-reported; often redacted
Admin / Tech ContactPeople authorized to change the registration or handle technical issues; almost always redacted now.Self-reported; often redacted

The split is the key insight: the registry-controlled fields at the top are hard to falsify, while the registrant-supplied contact fields at the bottom are self-reported and, since privacy rules tightened, mostly hidden. Build your conclusions on the former and corroborate the latter — the accuracy and limitations guide goes deeper on where WHOIS lies.

Advertisement

Reading a real WHOIS record

Here's what a typical record looks like, annotated by the table above:

Domain Name: EXAMPLE.COM
Registry Domain ID: 12345678_DOMAIN_COM-VRSN
Registrar: Example Registrar, Inc.
Registrar IANA ID: 9999
Creation Date: 1995-08-14T04:00:00Z
Updated Date: 2023-08-14T09:00:00Z
Registry Expiry Date: 2025-08-13T04:00:00Z
Domain Status: clientTransferProhibited
Name Server: NS1.EXAMPLE.COM
Name Server: NS2.EXAMPLE.COM
DNSSEC: unsigned

The Z on every timestamp means UTC — a detail that trips up date-based analysis if you assume local time. For why that matters in security work, see interpreting WHOIS dates for domain security.

Loading interactive tool...

Domain status (EPP) codes decoded

The Domain Status lines are EPP status codes — a standardized vocabulary shared across gTLDs. A client prefix means the registrar set the code; a server prefix means the registry set it (usually harder to remove, often tied to a legal or dispute action). Multiple codes are normal and usually indicate protective locks, not trouble:

Status codeSet byWhat it means
clientTransferProhibitedRegistrarStandard lock preventing transfer to another registrar. A healthy default, not a red flag.
clientDeleteProhibitedRegistrarBlocks accidental or unauthorized deletion of the domain.
clientUpdateProhibitedRegistrarBlocks changes to the registration details.
clientHoldRegistrarRegistrar has removed the domain from the DNS zone — it won't resolve.
serverHoldRegistryRegistry has pulled the domain from DNS, often for non-payment or a dispute.
serverTransferProhibitedRegistryRegistry-level transfer lock, commonly during legal action.
pendingDeleteRegistryThe domain is scheduled for deletion and will soon drop.
redemptionPeriodRegistryThe domain expired and is in a ~30-day grace window where the owner can still restore it.
pendingTransferRegistryA transfer to another registrar is in progress.
ok (a.k.a. active)RegistryNo restrictions applied — ironically the least protected state.

WHOIS for security investigations

Security professionals lean on WHOIS for:

Investigating phishing domains. New domains (created within the past few days or weeks) hosting login pages are often phishing attempts. The Creation Date is the single most useful field for this.

Tracking threat actors. Attackers often register many domains. Shared name servers, the same registrar, correlated creation dates, or reused (rare, but it happens) contact fragments can cluster a campaign.

Verifying legitimate businesses. Before dealing with an unfamiliar company, domain age and registration details can reveal red flags — a "20-year-old brand" on a domain registered last month doesn't add up.

Identifying domain squatters. Finding who registered typosquatting or brand-infringing domains supports trademark enforcement, even when contacts are redacted (the registrar and IANA ID still give you an abuse route).

Privacy protection, GDPR, and redaction

Since GDPR took effect in May 2018, most WHOIS records show redacted contact data. ICANN's Temporary Specification directed registrars to stop publishing personal fields publicly, so you'll frequently see:

Registrant Name: REDACTED FOR PRIVACY
Registrant Organization: REDACTED FOR PRIVACY
Registrant Email: Please query the RDDS service of the Registrar

Many registrars also apply privacy/proxy services by default, replacing registrant details with relay contacts. This is legitimate privacy protection, not an indicator of malicious intent — plenty of ordinary businesses and individuals use it. To reach the underlying data you typically go through the registrar's RDDS or a formal legal request. The full mechanics are in our privacy, GDPR, and redaction guide.

WHOIS is being replaced by RDAP

Legacy WHOIS returns free-form text over an old, unstructured protocol. RDAP (Registration Data Access Protocol) is its ICANN-mandated successor: it returns structured JSON over HTTPS, with standardized fields, consistent redaction, internationalization, and support for tiered/authenticated access. gTLD registries and registrars have been required to operate RDAP since 2019, and most modern lookup tools now query RDAP behind the scenes and present it in a familiar layout. If you script domain research, prefer RDAP's JSON — see what RDAP is and how it differs from WHOIS.

Using WHOIS data responsibly

WHOIS data is appropriate for security research and incident response, legal investigations and trademark protection, due diligence on business partners, and understanding ownership for acquisitions. It is not appropriate for spam or unsolicited marketing, harassment of domain owners, or bulk harvesting for resale — uses that ICANN policy and privacy law both restrict.

Practical applications

Domain purchase negotiations. Check the Registry Expiry Date. Domains near expiration may become available, or the owner may be motivated to sell.

Competitor research. Knowing when a competitor registered a key domain, and which registrar and name servers they use, can inform your own domain strategy.

Brand protection. Regular WHOIS/RDAP monitoring for look-alike domains catches infringement early — the creation date tells you how fresh the threat is.

Look up WHOIS data

Use our WHOIS Lookup tool to query registration information for any domain. It returns registration and expiration dates, name servers, domain status codes, registrar details, and the registrant fields when they're available. Understanding WHOIS data — and knowing which fields to trust — empowers you to make informed decisions about domain security, business relationships, and online investigations.

Frequently Asked Questions

What is WHOIS data?

WHOIS data is the public registration record for a domain name or IP address. It comes from a query/response protocol (originally defined in RFC 3912) that returns who registered a domain, which registrar they used, when it was created, updated, and expires, which name servers it uses, and what status locks apply. For most generic top-level domains the record is served by the registrar and coordinated through the registry that runs the TLD. Since 2018, contact fields are commonly redacted for privacy, so a modern WHOIS record tells you far more about a domain's dates, registrar, and status than about the human who owns it.

What are the most useful fields in a WHOIS record?

For most investigations the high-signal fields are the Creation Date (a domain registered days ago and hosting a login page is a classic phishing tell), the Registrar and Registrar IANA ID (identifies the company you'd file an abuse complaint with), the Name Servers (reveal the hosting/DNS provider and can link related domains), and the Domain Status / EPP codes (show whether the domain is locked, on hold, or heading for deletion). Registrant contact fields are usually redacted, so treat dates, registrar, name servers, and status as the reliable core.

What does clientTransferProhibited mean in WHOIS?

clientTransferProhibited is a standard EPP status code, set by the registrar, that blocks the domain from being transferred to another registrar until the lock is removed. It is a normal, healthy default that most registrars apply to protect against unauthorized transfers — it is not a sign of a problem. The 'client' prefix means the registrar set it; a 'server' prefix (like serverTransferProhibited) means the registry set it, usually for a legal or dispute reason.

Why does WHOIS say REDACTED FOR PRIVACY?

Because of privacy law and registrar privacy services. After the EU's GDPR took effect in May 2018, ICANN's Temporary Specification told registrars to stop publishing most personal contact data in public WHOIS. Many registrars also sell (or bundle for free) privacy/proxy services that replace the registrant's real name, address, and email with generic placeholders. Redaction is legitimate privacy protection and is not, by itself, an indicator of malicious intent. To request the underlying data you generally have to go through the registrar's RDDS or a legal process.

Is WHOIS data accurate and reliable?

Partially. The registry-controlled fields — creation, update, and expiration dates, registrar, IANA ID, and status codes — are authoritative and hard to fake. The registrant-supplied contact fields are self-reported, frequently redacted, and sometimes deliberately false, so they should be corroborated, never trusted on their own. Dates can also confuse people: an 'Updated Date' often reflects a routine registrar change, not a change of owner. See our companion guide on WHOIS accuracy and its limitations for the full picture.

What is the difference between WHOIS and RDAP?

RDAP (Registration Data Access Protocol) is the modern successor to WHOIS. WHOIS returns free-form text over an old, unstructured protocol; RDAP returns structured JSON over HTTPS, with standardized fields, consistent redaction, internationalization, and support for differentiated access. ICANN has required gTLD registries and registrars to run RDAP since 2019, and it is gradually replacing legacy WHOIS. Most lookup tools now query RDAP under the hood and present the results in a familiar WHOIS-style layout.

How do I read a domain's creation and expiration dates?

Creation Date is when the domain was first registered; Registry Expiry Date is when the current registration period ends. A very recent creation date is a common risk signal for phishing and fraud, while a long history suggests an established domain. Expiration dates matter for acquisition timing and for spotting domains at risk of lapsing. Watch the time zone — WHOIS timestamps are typically in UTC (the trailing Z) — and don't confuse the Updated Date with an ownership change. Our guide to interpreting WHOIS dates for security covers the edge cases.

Can I look up WHOIS data for free?

Yes. WHOIS and RDAP are public services, and you can query them from a terminal (the whois command), from a registry or registrar website, or from a browser-based tool. Our free WHOIS Lookup tool returns the registration and expiration dates, name servers, registrar, and status codes for any domain, and surfaces the redacted contact fields when they're available.

whoisdomain researchcybersecuritynetwork security