Reverse DNS Lookup

PTR IP to Host Bulk
Anish Nath
Reverse DNS Lookup
IP Address(es)
Supports single IP or multiple IPs (comma-separated)
Popular DNS Servers
Bulk Lookup
How Reverse DNS Works

1. IP Reversal: The IP octets are reversed

192.168.1.1 → 1.1.168.192

2. Zone Append: Added to in-addr.arpa

1.1.168.192.in-addr.arpa

3. PTR Query: DNS returns hostname

PTR Records

PTR records will appear here

Enter IP address(es) and click Reverse DNS Lookup
IP Address Hostname(s) Duration
CLI Commands
Linux/Mac: Reverse DNS with dig
$ dig -x 8.8.8.8
Linux/Mac: Using host command
$ host 8.8.8.8
Windows: Reverse DNS with nslookup
C:\> nslookup 8.8.8.8

FAQs

What is reverse DNS?
Reverse DNS resolves an IP address to a hostname by querying PTR records (in‑addr.arpa/ip6.arpa).
Why is PTR important for email?
Mail servers often require valid PTR (FCrDNS) for deliverability; missing/mismatched PTR can cause spam rejection.
What if there is no PTR record?
It means no hostname is configured for the IP. Contact your ISP/cloud provider to set an appropriate PTR.

Support This Free Tool

Every coffee helps keep the servers running. Every book sale funds the next tool I'm dreaming up. You're not just supporting a site — you're helping me build what developers actually need.

500K+ users
200+ tools
100% private
Privacy Guarantee: Private keys you enter or generate are never stored on our servers. All tools are served over HTTPS.
Understanding Reverse DNS
What is Reverse DNS?

Reverse DNS (rDNS) is a DNS lookup that resolves an IP address to its associated hostname. Unlike forward DNS that translates domain names to IP addresses, reverse DNS does the opposite. It uses PTR (Pointer) records stored in special zones like in-addr.arpa (IPv4) or ip6.arpa (IPv6).

Common Use Cases
Email Server Verification

Most mail servers check reverse DNS to verify sender legitimacy. Missing or mismatched PTR records often result in emails being rejected or marked as spam.

Server Logging

Web servers and network devices use reverse DNS to log hostnames instead of IP addresses, making logs more readable and easier to analyze.

Forward-Confirmed Reverse DNS (FCrDNS)

FCrDNS is a security verification where the reverse DNS hostname must also resolve back to the original IP address. This two-way verification helps prevent IP spoofing and is commonly required by email servers.

CheckDescriptionExample
Step 1Reverse lookup: IP → Hostname8.8.8.8 → dns.google
Step 2Forward lookup: Hostname → IPdns.google → 8.8.8.8
ResultIf both match, FCrDNS passesVerified sender