Networking guide

How to Investigate Domain, WHOIS and DNS Details

Use registration records, DNS answers, and domain signals together when diagnosing a website or email domain.

Start with the question you need to answer

WHOIS or RDAP data describes registration, DNS records describe routing and service configuration, and a domain-insights report combines several public signals. None of these sources alone proves who operates a website or whether its content is trustworthy.

A practical domain investigation

  1. Normalize the domain by removing paths and query strings.
  2. Review registration dates, registrar, status codes, and nameservers.
  3. Query A and AAAA records for web addresses, MX for mail delivery, TXT for policy or verification records, and NS for authoritative nameservers.
  4. Compare certificate names and HTTP behavior with the intended hostname.

Reading common DNS answers

An A record returns IPv4, while AAAA returns IPv6. CNAME points one hostname at another name. MX records include a preference number: lower values are normally tried first. TXT records can contain SPF, domain verification, or other text. DNS TTL indicates how long a resolver may cache an answer; it is not an expiry date for the domain.

Why information may be missing

Privacy services can redact registrant data. Some registries expose different fields, and DNS answers can vary by resolver or geography. A recently changed record may remain cached until its prior TTL passes. Confirm important changes using the authoritative provider.