
Registry Zone Health Report
Read the verdict first. Descend only as far as the incident requires.
This report keeps the complete technical record while separating decision, interpretation, evidence, and raw reproduction into a stable disclosure gradient.
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
01!1 Identity & policy · L1 Email Security Can this domain be impersonated by email? SPF DMARC DKIM MTA-STS TLS-RPT MX & Routing N/A — Registry
02@2 Chain of authority · L1 Domain Security Can DNS answers and certificate issuance be trusted? DANE / TLSA CAA Delegation DNSSEC & NS Unsigned
CAA RFC 8659 §4 N/A
CAA records on a TLD zone do not constrain certificate issuance for domains registered under this suffix. Per RFC 8659 §3, CAs process CAA by climbing the DNS tree from the requested FQDN — a CAA record on the TLD itself would only affect certificates for the bare TLD, not for child domains like example.test. No major TLD publishes CAA records.
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 Gold Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Check Failed Mismatch
Could not retrieve NS records
03#3 Delivery path · L1 Transport Security Will mail transport resist downgrade and interception? STARTTLS MTA-STS policy TLS-RPT
04$4 Human-visible identity · L1 Brand & Trust Can this brand be convincingly faked? BIMI & VMC CAA · see Domain Security N/A — Registry
05%5 Ownership & attack surface · L1 Infrastructure Intelligence Who operates this domain, and what is exposed? Registrar / RDAP security.txt AI Surface Subdomains
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
Subdomain Discovery Not Applicable
example.test.
06^6 Raw records & reproducibility · L2–L3 Evidence & Verification Can another engineer reproduce every material claim? Analysis Confidence Intelligence Currency What changed Raw record diff Integrity seal Reproduce
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) |
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.
44f40159fc4b8c5c030f47f75ebfa1f0492c5fccf8aa0fbac930d437c9b707a5648520913e2970f5f76dcf2553694e6569b213a5b3f03db59ce81a7b4854c36b
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
