WHOIS Lookup
for any domain.

The public registration record behind a domain: registrar, registration and expiry dates, nameservers and status flags. Read it to catch an expiry deadline, a missing transfer lock or an unfamiliar nameserver before it takes the site down.

Enter the registered domain name (example.com, not www.example.com).

Try:

Note: All checks are public. Create a free account to keep your checks private and get an email if your site stops responding.

What is WHOIS?

WHOIS is a query and response protocol used to look up records associated with domain name registrations. It was developed in the early days of the internet, when ARPANET administrators needed a reliable way to look up who was responsible for a domain and how to reach them. The name is simply a phonetic shorthand for "who is" — as in, who is the owner of this domain?

When a domain is registered, the registrar collects information from the domain owner and submits it to a central registry. WHOIS servers maintained by registries and registrars expose this information over TCP port 43. A WHOIS query sends the domain name to the appropriate server and receives a plain-text response containing the registration record.

The data returned typically includes the registrar (the company through which the domain was purchased), registration and expiry dates, authoritative nameservers, domain status codes, and contact information for the registrant, administrative and technical contacts — though contact details are increasingly hidden by privacy services.

ICANN mandates that domain registrars maintain accurate WHOIS data for all registered domains under generic top-level domains (gTLDs). Country-code TLD registries operate under their own policies, which is why WHOIS availability and detail level can vary significantly between TLDs.

Contact details are usually redacted now; the registrar, dates, nameservers and status flags are still published for every registered domain.

What WHOIS Returns

A WHOIS or RDAP response surfaces the core registration metadata for a domain. The fields below appear in nearly every record — the exact wording varies between registries, but the meaning is consistent.

Field Description
Registrar Accredited company the domain is registered through.
Created Date the domain was first registered.
Expires Date the registration lapses if not renewed in time.
Updated Last modification to the registration record.
Nameservers Authoritative DNS servers responsible for the domain's zone.
Status EPP status codes that control which operations are currently allowed.
DNSSEC Whether the domain is signed with DNSSEC, plus the DS key data when available.

RDAP: The Modern WHOIS

The Registration Data Access Protocol (RDAP) is the modern successor to WHOIS, standardized by the IETF in 2015 (RFC 7480–7484). It was designed to address the long-standing limitations of the aging WHOIS protocol and is now mandated by ICANN for all accredited registrars managing gTLD domains.

The most significant improvement RDAP brings is structured data. Traditional WHOIS responses are free-text with no enforced schema — every registrar formats responses differently, making programmatic parsing unreliable. RDAP returns JSON, which is machine-readable, consistently structured and straightforward to process in code without brittle regex patterns.

Beyond structured output, RDAP brings several important advantages over traditional WHOIS:

Capability WHOIS RDAP
Response format Free-text, unstructured Structured JSON
Standardized schema No — varies by registrar Yes — IETF standardized
Internationalization Limited — ASCII-centric Full Unicode support
Access control None Role-based, authenticated tiers
Transport security Plaintext TCP / 43 HTTPS
RESTful API design No Yes
Referral mechanism Manual, inconsistent Bootstrapped via IANA

How Emercom queries domains

Emercom queries RDAP first. The IANA RDAP bootstrap registry is consulted to find the authoritative RDAP service for each TLD, and a structured JSON response is retrieved over HTTPS. If no RDAP service is available for the TLD — common with some country-code TLDs and legacy registrars — Emercom automatically falls back to the traditional WHOIS protocol on TCP port 43 and parses the plain-text response.

Most major TLDs including .com, .net, .org and hundreds of others now have full RDAP support, so structured JSON is the common case rather than the exception.

A Real WHOIS Record

Here is the record for emercom.io. The .io registry has no RDAP service listed in the IANA bootstrap registry, so a lookup for it takes the port-43 fallback described above and gets plain text back. The lines below are exactly what the registry returned; only the redacted contact fields and the notices at the end are left out.

What whois emercom.io prints

Domain Name: emercom.io
Registrar WHOIS Server: whois.dynadot.com
Registrar URL: http://dynadot.com
Updated Date: 2026-08-29T08:24:29Z
Creation Date: 2025-07-15T08:23:53Z
Registry Expiry Date: 2027-07-15T08:23:53Z
Registrar: Dynadot Inc
Registrar IANA ID: 472
Registrar Abuse Contact Email: abuse@dynadot.com
Registrar Abuse Contact Phone: +1.6502620100
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Registrant Organization: Super Privacy Service LTD c/o Dynadot
Registrant State/Province: California
Registrant Country: US
Name Server: hydrogen.ns.hetzner.com
Name Server: oxygen.ns.hetzner.com
Name Server: helium.ns.hetzner.de
DNSSEC: unsigned
Dates — drive expiry monitoring Status — current EPP locks Identity — domain & registrar names

Three lines matter most. Registry Expiry Date is the renewal deadline, and a domain that lapses can take its website, email and APIs offline with it. Updated Date changes whenever the record does, so a recent date nobody on your team can explain is worth checking. Domain Status here is clientTransferProhibited, the registrar lock that blocks a transfer to another registrar until it is lifted.

Most of the full output reads REDACTED. Registries have hidden registrant, admin and tech contact details by default since GDPR took effect in 2018, and this domain also uses its registrar's privacy service, which is why Registrant Organization shows Super Privacy Service LTD c/o Dynadot. Port 43 has no shared format either: each registry chooses its own labels and layout, so the same field can appear under different names depending on the TLD.

Understanding WHOIS Results

A WHOIS or RDAP response contains several key fields that tell you about the domain's history, current state and configuration. Here is what each field means and why it matters.

Registration Fields

Registrar is the accredited company through which the domain was purchased — for example, GoDaddy, Namecheap, Cloudflare or Google Domains. Each registrar has a unique IANA ID. Knowing the registrar is the first step when you need to transfer a domain, update contact records, or dispute ownership.

Registration Date tells you when the domain was first registered. A domain registered many years ago is generally considered more established, while a very recently registered domain can be a signal worth noting for security or trust assessments.

Expiry Date is the most operationally critical field. If a domain is not renewed before this date, it enters a grace period before eventually becoming available for anyone to register. Monitoring expiry dates is essential — an accidentally expired domain will take down every service running under it, from websites to email to API endpoints.

Last Updated reflects the most recent change to the registration record. Unexpected updates to this field can indicate a domain transfer, nameserver change, or registrant information update.

Technical Fields

Nameservers are the authoritative DNS servers for the domain. These are the servers that hold the zone file and answer DNS queries for all records under the domain. Changing nameservers is how you move DNS management from one provider to another — for instance, from your registrar's default DNS to Cloudflare or Route 53.

DNSSEC (Domain Name System Security Extensions) adds cryptographic signatures to DNS records. When DNSSEC is enabled, resolvers can verify that the DNS responses they receive have not been tampered with in transit. The WHOIS record will indicate whether DNSSEC is signed and, if so, provide the delegation signer (DS) key data.

EPP Status Codes

Domain status codes use the Extensible Provisioning Protocol (EPP) standard. They control what operations can be performed on the domain. Understanding these codes helps you know what actions are currently locked or permitted.

Status Code Meaning
clientTransferProhibited Transfer to another registrar is locked at the registrant's request. The most common status — protects against unauthorized domain hijacking.
serverTransferProhibited Transfer prohibited by the registry (not the registrant). Often set during dispute resolution or ICANN proceedings.
clientDeleteProhibited The domain cannot be deleted by the registrar at the registrant's request. Common on high-value domains.
serverDeleteProhibited Deletion prohibited by the registry. Typically set during a legal hold or dispute.
clientUpdateProhibited Domain record updates (nameservers, contacts) are locked at the registrant's request.
serverUpdateProhibited Updates prohibited by the registry.
clientHold Domain is suspended by the registrar — it will not resolve in DNS. Can occur for non-payment or policy violations.
serverHold Domain suspended by the registry. Common during the Add Grace Period immediately after new registration.
pendingDelete The domain is scheduled for deletion after the redemption period has expired. It will shortly become available for re-registration.
redemptionPeriod The domain has expired and is in the registrar's redemption grace period. It can still be recovered by the original registrant, typically for a higher fee.

Reading status codes in a hurry? client*Prohibited codes mean the registrant set a lock — usually good, it stops accidents and hijacks. server*Prohibited codes mean the registry imposed the lock — often during a dispute. clientHold / serverHold means the domain is offline right now (won't resolve in DNS). pendingDelete and redemptionPeriod are time-bound lifecycle states — both indicate someone forgot to renew.

Domain Privacy & Proxy Services

Many domain registrants use WHOIS privacy or proxy services to hide their personal contact information from the public WHOIS record. When privacy protection is active, the registrant, administrative and technical contact details are replaced with the privacy provider's information rather than the actual domain owner's name, address and email.

This is a legitimate and widely used practice — ICANN permits it. The domain itself is still findable, and registration and expiry dates, nameservers and status codes are always shown. Only the contact details are obscured. Registrars and privacy services are required to maintain a confidential record of the actual registrant and can reveal it upon valid legal request.

Common privacy service providers include Domains By Proxy (GoDaddy), Privacy Guardian (NameSilo) and Cloudflare's built-in WHOIS redaction. You can usually identify proxy protection when the registrant organization contains phrases like "Privacy Service", "Whois Agent" or "Domain Protection".

Why Watch WHOIS Records?

A WHOIS record looks static — registration date, expiry, nameservers, a few status flags. In practice, every one of those fields can change without warning, and you usually find out only when something breaks. Five failure modes that a regular WHOIS check would catch days or weeks before the outage:

  • Expiry creep. A registration quietly approaches its renewal deadline. Without a watch, you discover it the day the domain stops resolving — typically a Sunday, typically with the only person who knows the registrar password on holiday.
  • Transfer-lock removed. clientTransferProhibited disappears from the status list. Someone — legitimate owner or attacker — has unlocked the domain so it can be moved to another registrar. Often the first signal of an in-progress hijack.
  • Nameserver swap. Authoritative DNS changes to servers you do not control. By the time DNS propagates and visitors notice, the new operator already controls your email, web traffic and any service tied to the domain.
  • DNSSEC suddenly off. A signed zone going unsigned (delegationSigned: false where it used to be true) is a red flag. Either an attacker stripped it to enable spoofing, or someone disabled validation by accident during maintenance.
  • Ownership / contact change. Registrant company swapped, admin email rotated, postal address moved. Most are legitimate — staff turnover, restructuring — but some are the prelude to a takeover, an expiry-roulette buyout, or a domain dispute.

Common Uses for WHOIS Lookup

A WHOIS query is rarely the goal; it is the first step in something larger. Four things people are usually actually trying to establish:

Domain Expiry Monitoring

Track expiry dates across an entire portfolio so renewals happen weeks in advance, not the morning the domain stops resolving. The single most important monitor every operations team should have running.

Brand Protection

Detect typo-squat and look-alike domains targeting your brand. WHOIS reveals when a suspicious domain was registered, who registered it, and whether it's hiding behind a privacy proxy — the first triage step in a takedown process.

Security Investigation

When tracing a phishing campaign, a C2 host, or a fraudulent storefront, registration metadata is the breadcrumb trail. Registrar, registration date, and shared nameservers often cluster malicious domains operated by the same actor.

Pre-Acquisition Research

Before buying a domain (or a company that owns one), verify the registration timeline, current registrar, transfer-lock state, and nameserver setup. A 20-year-old domain with multiple silent ownership changes is a different asset than a fresh registration — and the WHOIS record tells you which.

WHOIS Myths That Won't Die

WHOIS predates GDPR, RDAP and the modern registrar market, and it shows. Six things the record is routinely assumed to prove, and does not:

"WHOIS data is current."

Reality: Registries sync to WHOIS / RDAP servers on their own schedule — minutes to hours, occasionally longer for ccTLDs. A change you made through your registrar can take a few hours to appear in third-party WHOIS lookups. If a status flag disappears in a check, give it 30 minutes and re-query before assuming a hijack.

"Privacy services make the owner anonymous."

Reality: Privacy / proxy services only hide the public-facing record. The registrar still has the real registrant details on file and is required to disclose them on valid legal request — subpoena, court order, ICANN URS / UDRP proceedings. Anonymity from random observers, not from law enforcement.

"Expired = available the next day."

Reality: Most gTLDs run a 30-day Redemption Grace Period after expiry, during which the original owner can pay a higher fee to reclaim. Then comes a 5-day Pending Delete window before the name returns to the registry pool. Total lag from expiry to re-registration is typically 35-45 days — and drop-catching services already have it queued before you see "available."

"WHOIS is encrypted."

Reality: Traditional WHOIS on TCP port 43 is plaintext. Anyone on the network path can read the query and response. RDAP fixed this by running over HTTPS — one of its underrated benefits — but as long as a TLD only offers WHOIS-43, every lookup against it is observable in transit.

"All registrars expose the same fields."

Reality: Field names, formatting, encoding and even available fields vary registrar by registrar. Some return Expiry Date, others Registry Expiry Date or Expiration Time. This inconsistency is exactly why RDAP exists — its JSON schema is the same across every IETF-compliant server, no regex required.

"Domain transfers happen instantly."

Reality: An ICANN-compliant gTLD transfer requires an auth code, an unlock from the losing registrar, and a 5-day window during which the registrant can cancel. Even a clean transfer typically takes 24-48 hours; a disputed one can take weeks. Plan transfers with that timeline, not the marketing copy on the gaining registrar's homepage.

The right mental model: WHOIS / RDAP is a periodically synced report from each registry, not a live database. Most numbers in it — expiry dates, status flags, nameservers — change slowly, so when one of them shifts unexpectedly that is the signal. Watching the record for change is the use case; reading it once is just curiosity.

Frequently Asked Questions

Quick answers to the most common questions about WHOIS, RDAP and domain registration data.

WHOIS is the legacy protocol — plain-text response over TCP port 43, no schema, every registrar formats fields differently. RDAP is its modern replacement standardized by the IETF in 2015: structured JSON over HTTPS, consistent across all compliant servers, supports internationalization.

Many registrants use a WHOIS privacy or proxy service to hide their personal contact details from the public record. The registrar still has the real registrant on file and discloses it on valid legal request, but random observers see only the privacy provider's placeholder. ICANN explicitly permits this.

For most gTLDs, expect 35-45 days: a 30-day Redemption Grace Period during which the original owner can pay a higher fee to reclaim the domain, followed by a 5-day Pending Delete window before the name returns to the registry pool for re-registration. Drop-catching services compete aggressively for high-value drops.

It is an EPP status code meaning the registrant has asked the registrar to lock the domain against transfer to another registrar. It is the most common protective lock and the recommended default — without it, anyone who phishes the registrar account can move the domain to another registrar before the legitimate owner notices.

Two main reasons. Country-code TLDs (ccTLDs) operate under their own registry policies — some return only minimal data, some require authentication. Even on gTLDs, GDPR and similar privacy regulations have caused most registrars to redact registrant contact details by default; only the technical metadata (dates, nameservers, status, registrar) is universally available.

For legal proceedings, no — WHOIS records can be incomplete, redacted, or fabricated at registration time and registrars are not authoritative attesters. For operational and investigative purposes, yes — registration timeline, nameservers, status flags and registrar are reliable enough to drive monitoring alerts, takedown decisions, and security triage.

Monitor the endpoint behind this domain

WHOIS is a one-time lookup — Emercom does not alert on registration or ownership changes. It does continuously monitor HTTP, port, and ICMP endpoints, and HTTPS monitors include certificate-expiry alerts. Get notified via email, SMS, voice, or Telegram from 23 global locations.

Choose what to allow. Essential cookies keep you signed in and protect forms; they are always on.