Advertisement

How to Do a WHOIS Lookup on an IP Address or Domain

Every IP address block and every domain name has a public paper trail โ€” who registered it, which organisation operates it, and who to contact about abuse. WHOIS is the protocol (and the family of databases) that lets anyone look this up.

What a WHOIS lookup reveals

For an IP address:

For a domain: registrar, creation and expiry dates, nameservers, and registrant details (nowadays usually redacted for privacy).

How to run one

Web: the registries' own lookups are authoritative โ€” ARIN's search, RIPE's database query, or aggregate tools. For IPs, our homepage already shows the owning organisation and ASN of your own address instantly.

Command line (Mac/Linux):

whois 8.8.8.8
whois example.com

Windows users can use PowerShell alternatives or any web lookup.

Advertisement

Reading IP results correctly

Common misunderstandings to avoid:

Practical uses

  1. Reporting abuse โ€” find the abuse contact for an attacking or spamming IP.
  2. Vetting a connection โ€” is that login from a residential ISP or a datacenter range?
  3. Domain due diligence โ€” check a site's age and registrar before trusting it; freshly registered domains are a phishing red flag.
  4. Buying a domain โ€” see when it expires and through whom.

Related: reverse DNS answers a different question โ€” what hostname an IP presents โ€” and pairs well with WHOIS when investigating an address.

๐ŸŒ Curious what your connection reveals right now? Check your IP address and location โ†’

Frequently asked questions

Can WHOIS tell me who's behind an IP address?

Only the operating organisation (usually an ISP). Matching an IP to an individual subscriber requires the ISP's records and legal process.

Why are domain WHOIS details hidden?

Privacy rules (GDPR) and registrar privacy services redact personal data by default. The registrar, dates and nameservers remain visible.

Advertisement