Look up domain registration details using the public RDAP protocol. Find the registrar, creation and expiry dates, nameservers, and registrant information for any domain. Results are fetched directly from authoritative RDAP servers.

WHOIS is a query-and-response protocol used to look up information about registered domain names, IP addresses, and autonomous systems. When you register a domain, your contact and registration details are stored in a public database maintained by your registrar and the relevant registry. WHOIS lookups let anyone query this information.
This tool uses the modern RDAP (Registration Data Access Protocol), which is replacing the older text-based WHOIS protocol. RDAP returns structured JSON data and supports HTTPS, making it more reliable and secure. If you are investigating suspicious activity on your network or checking DNS records, a WHOIS lookup is often the logical first step.
A WHOIS lookup returns several categories of information. Here is what each field means:
| Field | Description | Example |
|---|---|---|
| Domain Name | The registered domain | example.com |
| Registrar | Company where the domain was registered | GoDaddy, Namecheap, Cloudflare |
| Registration Date | When the domain was first created | 1997-09-15 |
| Expiry Date | When the registration expires | 2028-09-14 |
| Nameservers | DNS servers authoritative for the domain | ns1.example.com |
| Status | EPP status codes indicating domain state | clientTransferProhibited |
| Registrant | Domain owner (often privacy-protected) | Contact Privacy Inc. |
Pro Tip: If the WHOIS data shows privacy protection (like "Contact Privacy Inc." or "WhoisGuard"), the actual owner's details are hidden behind a proxy service. This is standard practice and does not necessarily indicate anything suspicious. Most modern registrars include free WHOIS privacy with domain registration.
The traditional WHOIS protocol (port 43) is being replaced by RDAP, which offers several advantages for network administrators and security researchers:
| Feature | WHOIS (Legacy) | RDAP (Modern) |
|---|---|---|
| Protocol | TCP port 43, plain text | HTTPS (port 443), encrypted |
| Data Format | Unstructured text | Structured JSON |
| Authentication | None | Supports OAuth/tokens |
| Internationalization | Limited (ASCII) | Full Unicode support |
| Standardization | Varies by registrar | IETF standard (RFC 7480-7484) |
| Rate Limiting | Inconsistent | Standardized HTTP 429 |
Both protocols query the same underlying registration data. Our tool uses RDAP for better reliability and structured output. For more about how domain names resolve to IP addresses, see our What Is DNS guide.
WHOIS lookups serve a variety of purposes for network administrators, security professionals, and website owners:
WHOIS results include EPP (Extensible Provisioning Protocol) status codes that describe the domain's current state. Understanding these codes helps you assess whether a domain is properly secured:
| Status Code | Meaning | Set By |
|---|---|---|
| clientTransferProhibited | Domain cannot be transferred to another registrar | Registrar |
| clientDeleteProhibited | Domain cannot be deleted | Registrar |
| serverTransferProhibited | Registry-level transfer lock | Registry |
| ok / active | No restrictions, domain is active | Registry |
| pendingDelete | Domain is being deleted (redemption period ended) | Registry |
| redemptionPeriod | Domain expired and is in 30-day recovery window | Registry |
| autoRenewPeriod | Domain was auto-renewed, can still be cancelled | Registrar |
For your own domains, enabling transfer lock (clientTransferProhibited) is essential to prevent unauthorized domain theft. This is similar to how you should change your router admin password and disable WPS to prevent unauthorized access to your network.
While our web tool is convenient, you can also run WHOIS queries directly from your terminal:
# Basic WHOIS lookup
whois example.com
# Query a specific WHOIS server
whois -h whois.verisign-grs.com example.com
# RDAP lookup using curl
curl -s "https://rdap.org/domain/example.com" | python3 -m json.tool
# Using Invoke-RestMethod for RDAP
Invoke-RestMethod -Uri "https://rdap.org/domain/example.com" | ConvertTo-Json
For more command-line networking tools, explore our Port Checker and MAC Lookup tools, or check your network configuration with the router admin panel.
When registering domains, consider these privacy best practices — they are just as important as securing your home WiFi:
Pro Tip: Use a dedicated email address for domain registrations. This prevents your primary email from being harvested by spammers who scrape WHOIS databases. Even with privacy protection, some data can leak through historical WHOIS records cached by third-party services.
Yes. WHOIS data is publicly available by design as part of the domain registration system. Querying WHOIS databases is legal in all jurisdictions. However, using the data for spam, harassment, or bulk harvesting may violate the registrar's terms of service and applicable laws.
Domain registrants can opt for WHOIS privacy (also called domain privacy or proxy protection), which replaces their personal contact details with a privacy service's information. This is standard practice to prevent spam, identity theft, and unwanted contact. Most registrars now include it for free.
Not directly through WHOIS. You can submit a request through the privacy service provider, but they will only disclose information for legitimate legal purposes such as trademark disputes, law enforcement requests, or court orders.
WHOIS reveals domain registration and ownership information, while DNS lookup shows the actual DNS records (A, AAAA, MX, CNAME, etc.) that control how the domain resolves. They provide complementary information — WHOIS tells you who owns the domain, DNS tells you where it points.
This is due to GDPR compliance. Since May 2018, registrars must redact personal data for registrants in the European Economic Area. Some registrars apply this globally. The ICANN Temporary Specification requires registrars to provide gated access for legitimate purposes.
WHOIS data is typically updated within 24 hours of any change to the domain registration. However, some registries cache data for up to 48 hours. RDAP queries generally return more current data than legacy WHOIS because they query the authoritative source directly.
Yes, WHOIS also works for IP addresses, returning the organization that owns the IP block and their contact information. This is useful for identifying the source of suspicious traffic. For IP-specific analysis, try our What Is My IP tool or the IP Reputation Checker.
About Tommy N.
Tommy is the founder of RouterHax and a network engineer with 10+ years of experience in home and enterprise networking. He specializes in router configuration, WiFi optimization, and network security. When not writing guides, he's testing the latest mesh WiFi systems and helping readers troubleshoot their home networks.
![]() |
![]() |
![]() |
![]() |
Promotion for FREE Gifts. Moreover, Free Items here. Disable Ad Blocker to get them all.
Once done, hit any button as below
![]() |
![]() |
![]() |
![]() |