This tool performs a Reverse DNS lookup: given an IP address it finds the associated hostname (PTR record). Both IPv4 and IPv6 are supported. Forward Confirmed rDNS (FCrDNS) is also verified.
A PTR (pointer) record lives in the reverse DNS zone and maps an IP address to a hostname. Unlike an A record (domain â IP), PTR works in the opposite direction: IP â domain. Reverse zones are .in-addr.arpa for IPv4 and .ip6.arpa for IPv6.
Forward Confirmed rDNS (FCrDNS) is an extra check: reverse DNS (IP â name) and forward DNS (name â IP) must return matching results. Mail servers and anti-spam systems use FCrDNS; messages from IPs with a mismatched PTR are frequently blocked or sent to spam.