DNS Lookup
Look up a domain's A, AAAA, CNAME, MX, TXT, NS, SOA and CAA records with TTLs, plus automatic SPF and DMARC checks.
Look up a domain
You can paste a full URL (https://example.com/path) — only the host name is used.
Results
TTL is in seconds and tells you how long resolvers may cache the answer. Right after a DNS change, the old value can keep coming back for that long.
Email records
SPF is a TXT record starting with v=spf1 that lists the servers allowed to send mail as this domain. A domain may publish only one.
DMARC lives in a TXT record on _dmarc.<domain> and says what to do with mail that fails SPF and DKIM (p=none, quarantine or reject) plus where to send reports.
DKIM cannot be checked automatically because it lives under a selector you have to know (for example default._domainkey.example.com). If you know the selector, type that full host name here and look up its TXT records.
How to read the records
- A / AAAAthe IP address the name points to — A for IPv4, AAAA for IPv6.
- CNAMEan alias for another name. A host with a CNAME cannot carry other record types.
- MXthe mail servers that accept mail for the domain. The leading number is the preference — lower wins.
- TXTfree-form text, used for SPF, DMARC and domain ownership verification.
- NSthe name servers authoritative for the domain.
- SOAzone administration data (primary name server, admin mailbox, serial and timers).
- CAAwhich certificate authorities are allowed to issue certificates for the domain.