Reverse DNS Lookup
Find the hostname associated with an IP address via a PTR record lookup.
FAQ
What is reverse DNS?
Reverse DNS looks up the hostname associated with an IP address using a PTR (pointer) record — the opposite direction of a normal DNS lookup, which resolves a hostname to an IP address.
Why would a lookup return no result?
Not every IP address has a PTR record configured. It's common for shared hosting, cloud instances, and many consumer ISP connections to have no reverse DNS set up at all — this doesn't indicate a problem.
Why can't I look up a private IP address like 192.168.1.1?
Private and reserved IP ranges (like 192.168.x.x, 10.x.x.x, and 127.0.0.1) aren't routable on the public internet, so a reverse DNS lookup for them wouldn't return anything meaningful — this tool only accepts public IP addresses.