PTR Record Lookup
Reverse DNS Lookup
Find the hostname (PTR record) that any IP address resolves to, and verify forward-confirmed DNS.
Related Tools
Look up the owner, ISP, ASN, and geographic location of any IPv4 or IPv6 address instantly.
Check if an IP address appears on major spam blacklists including Spamhaus, SORBS, Barracuda, and SpamCop. Free, instant results.
Find your public IP address instantly. See your IPv4, IPv6, location, ISP, and browser details — no signup required.
Reverse DNS — What PTR Records Do
A PTR (pointer) record is the reverse mapping of an IP address to a hostname. While a standard A record maps example.com → 203.0.113.1, a PTR record maps 203.0.113.1 → mail.example.com. PTR records live in the special in-addr.arpa zone for IPv4 and ip6.arpa for IPv6.
Why PTR Records Matter for Email
Most mail servers perform a reverse DNS check on incoming connections. If an IP has no PTR record, or the PTR hostname does not forward-resolve back to the same IP (FCrDNS failure), the email may be rejected or assigned a high spam score. Setting a matching PTR record is one of the first steps to improving email deliverability from a new server.
Forward-Confirmed Reverse DNS (FCrDNS)
FCrDNS means IP → PTR → hostname → A record → same IP. This bidirectional check is used by spam filters to verify that a sending server is legitimate. A PTR record that doesn't resolve back is worse than no PTR at all for some filters.
Who Controls PTR Records?
PTR records are controlled by whoever owns the IP block — usually your ISP, data centre, or cloud provider — not by you. To set a PTR record, you must request it through your provider or use their control panel (AWS, GCP, Hetzner etc. all offer this).