
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.
SPF (Sender Policy Framework) tells receiving mail servers which IP addresses are authorized to send email for your domain. Without SPF, any server can claim to send as your domain.
DMARC (Domain-based Message Authentication, Reporting & Conformance) tells receivers how to handle messages that fail SPF/DKIM checks. Without DMARC, failed authentication checks are ignored. Start with p=none and rua reporting to monitor, then escalate to p=quarantine and p=reject.
Publish an MTA-STS DNS record and host a policy file at https://mta-sts.com.au/.well-known/mta-sts.txt. This tells senders to require TLS when delivering mail to your domain.
01!1 Identity & policy · L1 Email Security Can this domain be impersonated by email? SPF DMARC DKIM MTA-STS TLS-RPT MX & Routing Vulnerable
02@2 Chain of authority · L1 Domain Security Can DNS answers and certificate issuance be trusted? DANE / TLSA CAA Delegation DNSSEC & NS Open
CAA RFC 8659 §4 Gold Warning
No CAA records found - any CA can issue certificates
Zone Signing & DNSSEC Methodology Is this zone cryptographically signed?
DNSSEC RFC 4033 §2 Gold Signed RSA/SHA-256
DNSSEC fully configured and validated — AD (Authenticated Data) flag set by resolver 8.8.8.8 confirming cryptographic chain of trust from root to zone (RFC 4035 §3.2.3)
NS Delegation Verified Match
NS delegation verified - 5 nameserver(s) match parent zone
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 Not Setup
05%5 Ownership & attack surface · L1 Infrastructure Intelligence Who operates this domain, and what is exposed? Registrar / RDAP security.txt AI Surface Subdomains
Subdomain Discovery Not Applicable
example.com.au.
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
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 51.8s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
DNS Evidence Diff Side-by-side comparison
s.au.
s.au.
t.au.
q.au.
r.au.
a.au.
q.au.
r.au.
a.au.
t.au.
q.au. hostmaster.donuts.email. 1771048161 7200 900 1209600 3600
q.au. hostmaster.donuts.email. 1771048051 7200 900 1209600 3600
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), SecurityTrails (DNS history), 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.
b044395775781ebd75ed75d294b7065383f57c8c17228042de6bc9c276b119119804b3a89a1565308598e06bf23b43fcadd937a2a363f0356107705a6a78e478
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-com.au.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-com.au.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-com.au.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-com.au.json
.sha3 file or the checksum API at /api/analysis/783/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 com.au. 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 com.au A
dig +noall +answer com.au AAAA
dig +noall +answer com.au MX
dig +noall +answer com.au NS
dig +noall +answer com.au TXT
Email Authentication
dig +short com.au TXT | grep -i spf
dig +short _dmarc.com.au TXT
dig +short default._domainkey.com.au TXT
dig +short google._domainkey.com.au TXT
dig +short selector1._domainkey.com.au TXT
dig +short selector2._domainkey.com.au TXT
Domain Security
dig +dnssec +noall +answer com.au DNSKEY
dig +noall +answer com.au DS
dig +dnssec +cd com.au A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.MX_HOST TLSA
dig +short _mta-sts.com.au TXT
curl -sL https://mta-sts.com.au/.well-known/mta-sts.txt
dig +short _smtp._tls.com.au TXT
Brand & Trust
dig +short default._bimi.com.au TXT
dig +noall +answer com.au CAA
DNS Records
dig +noall +answer com.au HTTPS
Domain Security
dig +noall +answer com.au CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/com.au' | python3 -m json.tool | head -50
curl -s 'https://crt.sh/?q=%25.com.au&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://com.au/.well-known/security.txt | head -20
AI Surface
curl -sI https://com.au/llms.txt | head -5
curl -s https://com.au/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
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 com.au A
dig +noall +answer com.au AAAA
dig +noall +answer com.au MX
dig +noall +answer com.au NS
dig +noall +answer com.au TXT
Email Authentication
dig +short com.au TXT | grep -i spf
dig +short _dmarc.com.au TXT
dig +short default._domainkey.com.au TXT
dig +short google._domainkey.com.au TXT
dig +short selector1._domainkey.com.au TXT
dig +short selector2._domainkey.com.au TXT
Domain Security
dig +dnssec +noall +answer com.au DNSKEY
dig +noall +answer com.au DS
dig +dnssec +cd com.au A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.MX_HOST TLSA
dig +short _mta-sts.com.au TXT
curl -sL https://mta-sts.com.au/.well-known/mta-sts.txt
dig +short _smtp._tls.com.au TXT
Brand & Trust
dig +short default._bimi.com.au TXT
dig +noall +answer com.au CAA
DNS Records
dig +noall +answer com.au HTTPS
Domain Security
dig +noall +answer com.au CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/com.au' | python3 -m json.tool | head -50
curl -s 'https://crt.sh/?q=%25.com.au&output=json' | python3 -c "import json,sys; [print(e['name_value']) for e in json.load(sys.stdin)]" | sort -u | head -20
curl -sL https://com.au/.well-known/security.txt | head -20
AI Surface
curl -sI https://com.au/llms.txt | head -5
curl -s https://com.au/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
