Reverse DNS Lookup
Find hostnames associated with any IP address
Examples: 8.8.8.8, 1.1.1.1, 2606:4700:4700::1111
About Reverse DNS Lookup
Reverse DNS (rDNS) is the process of resolving an IP address back to a hostname. While forward DNS translates domain names like google.com into IP addresses, reverse DNS does the opposite -- finding the hostname associated with an IP address by querying PTR records.
What are PTR Records?
PTR (Pointer) records are DNS records that map an IP address to a hostname. They are stored in a special reverse DNS zone (e.g., in-addr.arpa for IPv4 or ip6.arpa for IPv6). PTR records are typically configured by the IP address owner or their ISP.
Forward DNS vs Reverse DNS
Domain name to IP address (A/AAAA records)
IP address to hostname (PTR records)
Common Use Cases
- Email deliverability -- mail servers check PTR records to verify sender legitimacy
- Network troubleshooting -- identify which server or service owns an IP address
- Security analysis -- verify that an IP address legitimately belongs to the claimed organization
- Log analysis -- convert IP addresses in server logs to readable hostnames
- Anti-spam filtering -- IPs without PTR records are often flagged as suspicious
Forward Verification
This tool performs forward-confirmed reverse DNS (FCrDNS). After finding a hostname via PTR lookup, it resolves that hostname back to an IP to confirm the match. A verified result means the hostname's A/AAAA records point back to the original IP, confirming the association is legitimate.
Related tools: Use our DNS Lookup tool to find DNS records for a domain. Check IP details with our IP Lookup tool or find your own IP address.
Frequently Asked Questions
What is reverse DNS (rDNS)?
Reverse DNS maps an IP address back to a hostname, the opposite of regular DNS which maps hostnames to IPs. For example, looking up 8.8.8.8 returns dns.google. It uses PTR records in the in-addr.arpa (IPv4) or ip6.arpa (IPv6) zones.
Why is reverse DNS important?
Reverse DNS is critical for email deliverability — many mail servers reject messages from IPs without valid rDNS. It also helps with network troubleshooting, security auditing, log analysis, and verifying server identity.
How do I set up reverse DNS for my server?
Contact your hosting provider or ISP and request they create a PTR record for your IP address pointing to your server's hostname. The hostname should have a matching forward DNS (A record) pointing back to the same IP for full verification.
What does "no PTR record found" mean?
It means no reverse DNS record has been configured for that IP address. This is common for residential IPs and some hosting providers. If you run a mail server, a missing PTR record can cause your emails to be rejected or marked as spam.
More Tools