
Registry Zone Health Report
The following DNS record TTLs deviate from recommended values. Incorrect TTLs can cause caching issues, slow propagation, or unnecessary DNS traffic.
| Record Type | Observed TTL | Typical TTL | Severity | Context |
|---|---|---|---|---|
| SOA | 3 hours (10800s) |
1 hour (3600s) |
medium | SOA TTL is above typical — observed 3 hours (10800s), typical value is 1 hour (3600s). Long TTLs reduce DNS query volume but slow propagation when records change. Consider 3600 seconds for a balance of performance and flexibility per NIST SP 800-53 SI-7 relevance guidance. |
Big Picture Questions
- How often do you actually change this record? If it hasn’t changed in months, a short TTL is generating unnecessary DNS queries without any benefit.
- Are you preparing for a migration or IP change? Short TTLs make sense temporarily — but should be raised back to 1 hour (3600s) once the change is complete.
- Every DNS lookup adds 20–150ms of latency. With a 60s TTL, returning visitors trigger a fresh lookup every minute. With 3600s, they get cached responses for an hour — faster page loads, no extra infrastructure needed.
- Google runs A records at ~30s because they operate a global anycast network and need to steer traffic dynamically. For a typical website without that infrastructure, copying those TTLs increases query volume with zero upside.
localhost
1
nobody.invalid
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 600s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 1200s | Fraction of Refresh |
| Expire | 604800s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 10800s | 300–86,400s (5 min – 1 day) |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
DNS Server Security Hardened
No DNS server misconfigurations found on localhost — Nmap NSE probes for zone transfer (AXFR), open recursion (RFC 5358), nameserver identity disclosure, and DNS cache snooping.
| Check | Result | Detail |
|---|---|---|
| Zone Transfer (AXFR) | Denied | Test inconclusive |
| Open Recursion | Disabled | Test inconclusive |
| Nameserver Identity | Hidden | Test inconclusive |
| Cache Snooping | Protected | Test inconclusive |
Tested nameserver: localhost
Delegation Consistency 2 Issues
Delegation consistency: 2 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.
- Could not retrieve NS TTL from either parent or child
- Could not retrieve SOA serial from any nameserver
DS ↔ DNSKEY Alignment Aligned
Glue Record Completeness Complete
NS TTL Comparison Drift
SOA Serial Consistency Consistent
Zone Signing & DNSSEC Methodology Is this zone cryptographically signed? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC RFC 4033 §2 Consistent Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Check Failed Mismatch
Could not retrieve NS records
Subdomain Discovery Not Applicable
example.test.
DNS Evidence Diff Side-by-side comparison
localhost. nobody.invalid. 1 600 1200 604800 10800
DNS History Timeline BETA
When was a record added, removed, or changed — and could that change be the problem?
DATA FRESHNESS & METHODOLOGY
All security-critical records (SPF, DMARC, DKIM, DANE/TLSA, DNSSEC, MTA-STS, TLS-RPT, BIMI, CAA) are queried live from authoritative nameservers and cross-referenced against 5 independent public DNS resolvers (Cloudflare, Google, Quad9, OpenDNS, DNS4EU) at the time of each analysis. No security verdict uses cached data.
Registrar data (RDAP) is cached for up to 24 hours because domain ownership and registration details change infrequently. Certificate Transparency logs (subdomain discovery via RFC 6962) are cached for 1 hour because CT entries are append-only historical records. Sections using cached data are marked with a CACHED badge; live queries show LIVE.
Intelligence Sources
This analysis used 4 DNS resolvers (consensus), reverse DNS (PTR), Team Cymru (ASN attribution), IANA RDAP (registrar), crt.sh (CT logs), and SMTP probing (transport). All using open-standard protocols.
Verify Report Integrity SHA-3-512 Has this report been altered since generation? Verify below
This cryptographic hash seals the analysis data, domain, timestamp, and tool version into a tamper-evident fingerprint. Any modification to the report data will produce a different hash. This is distinct from the posture hash (used for drift detection) — the integrity hash uniquely identifies this specific report instance.
50931d56cb7c9b48fe31ebe32279a06fa3a9216195918353a912baf635fe66ca7838ffb9c67ecb81b8b8416de988391001cbf13072ebcc64fb1f0905dfd9f2f3
Download the intelligence dump and verify its integrity, like you would a Kali ISO or any critical artifact. The SHA-3-512 checksum covers every byte of the download — deterministic serialization ensures identical hashes across downloads.
After downloading, verify with any of these commands:
Tip: cd ~/Downloads first (or wherever you saved the files).
cat dns-intelligence-test.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-test.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-test.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-test.json
.sha3 file or the checksum API at /api/analysis/15811/checksum. Hash algorithm: SHA-3-512 (Keccak, NIST FIPS 202).
Every finding in this report is backed by DNS queries you can run yourself. These vetted one-liners reproduce the exact checks used to build this report for test. Our analysis adds multi-resolver consensus, RFC-based evaluation, and cross-referencing — but the underlying data is always independently verifiable. We are intelligence analysts, not gatekeepers.
DNS Records
dig +noall +answer test A
dig +noall +answer test AAAA
dig +noall +answer test MX
dig +noall +answer test NS
dig +noall +answer test TXT
Domain Security
dig +dnssec +noall +answer test DNSKEY
dig +noall +answer test DS
dig +dnssec +cd test A @1.1.1.1
Brand & Trust
dig +noall +answer test CAA
DNS Records
dig +noall +answer test HTTPS
Domain Security
dig +noall +answer test CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/test' | python3 -m json.tool | head -50
dig, openssl, and curl — standard tools available on macOS, Linux, and WSL. Results may vary slightly due to DNS propagation timing and resolver caching.
Appendix: Verification Commands
DNS Records
dig +noall +answer test A
dig +noall +answer test AAAA
dig +noall +answer test MX
dig +noall +answer test NS
dig +noall +answer test TXT
Domain Security
dig +dnssec +noall +answer test DNSKEY
dig +noall +answer test DS
dig +dnssec +cd test A @1.1.1.1
Brand & Trust
dig +noall +answer test CAA
DNS Records
dig +noall +answer test HTTPS
Domain Security
dig +noall +answer test CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/test' | python3 -m json.tool | head -50
