DNS Lookup
Look up A, AAAA, MX, TXT, NS, CNAME, SOA, CAA, SRV and PTR records for any domain, with TTLs and DNSSEC status.
DNS Lookup tool
Example
Input: example.com with All common records
Result: NOERROR, DNSSEC validated. A 104.20.23.154 and 172.66.147.243 (TTL 300 s), AAAA 2606:4700:10::6814:179a and 2606:4700:10::ac42:93f3, MX 0 . (null MX), TXT v=spf1 -all, NS hera.ns.cloudflare.com and elliott.ns.cloudflare.com, plus the SOA record
Looked up live through Google Public DNS on 25 September 2026. The MX value "0 ." is a null MX, which says the domain accepts no email. Records change whenever the owner updates DNS, so a new lookup may differ.
Common DNS Record Types
| Type | What it holds | Real example |
|---|---|---|
| A | IPv4 address | example.com: 104.20.23.154 |
| AAAA | IPv6 address | example.com: 2606:4700:10::6814:179a |
| CNAME | Alias to another name | www.github.com: github.com |
| MX | Mail server and priority | google.com: 10 smtp.google.com |
| TXT | Text: SPF, DMARC, verification | example.com: v=spf1 -all |
| NS | Name servers for the zone | example.com: hera.ns.cloudflare.com |
| SOA | Primary server, contact, timers | example.com: elliott.ns.cloudflare.com dns.cloudflare.com ... |
| CAA | Allowed certificate authorities | google.com: 0 issue "pki.goog" |
| SRV | Service host and port | _sip._tls.microsoft.com: 100 1 443 sipdir.online.lync.com |
| PTR | Host name for an IP (reverse) | 8.8.8.8: dns.google |
Examples are live answers from Google Public DNS, 25 September 2026.
- Enter a domain such as example.com, or an IP address for a reverse lookup.
- Choose a record type, or All common records to query eight types at once.
- Press Look up DNS or the Enter key.
- Read each record with its value and TTL, plus the status code and DNSSEC line.
- Copy a single value, or use Copy all records for a zone-file style list.
DNS Record Types and What They Tell You
A DNS lookup shows the records a domain publishes: the IP addresses it points to, its mail servers, its name servers and its text records. Type a domain such as example.com, pick one record type or All common records, and the tool lists every answer with its TTL, the number of seconds it may be cached.
Each record type does one job. A and AAAA records hold IPv4 and IPv6 addresses. MX records name the mail servers, and the lowest number is tried first. TXT records carry SPF and DMARC email rules and site verification codes. NS and SOA records describe who runs the zone. CAA lists the certificate authorities allowed to issue certificates, and SRV points a service such as SIP to a host and port. Enter an IP address instead and the tool runs a reverse (PTR) lookup. It turns 8.8.8.8 into 8.8.8.8.in-addr.arpa, which answers dns.google.
Every response has a status code. NOERROR (0) means the name exists, even if it has no records of the type you asked for. NXDOMAIN (3) means the name does not exist at all. SERVFAIL (2) usually points to broken name servers or a failed DNSSEC check. The tool also reports the AD flag, which the resolver sets when it has checked the answer against DNSSEC signatures.
Lookups go from your browser to Google Public DNS over HTTPS, with Cloudflare DNS as a fallback. Only the name and the record type are sent. Resolvers cache answers for up to the TTL, so a record you changed a few minutes ago may still show its old value. To audit email records in depth, use the SPF, DKIM and DMARC Checker. To see who registered a domain and when, try the WHOIS Lookup.
Sources
Frequently Asked Questions
Related Tools
SPF, DKIM and DMARC Checker
Check a domain's SPF, DKIM and DMARC records, count SPF lookups and get plain advice on what to fix.
Network ToolsWHOIS Lookup and Domain Age Checker
Find a domain's registrar, registration and expiry dates, age, status and name servers, or who holds an IP range.
Network ToolsIP Address Info
Detect your public IP address and view geolocation data, ISP details, and network information.
Security and EncryptionSSL Certificate Checker URL Parser
Check any website SSL/TLS certificate: validity, days until expiry, issuer, SANs, TLS version, and fingerprints.
Security and Encryption