Reverse DNS Lookup (PTR Checker)
Lookup PTR records for any IPv4 address and verify reverse DNS identity. Validate rDNS and forward-confirmed reverse DNS for email and network troubleshooting.
Use Reverse DNS Lookup (PTR Checker) in 4 Steps
What is Reverse DNS (rDNS)?
Reverse DNS maps an IP address to a hostname using PTR records. Standard DNS maps hostnames to IPs; reverse DNS performs the opposite lookup path.
Reverse lookups are widely used in email security, reputation checks, and network operations to verify that an IP has a trustworthy identity.
Why Reverse DNS Matters
- Email trust: many receiving servers penalize or reject mail from IPs without valid PTR.
- Abuse triage: identify host ownership quickly from logs and firewall events.
- Provider validation: confirm dedicated IP assignments and custom PTR delegation.
- Compliance posture: maintain consistent host identity across DNS and mail headers.
Forward-Confirmed Reverse DNS (FCrDNS)
FCrDNS means the PTR hostname resolves back to the same IP using an A/AAAA lookup. This is a common trust signal in mail pipelines.
Who Controls PTR Records?
PTR records are usually controlled by the owner of the IP block (cloud provider, hosting provider, or ISP), not by your domain DNS zone.
- If you use provider IPs, set custom PTR in provider networking settings.
- If PTR is missing, request delegation or a reverse record update from the provider.
- For shared IP pools, custom PTR may be unavailable without a dedicated IP.
Reverse DNS Troubleshooting Checklist
- Check PTR exists: verify at least one PTR record is returned for the IP.
- Validate hostname quality: avoid generic or malformed hostnames.
- Confirm forward mapping: A/AAAA should return the same sending IP.
- Align with SMTP identity: HELO/EHLO hostname should match PTR strategy.
- Pair with SPF/DKIM/DMARC: DNS identity and email auth should be coherent.
CLI Verification
If reverse and forward lookups disagree, fix PTR or hostname mapping before troubleshooting application-level email issues.