Reverse DNS Lookup
Find the hostname associated with any IPv4 or IPv6 address via PTR record lookup
Try:
Frequently Asked Questions
Reverse DNS (rDNS) is the process of resolving an IP address back to a hostname. While standard DNS lookup resolves a domain name to an IP address (forward lookup), reverse DNS does the opposite — it queries a PTR (Pointer) record in the special
in-addr.arpa domain (for IPv4) or ip6.arpa (for IPv6) to find the associated hostname.A PTR (Pointer) record maps an IP address to a domain name. PTR records are stored in the reverse DNS zone and are used by mail servers to verify the identity of sending servers, network diagnostics, and system logging. For example, the IP
8.8.8.8 resolves to dns.google via a PTR record.Not all IP addresses have PTR records configured. PTR records must be set up by the IP block owner (typically an ISP or hosting provider). Consumer IP addresses often don't have PTR records. Servers and mail servers usually do — mail servers without valid reverse DNS are often flagged as spam.
Forward-confirmed reverse DNS (FCrDNS) is when the hostname resolved via PTR record also resolves back to the same IP via an A record. For example:
8.8.8.8 → dns.google → 8.8.8.8. This confirmation is used by email servers to verify that a server's IP and hostname are consistent, which is a strong spam prevention signal.Email servers often check the reverse DNS of the connecting server's IP. If the PTR record doesn't exist or doesn't match the sending domain, the email is more likely to be flagged as spam. For email deliverability, it's important that your mail server's IP has a PTR record pointing to a hostname that resolves back to that same IP (FCrDNS).
Yes. This tool supports both IPv4 and IPv6 reverse DNS lookups. For IPv6, the lookup queries the
ip6.arpa zone instead of in-addr.arpa. For example, the IPv6 address 2001:4860:4860::8888 (one of Google's DNS servers) resolves to dns.google. IPv6 PTR records are less commonly configured than IPv4 ones.About This Reverse DNS Lookup Tool
This free Reverse DNS (rDNS) Lookup tool performs a PTR record lookup for any public IPv4 or IPv6 address. It also attempts a forward confirmation lookup — verifying that the resolved hostname maps back to the original IP. Private, loopback, and reserved IP addresses are blocked for security.
Well-known DNS Server IPs
| IP | Provider | Hostname |
|---|---|---|
| 8.8.8.8 | dns.google | |
| 1.1.1.1 | Cloudflare | one.one.one.one |
| 9.9.9.9 | Quad9 | dns9.quad9.net |
| 208.67.222.222 | OpenDNS | resolver1.opendns.com |
| 4.2.2.2 | Level3 | b.resolvers.Level3.net |
Reverse DNS Use Cases
| Use Case | Why it Matters |
|---|---|
| Email deliverability | PTR required by many mail servers |
| Network diagnostics | traceroute/ping show hostnames |
| Security logging | Logs show hostnames not just IPs |
| Spam prevention | FCrDNS check by mail servers |
| Abuse investigation | Identify servers behind an IP |