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.
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.
Canonical input, exact reverse transformation, selected discovery resolver, and service timing.
All hostnames observed from authoritative endpoints are retained. TTL is evidence reported by those endpoints, not a countdown for a local resolver cache.
Each PTR hostname is resolved in the original address family: A for IPv4 or AAAA for IPv6. A pass requires the exact canonical input address to appear in that hostname’s authoritative forward answers. This is a consistency check, not proof of identity or ownership.
| Nameserver | Public endpoints | Reachability | RCODE / outcome | Latency | TTL |
|---|
These diagnostics describe the reverse zone that serves the PTR name. “Indeterminate” means the bounded analyzer could not collect enough evidence; it does not mean secure or insecure.
| Hop | Current zone | Server | RCODE | Next delegation / answer | Latency |
|---|
| Resolver | Address | RCODE | AD claim | CD control | Latency |
|---|
Actionable warnings supplied by the analyzer. An empty list means no analyzer warning was emitted, not that every possible DNS issue was excluded.
No analyzer warnings were emitted for this run.
The raw view includes the authoritative PTR analysis and every completed forward-confirmation analysis. Downloading JSON preserves the same evidence with a generated timestamp.
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.
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.
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.