Reverse DNS Lookup
Last updated: April 2, 2026
Reverse DNS Lookup
Your IPv4: Not detected
Your IPv6: Not detected
Reverse DNS Results
- IP Address
- Hostname (PTR)
- Forward Confirmed
- Yes (FCrDNS valid) No (forward lookup does not match) N/A
- All PTR Records
Reverse DNS Lookup
Enter an IP address to find its associated hostname (PTR record) and verify forward-confirmed reverse DNS.
Our free reverse DNS lookup tool resolves any IP address to its associated hostname using PTR record queries. Enter an IPv4 or IPv6 address to find its reverse DNS hostname and verify forward-confirmed reverse DNS (FCrDNS). A reverse DNS lookup is essential for email server administrators, network engineers, and security analysts who need to identify the owners of IP addresses.
What Is Reverse DNS?
Reverse DNS (rDNS) is the process of resolving an IP address back to a hostname. While standard DNS maps domain names to IP addresses (A records), a dns reverse lookup does the opposite — it maps IP addresses to domain names using PTR (Pointer) records. For example, querying the reverse DNS for 8.8.8.8 returns dns.google. The mechanism is defined in RFC 1035, the foundational specification for the Domain Name System.
How PTR Records Work
PTR records are stored in a special zone under the .in-addr.arpa domain (for IPv4) or .ip6.arpa (for IPv6). The IP address octets are reversed and appended to this domain. For example, the PTR record for 8.8.8.8 is stored at 8.8.8.8.in-addr.arpa. For IPv6, each hex digit of the expanded address is reversed and dot-separated, making IPv6 reverse zones extremely long. The .arpa top-level domain is managed by IANA specifically for internet infrastructure purposes, including dns lookup reverse zones.
Forward-Confirmed Reverse DNS (FCrDNS)
FCrDNS verification checks that the hostname returned by a reverse DNS lookup also resolves forward to the original IP. This is an important anti-spam technique — many mail servers reject email from IPs that lack valid FCrDNS. A valid FCrDNS means the IP owner has properly configured both forward and reverse DNS, establishing trust that they actually control the hostname.
Why Reverse DNS Matters
A dns reverse lookup tool serves several important purposes across networking and security:
- Email deliverability — Mail servers routinely check whether the sending IP has a valid PTR record. Missing or mismatched reverse DNS is one of the most common reasons emails are rejected or sent to spam.
- Network troubleshooting — When analyzing firewall logs, traceroute output, or packet captures, a reverse dns lookup ipv6 helps identify which organization or service an IP belongs to.
- Security auditing — Reverse DNS reveals whether an IP belongs to a legitimate organization, a hosting provider, or a residential ISP, helping to classify traffic sources.
- Compliance — Some industry standards and regulations require properly configured reverse DNS as part of network hygiene.
Setting Up PTR Records
Unlike forward DNS records, which are managed by the domain owner, PTR records are managed by whoever controls the IP address block — typically your ISP or hosting provider. To set up reverse DNS for your IP, you need to contact your provider and request a PTR record pointing to your desired hostname. Cloud providers like AWS, Google Cloud, and Azure offer self-service PTR record management through their control panels.
Reverse DNS for IPv6
Reverse DNS lookup works for IPv6 addresses under the .ip6.arpa zone. Each hex digit of the fully expanded 128-bit address is reversed and dot-separated, creating very long zone names. For example, the reverse zone for 2001:db8::1 has 32 dot-separated hex characters. While the process is the same as IPv4, the longer addresses make manual configuration more error-prone, so automation tools are commonly used for IPv6 PTR management.
Common Reverse DNS Issues
The most frequent issues found when performing a reverse DNS lookup include: no PTR record configured (common on consumer ISP connections), PTR record pointing to a generic hostname like host-192-168-1-1.example.isp.com (not ideal for mail servers), and FCrDNS failure where the PTR hostname doesn’t resolve back to the original IP. All of these can impact email delivery and should be resolved before sending transactional or marketing email.
Reverse DNS in Server Logs
Web servers and firewalls often log IP addresses of incoming connections. Reverse DNS resolution helps administrators identify the source of traffic — whether it’s a search engine crawler, a legitimate user’s ISP, or a suspicious hosting provider. Many log analysis tools can automatically resolve PTR records to make logs more readable and help detect patterns in traffic from specific networks.
Related Tools
To look up forward DNS records for a domain, use our DNS Lookup tool. For subnet calculations involving the IP you’re investigating, try our Subnet Calculator.
Related Tools
DNS Lookup
Query DNS records for any domain — A, AAAA, MX, NS, TXT, CNAME, SOA, and more. Verify email authentication and domain configuration.
Open toolSubnet Calculator
Calculate network address, broadcast, host range, and more from any IP and CIDR. Essential for firewall and network security planning.
Open tool