PTR Record
Also known as: Reverse DNS Record
PTR records are fundamental components of Domain Name System (DNS) infrastructure, specifically used for reverse DNS (rDNS) lookups. While A records map a hostname to an IP address (forward lookup), the PTR record performs the inverse function: it maps an IP address block to a fully qualified domain name (FQDN). This process is crucial for verifying the legitimacy of connections, as many services, including email servers, use rDNS checks to prevent spam and spoofing. When a mail server receives an email, it often queries the sending IP address's PTR record to confirm that the sending domain actually owns that IP block. If the PTR record does not match the expected hostname, the connection may be flagged or rejected. For example, if a server at IP 192.0.2.10 sends an email claiming to be from example.com, the receiving server checks the PTR record for 192.0.2.10. If the PTR record returns 'attacker.net' instead of 'example.com', the email is likely rejected as suspicious. Configuring PTR records correctly requires administrative access to the IP address block's authoritative DNS zone, which is often managed by the ISP or hosting provider. We recommend verifying PTR records for all public-facing services to maintain deliverability and security integrity.
Related Terms: A Record, Reverse DNS, DNS Lookup, FQDN, MX Record