WHOIS fields
Learn how to read WHOIS and RDAP output for domains, IP addresses, and ASNs. Understand every field — registrar, expiry, status codes, RIR allocation, abuse contacts, and why some data is redacted.
TL;DR WHOIS output shows registration and ownership data for domains, IP addresses, and ASNs. The two key things to understand: (1) domain WHOIS and IP WHOIS return completely different field sets, and (2) most modern tools (including DNS Buddy) use RDAP instead of legacy WHOIS — giving you structured, consistent data instead of free-form text.
Legacy WHOIS is a 40-year-old protocol that returns unformatted plain text. The format varies by registrar and registry — fields have different names, ordering differs, and parsing it automatically is unreliable.
RDAP (Registration Data Access Protocol) is the modern replacement. It returns structured JSON with consistent field names across all registries. DNS Buddy uses RDAP by default wherever supported, falling back to legacy WHOIS for registrars that haven't migrated.
The data is the same — RDAP just structures it consistently so it's easier to read and cross-reference.
When you look up a domain, you're querying the domain registry (for gTLDs like .com, this is Verisign) and the registrar (where the domain was purchased). Here's what each field means:
Registrar: The company where the domain is registered (GoDaddy, Namecheap, Cloudflare, Google Domains, etc.).
Registrar IANA ID: A unique numeric identifier assigned to the registrar by ICANN.
Registrar Abuse Contact Email / Phone: Where to report abuse originating from domains registered through this registrar.
Creation Date / Registered On: When the domain was first registered. A very recent creation date on an unfamiliar domain is a signal worth noting in security investigations.
Updated Date / Last Updated: The last time any registration data was modified. Frequent updates can indicate the domain is actively managed — or actively manipulated.
Expiry Date / Registry Expiry Date: When the registration expires. Domains approaching expiry may be at risk of lapsing. During a domain acquisition or security audit, check whether the expiry date gives you enough runway.
Name Server: The DNS servers authoritative for the domain — where DNS queries for this domain are sent. Nameservers tell you who manages the domain's DNS (Cloudflare, AWS Route 53, a hosting provider, etc.). Unexpected nameserver changes are a strong indicator of domain hijacking.
Status codes describe what operations are currently allowed on the domain. Multiple statuses can apply simultaneously.
| Status | Meaning |
|---|---|
ok | No restrictions. Normal state. |
clientTransferProhibited | Transfer to another registrar is locked at the registrar level. Common — prevents unauthorized transfers. |
clientDeleteProhibited | Domain cannot be deleted by the registrant. |
clientUpdateProhibited | Domain data cannot be modified. |
serverTransferProhibited | Transfer prohibited at the registry level (stronger than client-level lock). |
serverDeleteProhibited | Deletion prohibited at the registry level. |
serverUpdateProhibited | Updates prohibited at the registry level. |
pendingTransfer | A transfer to another registrar is in progress. |
pendingDelete | Domain is in the deletion pipeline — likely recently expired. |
redemptionPeriod | Domain expired and is in a grace period where the original registrant can still reclaim it (usually 30 days). |
pendingRestore | Registrant requested restore from redemption period. |
What to look for: a domain with no transfer or delete locks (ok only) is more vulnerable to unauthorized transfers. High-value domains should have clientTransferProhibited and clientDeleteProhibited at minimum.
Registrant / Admin / Tech contact: Name, organization, email, phone, and address of the domain owner and administrative contacts. In practice, most of this is now redacted.
Since GDPR (2018) and ICANN's subsequent policy changes, registrars are required to redact personal data for registrants in privacy-protected jurisdictions. Most .com, .net, and .org registrations now show something like:
Registrant Email: Please query the RDDS service of the Registrar
Registrant Organization: REDACTED FOR PRIVACYThis is normal and expected. It's not a sign the domain is suspicious — it's the default for virtually all consumer registrations.
For business domains registered through a corporate account, organization name may still be visible even when personal data is redacted.
IP WHOIS data comes from the Regional Internet Registries (RIRs) — ARIN (North America), RIPE NCC (Europe/Middle East), APNIC (Asia-Pacific), LACNIC (Latin America), and AFRINIC (Africa).
Network / NetRange / CIDR: The IP address block allocated to this organization. If you're investigating a single IP, this shows the full range it belongs to.
NetName / Network Name: A short identifier for the network block, assigned by the RIR.
Organization / OrgName: The company or entity that was allocated this IP block.
OrgId: A unique identifier for the organization in the RIR's database.
Country: The country where the IP block is registered. Note: this reflects registration location, not necessarily where servers using these IPs are physically located.
OrgAbuseEmail / Abuse-Mailbox: The email address for reporting abuse (spam, attacks, illegal activity) originating from IPs in this block. This is what you use to file an abuse report.
OrgTechEmail: Technical contact for network-level issues.
OrgNOCEmail: Network Operations Center contact — for routing or connectivity problems.
RegDate: When the IP block was allocated to this organization.
Updated: Last modification to the registration data.
An ASN (Autonomous System Number) identifies a network that operates under a single routing policy on the internet — typically an ISP, cloud provider, or large enterprise.
ASN / AutNum: The AS number itself (e.g., AS13335 for Cloudflare).
AS Name: Short identifier for the AS.
Organization: Who operates this autonomous system.
Description: Free-text description of the network's purpose.
IP Prefixes: The IP ranges announced by this AS. Knowing the ASN lets you understand the full scope of addresses under one operator's control — useful when clustering IPs from the same source.
DNS Buddy displays RDAP results in a structured format rather than raw JSON or legacy WHOIS text. Key things to orient to:
For a mixed list of domains, IPs, and ASNs, use Bulk WHOIS Lookup — it handles all three in one request and shows results side by side.