Skip to content

Reverse DNS Lookup

Find hostnames associated with an IP address using reverse DNS

IP to Hostname: The Reverse Direction

Normal DNS goes domain-to-IP. Reverse DNS goes IP-to-hostname. You’ve got an IP address in your server logs, your firewall alert, or your email headers, and you want to know who it belongs to. Enter it here and get the PTR record — the hostname associated with that IP.

8.8.8.8 resolves to dns.google. Now you know it’s Google’s public DNS, not some random attacker. 104.26.10.33 might resolve to a Cloudflare hostname. 13.107.42.14 to something Microsoft-related. The hostname tells you what organization operates that IP and often hints at what the server does.

Why Email Admins Care About This

Your company’s email is landing in spam. You’ve checked your SPF records, your DKIM keys, your DMARC policy — everything looks right. But have you checked reverse DNS on your mail server’s IP?

Many receiving mail servers perform a reverse DNS lookup on the sending server’s IP address. If there’s no PTR record, or if the PTR hostname doesn’t match the forward DNS (the hostname doesn’t resolve back to the same IP), the mail server flags it as suspicious. Some reject the message outright.

This is called forward-confirmed reverse DNS (FCrDNS), and it’s one of the first things email deliverability consultants check. Your mail server IP needs a PTR record, and that hostname needs an A record pointing back to the same IP.

Security Investigation

Your intrusion detection system flagged traffic from 192.0.2.1. Is it a legitimate service or something malicious? Look up the reverse DNS. A hostname like server.legitimate-company.com is a good sign (though not proof of innocence). No PTR record at all? That’s more suspicious — most legitimate servers have reverse DNS configured.

Check multiple indicators: the reverse DNS hostname, the IP Address Lookup for geolocation and ISP info, and the WHOIS Lookup for the IP block owner. Together, they paint a picture.

The Mechanics

PTR records live in special reverse DNS zones — in-addr.arpa for IPv4 and ip6.arpa for IPv6. They’re managed by whoever owns the IP address block (usually the hosting provider or ISP), not the domain owner. That’s why setting up reverse DNS requires a request to your hosting provider — you can’t do it at your domain registrar.

Not every IP has reverse DNS configured. Residential IPs often don’t. Some cloud instances don’t by default (AWS EC2 requires you to request PTR records). An IP without reverse DNS isn’t necessarily malicious — it might just be unconfigured.

For forward DNS lookups (domain to IP), use the DNS Lookup tool. For geolocation and ISP details, the IP Address Lookup provides that data.

network dns reverse-dns ptr ip hostname

Related Tools

More in Network Tools