WHOIS Domain Lookup
Enter any domain name to validate its format, identify the WHOIS server, and get the CLI command for a full live WHOIS query. Supports 50+ TLDs including .com, .net, .io, .ai, .dev, and country-code TLDs.
Related Tools
Frequently Asked Questions
What information does WHOIS show?
WHOIS records include: domain registrar, registration and expiry dates, name servers, and (where public) registrant name, organisation, and contact email. Privacy protection services replace personal contact details with proxy information.
Why is WHOIS information sometimes hidden?
GDPR (in Europe) and similar privacy regulations led registrars to offer or require WHOIS privacy, replacing personal data with redacted or proxy information. Many TLDs now redact registrant details by default.
How do I run a full WHOIS query?
This tool provides the correct WHOIS server and CLI command for your domain. In a terminal, run: whois yourdomain.com — or use the WHOIS server shown to query directly (e.g. whois -h whois.verisign-grs.com yourdomain.com).
WHOIS Lookups: Domain Registration Data and What It Reveals
WHOIS is a protocol and database system that stores registration information for internet domain names, IP address allocations, and autonomous system numbers. Originally designed as a simple directory service to facilitate contact between network administrators, WHOIS has evolved into an important tool for domain research, security investigations, brand protection, and due diligence. Understanding how WHOIS works, what information it provides, and how GDPR has changed its accessibility is essential for anyone working in web development, cybersecurity, or internet infrastructure.
What WHOIS Data Contains
A traditional WHOIS record for a domain name includes the registrant's name and contact information (name, organization, address, email, phone), the administrative and technical contacts for the domain, the registrar (the company through which the domain was registered), the domain's name servers, important dates (registration date, last update date, expiration date), and the domain status codes. The status codes use ICANN-defined EPP (Extensible Provisioning Protocol) status values: clientTransferProhibited means the registrar has locked the domain against transfers; serverHold means the registry has put the domain on hold, preventing it from resolving in DNS.
IP address WHOIS records (queried at ARIN, RIPE, APNIC, LACNIC, or AFRINIC depending on the region) show which organization was allocated the IP block, their abuse contact information, and the country and network description. This information is particularly useful for identifying the legitimate owner of an IP address that appears in security logs, determining whether an IP belongs to a cloud provider or a residential ISP, and finding contact information to report abuse.
GDPR and WHOIS Redaction
The General Data Protection Regulation (GDPR), which took effect in May 2018, dramatically changed public WHOIS data for domains registered by individuals in the European Union. Because WHOIS records often contain personal information (name, address, phone number, email), the GDPR's requirements for lawful data processing and data minimization came into direct conflict with ICANN's traditional requirement for publicly accessible WHOIS records. The result was widespread adoption of WHOIS privacy services and data redaction, making many WHOIS records far less informative than they were before 2018.
Today, many domains show "DATA REDACTED FOR PRIVACY" or the information of a privacy proxy service (like "Domains By Proxy" or "WhoisGuard") instead of the actual registrant details. This is legal and common even for legitimate businesses and individual registrants who want to protect their personal information from spam harvesting, stalking, and social engineering attacks. The loss of public WHOIS data has been controversial in the security community, where access to registrant information was an important tool for investigating phishing sites, tracking cybercrime infrastructure, and identifying malicious actors.
Using WHOIS for Domain Research
Despite increased data redaction, WHOIS lookups remain valuable for several purposes. Checking a domain's registration date reveals how long it has been active — a domain registered days before a phishing email was sent is a strong indicator of malicious intent. Checking the registrar and name servers provides context about the domain's infrastructure. Knowing when a domain expires helps assess the stability of a service or website. For business due diligence, verifying that a domain is registered to the expected organization (even if partial contact information is available) helps confirm legitimacy.
Domain availability research is another common WHOIS use case. Before purchasing a domain, WHOIS lookups reveal whether a desired domain is registered, when it expires, and whether it might become available for registration. Domain brokers use WHOIS to identify potentially valuable expired domains and to contact registrants of domains they wish to purchase. Competitive intelligence often involves checking competitors' domain portfolios to understand their brand strategy and planned product launches.
WHOIS in Cybersecurity Investigations
Security researchers and incident responders rely heavily on WHOIS data when investigating malicious infrastructure. When a phishing domain is identified, WHOIS data can reveal the registrar (who may have abuse reporting processes), the registration date, and sometimes patterns in the registrant email that link multiple domains to the same actor — even if privacy protection obscures real names, phishing campaigns often reuse the same privacy email addresses or registrar accounts. Bulk WHOIS analysis tools can identify registrant clusters that reveal coordinated campaigns across hundreds of domains.
IP WHOIS is often more complete than domain WHOIS because IP allocation data is maintained by Regional Internet Registries (RIRs) which have different privacy rules than domain registrars. Identifying the AS (Autonomous System) number and network owner for a suspicious IP helps determine whether the traffic originates from a residential ISP (potentially a compromised home router or malware-infected device), a VPN service, a cloud provider (where abuse contacts can be reached through the provider's abuse reporting system), or a dedicated server hosting company known for hosting criminal infrastructure. This context informs the appropriate response to the detected activity.
RDAP: The Modern WHOIS Replacement
The Registration Data Access Protocol (RDAP) is the modern, structured replacement for the aging WHOIS protocol. While WHOIS returns free-form text that varies by registrar and requires custom parsing, RDAP returns JSON data with a standardized schema, supports authentication for different levels of data access, handles internationalized domain names correctly, and is served over HTTPS rather than plain TCP port 43. ICANN has been transitioning the domain name industry to RDAP, and most major registrars and registries now support RDAP queries alongside traditional WHOIS. For programmatic access to domain registration data, RDAP is the preferred protocol as its structured JSON output is far easier to parse reliably than WHOIS text.