Reverse DNS Lookup
Look up the PTR hostname associated with any public IPv4 or IPv6 address. See whether reverse DNS exists, which hostname or hostnames are returned, and how to interpret the result.
Ready for lookup
Enter a public IPv4 or IPv6 address to query its reverse DNS PTR record.
Querying reverse DNS…
Reverse DNS Report
01
PTR lookup
Reverse DNS result
02
Resolved PTR hostname
PTR hostname
No PTR hostname was returned.
This does not automatically indicate a problem. Many public IP addresses do not have reverse DNS configured.
03
Interpretation
What this result means
Understanding reverse DNS
-
01
What is reverse DNS?
Reverse DNS maps an IP address back to a hostname using a DNS PTR record. It is the opposite direction from a normal forward DNS lookup, where a hostname is resolved to an IP address.
-
02
What is a PTR record?
A PTR record contains the hostname that the operator responsible for an IP address has assigned for reverse DNS. IPv4 uses the
in-addr.arpareverse namespace, while IPv6 usesip6.arpa. -
03
Why does an IP address have no reverse DNS?
Reverse DNS is optional. An address may be publicly routed and work normally even when no PTR record exists. Missing reverse DNS should not by itself be treated as evidence that an address is unsafe or misconfigured.
-
04
Reverse DNS vs. hostname lookup
A reverse DNS lookup starts with an IP address and asks for its PTR hostname. A hostname lookup starts with a domain or hostname and asks for its A or AAAA addresses. These are separate DNS operations and do not necessarily produce symmetric results.
Analyst note
A PTR hostname is context, not identity
Reverse DNS naming is controlled by the network responsible for the address. A PTR hostname can provide useful infrastructure context, but it does not prove legal ownership, physical location, user identity, or host safety.
Data provenance
How IPRevealed performs the lookup
- Lookup type
- Live DNS PTR query for the supplied public IPv4 or IPv6 address.
- Resolver path
- IPRevealed US1 network probe through the public IPRevealed API.
- HTTP cache policy
- The public endpoint is served with
Cache-Control: no-store.
This tool reports PTR results returned at lookup time. It does not currently perform forward-confirmed reverse DNS (FCrDNS).
Need broader IP intelligence?
Reference
Frequently asked questions
What does a reverse DNS lookup do?
It queries the PTR record associated with an IP address and returns the hostname or hostnames configured for that address.
Can IPv4 and IPv6 both have PTR records?
Yes. IPv4 reverse DNS uses the in-addr.arpa namespace and
IPv6 reverse DNS uses ip6.arpa.
Is it bad if an IP address has no PTR record?
Not necessarily. Reverse DNS is optional, and many legitimate public IP addresses do not have a PTR hostname configured.
Does a PTR hostname prove who owns an IP address?
No. PTR naming provides network context, but allocation and registration information should be checked separately.
Does this tool perform FCrDNS?
No. This version performs the reverse PTR lookup only. It does not currently resolve the returned hostname forward again to confirm that it maps back to the original IP address.