Diagnostic suite · live

SOA Lookup

Start of Authority — the authoritative metadata for any DNS zone. Primary nameserver, admin contact, serial, and all replication timers.

About the SOA Lookup Tool

The SOA Lookup tool returns the Start of Authority record for any DNS zone. The SOA is the single most important record in a zone — it identifies the primary nameserver, the zone administrator's contact address, the current serial number, and the timers that control zone replication and negative caching. Every authoritative DNS server for a zone must publish a matching SOA, and every recursive resolver uses the SOA to decide how long to cache a 'no such record' answer.

We parse the seven fields defined in RFC 1035: primary NS, admin email (rendered from the DNS-encoded form back to a normal address), serial number, refresh, retry, expire, and minimum TTL. Where the serial follows the YYYYMMDDNN convention we also decode it into a human date, so you can spot stale zones at a glance. All timers are shown in both raw seconds and a friendly h/m/d rendering.

Use SOA Lookup when you migrate DNS providers (the primary NS should match your new provider), when diagnosing slow updates (the minimum TTL controls negative caching), when investigating replication lag between primary and secondary nameservers, or when auditing whether a zone is actually managed where you think it is. Pair with NS Lookup for the delegation chain and with the DNS Propagation Checker to confirm resolvers around the world see the new SOA serial.

How to use this tool

  1. 1Enter the required value in the input field above (domain, IP, URL, or text depending on the tool).
  2. 2Click the action button to run the check — results are computed instantly from our edge network.
  3. 3Review the parsed output, key fields and any warnings shown in the result card.
  4. 4Copy the result, share the page URL, or jump to a related tool from the sidebar to continue debugging.

Key features

  • All seven SOA fields — RFC 1035 compliant parsing
  • Decodes DNS-encoded admin address back to email format
  • Auto-detects YYYYMMDDNN serial dates
  • Both raw seconds and h/m/d rendering for every timer
  • Runs over DoH — no local cache in the way
Related searches: soa record lookup · start of authority · dns zone serial · check soa online · dns refresh retry expire · primary nameserver check

Frequently asked questions

SOA (Start of Authority) is a mandatory DNS record at the apex of every zone. It names the primary authoritative nameserver, the zone contact, the current version (serial), and the timers that govern secondary refresh and negative caching.