free tool

DNS lookup.

Query A, AAAA, CNAME, MX, NS, SOA, TXT, and CAA in one shot. Use the shareable result to verify a client migration or hand the published records to whoever owns the fix.

what it looks up

Eight record types, one query.

Instead of running eight separate dig commands, the lookup queries every common record type in parallel and lays the answers out side by side.

a records

The IPv4 addresses the domain resolves to — where web traffic actually lands. Multiple A records usually mean load balancing or round-robin DNS.

aaaa records

The IPv6 equivalent of A records. Missing AAAA records means IPv6-only clients reach you through translation layers, or not at all.

cname records

Aliases that point one name at another, common for subdomains hosted by SaaS providers. A CNAME at the zone apex is a frequent misconfiguration.

mx records

The mail servers that accept email for the domain, in priority order. No MX records means most senders can't deliver mail to you.

ns records

The authoritative nameservers for the zone — who actually answers DNS queries for the domain. Stale NS records after a provider move cause hard-to-debug outages.

soa record

The zone's start of authority: primary nameserver, admin contact, serial number, and the timers that control how the zone replicates and caches.

txt records

Free-form text records, home to SPF policies, domain-verification tokens, and DKIM/DMARC-adjacent configuration. Most email deliverability problems start here.

caa records

Which certificate authorities may issue TLS certificates for the domain. No CAA records means any CA can issue — fine for most, a gap for some.

faq

DNS questions, answered.

beyond a lookup

Records are the raw material. Posture is the verdict.

This lookup shows what is published. The free scan checks email auth & DMARC, SSL & domain expiry, look-alikes, and blacklists together from public records — no signup.

related checks

Keep checking the same failure point.

Use the related tools one at a time, or run all four posture checks together.