SOA Lookup
Lookup SOA records to inspect serial, refresh, retry, expire, and default TTL values. Run fast checks, interpret results, and use related tools for validation.
Use SOA Lookup in 4 Steps
What is SOA Lookup?
The SOA (Start of Authority) record is the first record in every DNS zone. It identifies the primary nameserver, the zone admin's email address (encoded as a DNS name), and five timing parameters that govern zone transfers, caching, and negative response behavior.
Every DNS zone has exactly one SOA record. Secondary nameservers compare their stored serial number against the primary's — if the primary's serial is higher, they trigger a zone transfer (AXFR/IXFR) to pull updates. Zone serial format YYYYMMDDNN (date + two-digit sequence) is a widely adopted convention that keeps serials ordered chronologically.
Quick Interpretation Table
Use this reference to diagnose common outcomes when running SOA Lookup.
| Observed Result | Likely Cause | Next Step |
|---|---|---|
| SOA serial not incrementing across nameservers | Zone transfer has not completed | Verify NOTIFY reached secondaries; check transfer logs on secondary servers |
| MNAME points to unavailable host | Primary NS unreachable for NOTIFY messages | Update MNAME field to the active primary nameserver hostname |
| MINIMUM (negative TTL) is very high | NXDOMAIN responses cached for too long | Reduce MINIMUM to 300–900s to allow faster DNS updates for new records |
CLI Examples
Run these commands directly from a terminal to verify SOA records without relying on a browser-based tool.
dig SOA example.comdig SOA example.com @ns1.example.comnslookup -type=SOA example.comdig SOA example.com +shortTroubleshooting Workflow
- Run this record check first for a scoped signal on the target hostname.
- Validate nameserver authority and SOA context if results are unexpected.
- Use propagation checks when different regions return different values.
- Re-run after applying fixes and compare values against your expected configuration.
Frequently Asked Questions
Get guides like this by email
DNS, email auth, and security playbooks delivered when they publish. No spam.