Look up a domain's WHOIS record: registrar, creation and expiry dates, name servers and status.
WHOIS is the registration record behind every domain name. This tool queries it live over the WHOIS protocol (TCP port 43) and pulls out the fields that matter: the registrar, when the domain was created, last updated and when it expires, the authoritative name servers, and the domain's status codes.
How the lookup actually works
There is no single WHOIS server. The query is a referral chain. First we ask IANA (whois.iana.org) which server is authoritative for the top-level domain — for .com that is Verisign, for .in the NIXI registry. We query that registry for your domain, and if it names a registrar's own WHOIS server we follow that one hop further for the fuller record. Each server we talk to is validated and pinned to a public IP first, so the referral chain can never be steered at an internal address.
Reading the result
clientTransferProhibited or clientDeleteProhibited are registrar locks that protect against unauthorised transfers and deletion. Their absence is worth noticing.Why it matters for security
WHOIS is a staple of reconnaissance and incident response. Investigators use registration dates to spot freshly-minted phishing domains (a domain registered yesterday impersonating your brand is a red flag), pivot on registrant details and name servers to cluster related malicious infrastructure, and confirm ownership during takedowns. Defensively, watching your own domains' expiry and status codes prevents the two classic self-inflicted disasters: an accidental expiry and an unauthorised transfer.
Common mistakes
Turn an IPv4 CIDR block into network, broadcast, mask, host range, and usable host count.
Paste DNS records and get each type explained in plain English with its security implications.
Break down an IPv4 address: class, scope, private/reserved status, decimal/hex/binary, and reverse-DNS pointer.