Enter an IPv4 or IPv6 address or CIDR range (e.g. 192.168.1.0/24) to perform reverse DNS lookup
Reverse DNS Results for
ERROR:

What reverse DNS checks

Reverse DNS resolves an IP address back to a hostname by querying PTR records. It is commonly used when checking mail servers, shared hosting nodes, monitoring systems, and suspicious network traffic.

A PTR record does not prove ownership by itself. For email infrastructure, compare it with the forward DNS result and the SMTP banner to look for forward-confirmed reverse DNS.

When to use this tool

  • Verify that a mail server IP has a meaningful PTR record.
  • Check whether a shared hosting or VPS address resolves to the expected provider hostname.
  • Investigate blacklist, SMTP delivery, and reputation warnings.

How to interpret results

A clean result usually returns one hostname that also resolves back to the same IP address. Missing PTR records, generic dynamic hostnames, or PTR mismatches can affect email trust signals.

Example: if 203.0.113.10 returns mail.example.com, the A or AAAA record for mail.example.com should point back to 203.0.113.10.

Common problems

  • PTR is configured by the hosting provider, not only in the domain DNS zone.
  • Several domains may share one IP, but the IP normally has one primary PTR name.
  • Changing PTR records can take time to propagate through recursive DNS caches.

Related tools

Blacklist Checker, SMTP Tester, IP Geolocation, and DNS Lookup help complete mail and network diagnostics.

PTR Records: Reverse DNS Explained

Reverse DNS maps IP addresses back to hostnames using PTR records in the in-addr.arpa zone (IPv4) or ip6.arpa zone (IPv6). For IP 8.8.8.8, the query goes to 8.8.8.8.in-addr.arpa PTR. Unlike forward DNS which you control through your DNS panel, reverse DNS is controlled by whoever OWNS the IP block — your ISP, hosting provider, or cloud provider. You must request PTR records from them.

Forward-confirmed reverse DNS (FCrDNS) requires that the PTR resolves to a hostname, and that hostname's A record resolves back to the same IP. Mail servers check this as a basic anti-spam measure.

CLI Equivalent

dig +short -x 8.8.8.8