Reverse DNS Lookup

Find hostnames (PTR records) associated with an IP address.

Lookup

Results

Copy to Clipboard
PTR
Run a lookup to see results here.

Reverse DNS Lookup FAQs

Common questions about PTR records and reverse DNS results.

What is Reverse DNS (rDNS)?

Reverse DNS maps an IP address back to one or more hostnames using PTR records. It’s the opposite direction of a normal DNS lookup (hostname → IP).

What is a PTR record?

A PTR record is the DNS record type used for reverse DNS. For IPv4 it lives under in-addr.arpa; for IPv6 it lives under ip6.arpa.

What is reverse DNS commonly used for?

It’s commonly used for email deliverability (mail servers often check PTR), logging/investigations, identifying infrastructure providers, and verifying that an IP has a meaningful hostname assigned.

Why does reverse DNS show “Unavailable” (no hostnames)?

Many IP addresses simply don’t have PTR records configured. Some providers intentionally leave PTR unset, or only set it for specific services (like mail servers).

Why can an IP return multiple hostnames?

An IP can have multiple PTR records (less common) or a resolver can return multiple answers. It can happen with shared infrastructure, certain hosting providers, or when multiple PTRs were configured.

Can I trust reverse DNS to identify the true owner/user of an IP?

Not completely. PTR records are configured by the party controlling the reverse DNS zone (usually the ISP/cloud provider). They’re a helpful hint, but they don’t prove who is using an IP at a given moment.