
Engineer's DNS Intelligence 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.
Posture Drift Detected
Compared against your previous observation on 17 Feb 2026 10:34 UTC.
| Field | Previous | Current | |
|---|---|---|---|
| SPF Status | warning | n/a | |
| DMARC Status | warning | n/a | |
| DMARC Policy | <nil> | (none) | |
| DKIM Status | info | n/a | |
| MTA-STS Status | warning | n/a | |
| MTA-STS Mode | <nil> | (none) | |
| TLS-RPT Status | warning | n/a | |
| BIMI Status | warning | n/a | |
| DANE Status | info | n/a | |
| CAA Status | warning | n/a | |
| DNSSEC Status | warning | n/a | |
| Mail Posture | moderately protected | (none) |
Non-existent / Undelegated Domain
Domain is not delegated or has no DNS records. This may be an unused subdomain or unregistered domain.
What This Means
- No authoritative DNS data is available for this domain
- Security posture cannot be evaluated without DNS records
- The domain may never have been registered, or has expired
- If this is your domain, check your registrar to confirm it's active
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.
abf4e5ac48b08b8752aa19c8421b1260c1b5b61b63672232d665d77072bc959bfca253d3f54620a0051ced91c3fb8925adcfd51153a60260b699c6ad26b13db5
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-clinicbilling.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-clinicbilling.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-clinicbilling.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-clinicbilling.com.json
.sha3 file or the checksum API at /api/analysis/1195/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 clinicbilling.com. 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 clinicbilling.com A
dig +noall +answer clinicbilling.com AAAA
dig +noall +answer clinicbilling.com MX
dig +noall +answer clinicbilling.com NS
dig +noall +answer clinicbilling.com TXT
Email Authentication
dig +short clinicbilling.com TXT | grep -i spf
dig +short _dmarc.clinicbilling.com TXT
dig +short default._domainkey.clinicbilling.com TXT
dig +short google._domainkey.clinicbilling.com TXT
dig +short selector1._domainkey.clinicbilling.com TXT
dig +short selector2._domainkey.clinicbilling.com TXT
Domain Security
dig +dnssec +noall +answer clinicbilling.com DNSKEY
dig +noall +answer clinicbilling.com DS
dig +dnssec +cd clinicbilling.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.MX_HOST TLSA
dig +short _mta-sts.clinicbilling.com TXT
curl -sL https://mta-sts.clinicbilling.com/.well-known/mta-sts.txt
dig +short _smtp._tls.clinicbilling.com TXT
Brand & Trust
dig +short default._bimi.clinicbilling.com TXT
dig +noall +answer clinicbilling.com CAA
DNS Records
dig +noall +answer clinicbilling.com HTTPS
Domain Security
dig +noall +answer clinicbilling.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/clinicbilling.com' | python3 -m json.tool | head -50
curl -s 'https://crt.sh/?q=%25.clinicbilling.com&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://clinicbilling.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://clinicbilling.com/llms.txt | head -5
curl -s https://clinicbilling.com/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 clinicbilling.com A
dig +noall +answer clinicbilling.com AAAA
dig +noall +answer clinicbilling.com MX
dig +noall +answer clinicbilling.com NS
dig +noall +answer clinicbilling.com TXT
Email Authentication
dig +short clinicbilling.com TXT | grep -i spf
dig +short _dmarc.clinicbilling.com TXT
dig +short default._domainkey.clinicbilling.com TXT
dig +short google._domainkey.clinicbilling.com TXT
dig +short selector1._domainkey.clinicbilling.com TXT
dig +short selector2._domainkey.clinicbilling.com TXT
Domain Security
dig +dnssec +noall +answer clinicbilling.com DNSKEY
dig +noall +answer clinicbilling.com DS
dig +dnssec +cd clinicbilling.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.MX_HOST TLSA
dig +short _mta-sts.clinicbilling.com TXT
curl -sL https://mta-sts.clinicbilling.com/.well-known/mta-sts.txt
dig +short _smtp._tls.clinicbilling.com TXT
Brand & Trust
dig +short default._bimi.clinicbilling.com TXT
dig +noall +answer clinicbilling.com CAA
DNS Records
dig +noall +answer clinicbilling.com HTTPS
Domain Security
dig +noall +answer clinicbilling.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/clinicbilling.com' | python3 -m json.tool | head -50
curl -s 'https://crt.sh/?q=%25.clinicbilling.com&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://clinicbilling.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://clinicbilling.com/llms.txt | head -5
curl -s https://clinicbilling.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
