Reverse DNS Lookup
Look up the PTR record for an IP address, and understand why reverse DNS matters for mail delivery and bot verification.
Reverse DNS Lookup
Find the hostname associated with an IP address (PTR Record).
Need this handled by experts?
Radiatus runs VAPT, managed SOC & security engineering for regulated teams.
What reverse DNS actually is
Forward DNS maps a name to an address. Reverse DNS does the opposite through a PTR record, published in a special zone: in-addr.arpa for IPv4 and ip6.arpa for IPv6. Crucially, the PTR record is controlled by whoever owns the IP address block, not by whoever owns the domain name. That is why you configure reverse DNS with your hosting provider rather than in your own DNS panel.
Why mail servers care
A large share of receiving mail servers check that a sending IP has a PTR record and that the hostname it returns resolves forward to the same IP. This is forward-confirmed reverse DNS, and failing it is one of the most common reasons legitimate mail lands in spam or is rejected outright. Any server sending mail directly needs a matching PTR, and the hostname should be a real name in a domain you control, not the provider's generic pattern.
Verifying a crawler
Reverse DNS is how you confirm a bot is genuine. A request claiming to be Googlebot proves nothing, since the user-agent string is trivially forged. The correct check is reverse-then-forward: look up the connecting IP, confirm the hostname ends in googlebot.com or google.com, then resolve that hostname forward and confirm it matches the original IP. Checking only the reverse direction is insufficient, because an attacker who controls their own reverse zone can put any name there.
Absence is normal
Most residential and mobile addresses have either no PTR or a generic one assigned by the ISP. That is unremarkable and says nothing about the user. Reverse DNS is informative for servers and near-meaningless for consumer connections.
One address, one name
Unlike forward DNS, where many names can point at one address, reverse convention expects a single PTR per address. Multiple PTR records are legal but handled inconsistently and are best avoided.
Frequently Asked Questions
Privacy & Security
Public DNS lookup.
About This Tool
This tool runs entirely in your browser. No data is sent to any server, ensuring complete privacy. Simply use the interface above to get started — no registration or login required.
Disclaimer: This tool is provided "as is" without warranty of any kind. Results are for educational and utility purposes.
Related Tools
Password Strength Checker
SecurityMeasure password strength by entropy and pattern analysis rather than character-class rules. Checked entirely in your browser.
Password Generator
SecurityGenerate strong random passwords and passphrases in your browser using the Web Crypto API. Nothing is transmitted, logged or stored.
Hash Generator
SecurityGenerate MD5, SHA-1, SHA-256 and SHA-512 hashes in your browser. Compare checksums and verify file integrity with nothing uploaded to a server.