DNS Lookup Tool
Query DNS records for any domain — A, AAAA, MX, TXT, NS, CNAME, SOA, and more. Verify email configuration (SPF, DKIM, DMARC), check propagation after DNS changes, investigate domain ownership via WHOIS, and troubleshoot connectivity issues. Results are fetched from live DNS resolvers in real time.
Select a record type, enter a domain, and click Lookup.
DNS Record Types
Email Security Records
Proper email deliverability requires three TXT-based security records:
SPF (Sender Policy Framework)
Specifies which mail servers are allowed to send email on behalf of your domain. Prevents spoofing.
DKIM (DomainKeys Identified Mail)
Adds a cryptographic signature to outgoing mail that receivers can verify using a public key in DNS.
DMARC (Domain-based Message Authentication)
Instructs receivers on how to handle emails failing SPF/DKIM — reject, quarantine, or report.
DNS Troubleshooting Tips
- DNS changes propagate globally in 0–48 hours depending on the record's TTL value
- Lower TTL (e.g. 300s) before migrations so changes propagate faster
- Check NS records first — wrong nameservers mean all other records are ignored
- MX records must point to a hostname, never directly to an IP address
- CNAME records cannot be used on the root domain (use ALIAS/ANAME instead)
- Each domain should have only one SPF TXT record — duplicates cause mail failures
DNS Lookup Use Cases
Website Migration
Verify A record propagation after moving to a new server or hosting provider.
Email Setup
Confirm MX, SPF, DKIM, and DMARC records are correctly configured.
Security Audit
Check for missing DMARC or weak SPF policies that allow email spoofing.
DNS Troubleshooting
Identify propagation delays or misconfigured records causing site downtime.