Reverse DNS Lookup

Translate an IPv4 or IPv6 address into its exact reverse-DNS name, query authoritative PTR evidence, and verify whether returned hostnames resolve forward to the original address.

  • IPv4 and IPv6 normalization
  • Authoritative PTR and TTL evidence
  • Forward-confirmed reverse DNS
  • Delegation and DNSSEC diagnostics

Run a reverse DNS lookup

Enter one bare address. CIDR prefixes, ports, zone IDs, hostnames, and ambiguous IPv4 octets with leading zeroes are rejected.

Used for zone discovery and validation controls; PTR evidence is queried directly from authoritative servers.

Normalized query preview

Canonical address
8.8.8.8
Absolute PTR query name
8.8.8.8.in-addr.arpa.
Address scope note
No common special-use prefix detected.
Live examples:

One address is checked at a time because each run contacts the reverse zone’s authoritative servers and may perform bounded forward verification. Results depend on live public DNS and the same-origin Octetify DNS analyzer; no private or split-horizon DNS is queried.

How to read a reverse lookup

NXDOMAIN vs NODATA

NXDOMAIN says the queried reverse name does not exist. NODATA says the name exists but has no PTR RRset. Both mean no PTR hostname was returned, but they are different DNS outcomes.

PTR is a published claim

The address-block operator controls the reverse zone. A PTR name can be missing, generic, stale, or point anywhere; it does not enumerate every website hosted on the address.

FCrDNS adds consistency

A PTR hostname passes FCrDNS only when its forward A or AAAA answers contain the original address. Mail systems commonly use this signal, but it does not replace SPF, DKIM, or DMARC.

Standards basis: RFC 1035 defines PTR records and IN-ADDR.ARPA; RFC 3596 defines nibble-reversed IP6.ARPA names; RFC 2308 distinguishes negative-answer forms.