Reverse DNS Lookup
Enter an IP address to query its PTR record and discover the hostname associated with that address.
Quick Answer: What Reverse DNS Lookup Does
A reverse DNS lookup checks the PTR record for an IP address to see whether that address maps back to a hostname. This matters most in email delivery, log analysis, and infrastructure diagnostics, where a clean hostname-to-IP relationship can help confirm ownership, intent, or correct server configuration.
What Is Reverse DNS?
Reverse DNS (rDNS) is the process of mapping an IP address back to a hostname using PTR (pointer) records. It is the opposite of a normal DNS lookup, which maps a hostname to an IP address using A or AAAA records.
Reverse DNS is commonly used by mail servers, logging systems, and security tools to attach human-readable hostnames to IP addresses.
When Reverse DNS Matters
- Email providers often require valid reverse DNS for outbound mail servers to reduce spam and spoofing.
- Network administrators rely on reverse DNS when reviewing logs and monitoring suspicious activity.
- Proper rDNS configuration improves clarity in traceroutes and network diagnostic tools.