
Engineer's DNS Intelligence 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 |
|---|---|---|---|---|
| AAAA | 392s |
1 hour (3600s) |
medium | AAAA TTL is below typical — observed 392s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| TXT | 550s |
1 hour (3600s) |
medium | TXT TTL is below typical — observed 550s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| NS | 4553s |
1 day (86400s) |
high | NS TTL is below typical — observed 4553s, typical value is 1 day (86400s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 86400 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| CAA | 299s |
1 hour (3600s) |
high | CAA TTL is below typical — observed 299s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| SOA | 6 hours (21600s) |
1 hour (3600s) |
high | SOA TTL is above typical — observed 6 hours (21600s), 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. |
| A | 50s |
1 hour (3600s) |
high | A TTL is below typical — observed 50s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
| MX | 392s |
1 hour (3600s) |
medium | MX TTL is below typical — observed 392s, typical value is 1 hour (3600s). Short TTLs increase DNS query volume but enable faster propagation. If you are preparing for a migration or need rapid failover, this may be intentional (RFC 1035 §3.2.1). For steady-state production, consider 3600 seconds per NIST SP 800-53 SI-7 relevance guidance. Use the TTL Tuner for profile-specific recommendations. |
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.
ns-ext-prod.jackfruit.apple.com
2026030901
dnscontact.apple.com
| Timer | Value | RFC 1912 Range |
|---|---|---|
| Refresh | 300s | 1,200–43,200s (20 min – 12 hrs) |
| Retry | 300s | Fraction of Refresh |
| Expire | 3628800s | 1,209,600–2,419,200s (14–28 days) |
| Minimum (Neg. Cache) | 300s | 300–86,400s (5 min – 1 day) |
| Parameter | Current | Suggested | Severity | Rationale |
|---|---|---|---|---|
| timeout_seconds | 5s |
8s |
low | Average scan duration is 34.4s, suggesting DNS responses are slow for this domain. Increasing timeout from 5s to 8s prevents premature resolution failures. RFC 8767 |
DNSSEC is not enabled for this domain. DNSSEC provides cryptographic authentication of DNS responses, preventing cache poisoning and DNS spoofing attacks.
Your DMARC policy is set to quarantine. Upgrade to p=reject for maximum protection — reject instructs receivers to discard spoofed mail entirely rather than quarantining it.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _dmarc.apple.com (update existing DMARC record) |
| Value | v=DMARC1; p=reject; rua=mailto:dmarc-reports@apple.com |
TLS-RPT (TLS Reporting) sends you reports about TLS connection failures when other servers try to deliver mail to your domain.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _smtp._tls.apple.com (SMTP TLS reporting record) |
| Value | v=TLSRPTv1; rua=mailto:tls-reports@apple.com |
MTA-STS enforces TLS encryption for inbound mail delivery, preventing downgrade attacks on your mail transport.
| Field | Value |
|---|---|
| Type | TXT |
| Host | _mta-sts.apple.com (MTA-STS policy record) |
| Value | v=STSv1; id=apple.com |
Email Security Methodology Can this domain be impersonated by email? Unlikely SPF and DMARC quarantine policy enforced
SPF Record RFC 7208 §4 Verified
SPF valid with industry-standard soft fail (~all), 2/10 lookups
DMARC Policy RFC 7489 §6.3 Verified
DMARC policy quarantine (100%) - good protection
pct= with t= (testing flag), add np= (non-existent subdomain policy), and mandate DNS tree walk for policy discovery instead of the Public Suffix List.DKIM Records RFC 6376 §3.6 Verified
Found DKIM for 2 selector(s) with strong keys (2048-bit)
l= tag body length vulnerability (attacker appends unsigned content to signed mail),
weak key exploitation (keys below 1024-bit are cryptographically breakable per RFC 6376 §3.3.3),
DKIM replay attacks (re-sending legitimately signed messages at scale)
MTA-STS RFC 8461 §3 Verified
No valid MTA-STS record found
MTA-STS policy enforcement is evaluated in Mail Transport Security below.
TLS-RPT RFC 8460 §3 Verified
No TLS-RPT record found
DMARC External Reporting Authorization RFC 7489 §7.1
All 2 external reporting domains properly authorized
| External Domain | Authorization | Auth Record |
|---|---|---|
rua.agari.com |
Authorized |
v=DMARC1;
|
ruf.agari.com |
Authorized |
v=DMARC1;
|
DANE / TLSA Verified Recon Methodology Can mail servers establish identity without a public CA? No
No DANE/TLSA records found (checked 6 MX hosts)
Two mechanisms protect email in transit. DANE is the primary standard; MTA-STS is the alternative for domains that cannot deploy DNSSEC:
- DNSSEC + DANE (RFC 7672) — Cryptographic chain of trust from DNS root to mail server certificate. Eliminates reliance on certificate authorities. No trust-on-first-use weakness. Requires DNSSEC.
- MTA-STS (RFC 8461) — HTTPS-based policy requiring TLS for mail delivery. Works without DNSSEC but relies on CA trust and is vulnerable on first use (§10). Created for domains where “deploying DNSSEC is undesirable or impractical” (§2).
Industry trend: Microsoft Exchange Online enforces inbound DANE with DNSSEC (GA October 2024), and providers like Proton Mail and Fastmail also support DANE. Google Workspace does not support DANE and relies on MTA-STS. Both mechanisms coexist because DANE is backward-compatible — senders skip the check if the domain isn't DNSSEC-signed (RFC 7672 §1.3).
Brand Security Can this brand be convincingly faked? Unlikely DMARC quarantine enforced (RFC 7489 §6.3) with BIMI brand verification (VMC-validated logo in inboxes) and CAA certificate restriction (RFC 8659 §4) — all three brand-faking vectors addressed; upgrade to p=reject to block spoofed mail outright instead of flagging
BIMI BIMI Spec Verified Success VMC SVG
BIMI with VMC certificate (from Verified CA)
CAA RFC 8659 §4 Verified Success IODEF
CAA configured - only pki.apple.com can issue certificates (wildcard issuance: pki.apple.com per RFC 8659 §4.3)
Vulnerability Disclosure Policy (security.txt) Is there a verified way to report security issues? Yes RFC 9116
security.txt properly configured
Contact
Expires
Policy
AI Surface Scanner Beta Is this domain discoverable by AI — and protected from abuse? No
No AI governance measures detected
llms.txt llmstxt.org
AI Crawler Governance (robots.txt) RFC 9309 IETF Draft
Content-Usage Directive IETF Draft
Content-Usage: directive for robots.txt that lets site owners declare whether their content may be used for AI training and inference. This is an active draft, not yet a ratified standard.
Content-Usage: ai=no to robots.txt to deny AI training, or Content-Usage: ai=allow to explicitly permit it.
Without this directive, AI crawler behavior depends on individual crawler policies and User-agent rules.
AI Recommendation Poisoning
Hidden Prompt Artifacts
Evidence Log (1 item)
| Type | Detail | Severity | Confidence |
|---|---|---|---|
robots_txt_no_ai_blocks |
robots.txt found but no AI-specific blocking directives | low | Observed |
Public Exposure Checks Are sensitive files or secrets exposed? No
No exposed secrets detected in public page source — same-origin, non-intrusive scan of publicly visible page source and scripts.
What type of scan is this?
This is OSINT (Open Source Intelligence) collection — we check the same publicly accessible URLs that any web browser could visit. No authentication is bypassed, no ports are probed, no vulnerabilities are exploited.
Is this a PCI compliance scan? No. PCI DSS requires scans performed by an Approved Scanning Vendor (ASV) certified by the PCI Security Standards Council. DNS Tool is not an ASV. If you need PCI compliance scanning, engage a certified ASV such as Qualys, Tenable, or Trustwave.
Is this a penetration test? No. Penetration testing involves active exploitation attempts against systems with authorization. Our checks are passive observation of publicly accessible resources — the same methodology used by Shodan, Mozilla Observatory, and other OSINT platforms.
DNS Server Security Hardened
No DNS server misconfigurations found on b.ns.apple.com — 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 nameservers: b.ns.apple.com, a.ns.apple.com, c.ns.apple.com, d.ns.apple.com
Delegation Consistency 5 Issues
Delegation consistency: 5 issue(s) found — Parent/child NS delegation alignment: DS↔DNSKEY, glue records, TTL drift, SOA serial sync.
- In-bailiwick NS a.ns.apple.com has no glue records at parent — resolution may fail
- In-bailiwick NS b.ns.apple.com has no glue records at parent — resolution may fail
- In-bailiwick NS c.ns.apple.com has no glue records at parent — resolution may fail
- In-bailiwick NS d.ns.apple.com has no glue records at parent — resolution may fail
- Could not retrieve NS TTL from parent zone
DS ↔ DNSKEY Alignment Aligned
Glue Record Completeness Incomplete
| Nameserver | In-Bailiwick | IPv4 Glue | IPv6 Glue | Status |
|---|---|---|---|---|
a.ns.apple.com |
Missing | |||
b.ns.apple.com |
Missing | |||
c.ns.apple.com |
Missing | |||
d.ns.apple.com |
Missing |
NS TTL Comparison Drift
SOA Serial Consistency Consistent
a.ns.apple.com: 2.026030901e+09b.ns.apple.com: 2.026030901e+09c.ns.apple.com: 2.026030901e+09d.ns.apple.com: 2.026030901e+09Nameserver Fleet Matrix Healthy
Analyzed 4 nameserver(s) for apple.com — Per-nameserver reachability, ASN diversity, SOA serial sync, and lame delegation checks.
| Nameserver | IPv4 | IPv6 | ASN / Operator | UDP | TCP | AA | SOA Serial |
|---|---|---|---|---|---|---|---|
d.ns.apple.com |
204.26.57.1 | 2620:171:801:714::1 | AS42 | 2026030901 | |||
a.ns.apple.com |
17.253.200.1 | 2620:149:ae0::53 | AS714 | 2026030901 | |||
b.ns.apple.com |
17.253.207.1 | 2620:149:ae7::53 | AS714 | 2026030901 | |||
c.ns.apple.com |
204.19.119.1 | 2620:171:800:714::1 | AS42 | 2026030901 |
2 ASNs, 4 /24 prefixes across 4 nameservers
Mail Transport Security Beta Is mail transport encrypted and verified? No No MTA-STS or DANE — mail transport encryption is opportunistic only
No transport encryption policy detected — mail delivery relies on opportunistic TLS
Policy Assessment Primary
No transport enforcement policies detected. Mail delivery relies on opportunistic STARTTLS, which is vulnerable to downgrade attacks (RFC 3207). Consider deploying MTA-STS (RFC 8461) or DANE (RFC 7672).
Telemetry
Live Probe Supplementary
Infrastructure Intelligence Who hosts this domain and what services power it? Direct
ASN / Network Success
Resolved 1 unique ASN(s) across 2 IP address(es)
| ASN | Name | Country |
|---|---|---|
AS714 |
US |
17.253.144.10 → AS714 (17.253.144.0/24)2620:149:af0::10 → AS714 (2620:149:af0::/48)Edge / CDN Success
Domain appears to use direct origin hosting
SaaS TXT Footprint Success 8 services
8 SaaS services detected via DNS TXT verification records
Detects SaaS services that leave DNS TXT verification records (e.g., domain ownership proofs). Does not detect all SaaS platforms — only those indicated by DNS.
| Service | Verification Record |
|---|---|
| Facebook / Meta | facebook-domain-verification=n6cqjfucq6plswmtfbwnbbeu1qiq3v |
| Google Workspace | google-site-verification=L5kkMdiFI8npvb6KlHui84fJaCw5G64DWhaDRIAT4_c |
| Cisco Umbrella | cisco-ci-domain-verification=6f3bfb849796a518061f8e8c4356f687a138502d86db7427916... |
| Atlassian | atlassian-domain-verification=mLabq99iaT8kquJechF6l31FAYoNUe3WB7tLpLFUiUYVJCse9S... |
| Adobe | adobe-idp-site-verification=6bd5e74c-a3a0-4781-b2e1-e95399b5e11c |
| Apple | apple-domain-verification=X5Jt76bn3Dnmgzjj |
| Webex | webexdomainverification.8C462=b728ec3f-dfc9-42f9-92cb-9ba8853cbee8 |
| Miro | miro-verification=2494d255c4c50b1e521650a0659cbf3fa08b0072 |
Domain Security Methodology Can DNS responses be tampered with in transit? Possible DNSSEC is not deployed, DNS responses are not cryptographically verified
DNSSEC RFC 4033 §2 Verified Unsigned
DNSSEC not configured - DNS responses are unsigned
NS Delegation Verified
4 nameserver(s) configured
Traffic & Routing Where does this domain's traffic actually terminate?
AIPv4 Address
AAAAIPv6 Address
MXMail Servers
SRVServices
Subdomain Discovery RFC 6962 Recon LIVE What subdomains and infrastructure are exposed in certificate logs? None found
How did we find these?No subdomains found via Certificate Transparency logs, DNS probing, or CNAME chain traversal for this domain. No TLS certificates have been issued and no common service names resolve for subdomains of apple.com.
DNS Evidence Diff Side-by-side comparison
17.253.144.10
17.253.144.10
2620:149:af0::10
2620:149:af0::10
0 iodef "mailto:contact_pki@apple.com"
0 iodef "mailto:contact_pki@apple.com"
0 issuewild "pki.apple.com"
0 issue "pki.apple.com"
0 issue "pki.apple.com"
0 issuewild "pki.apple.com"
v=DMARC1; p=quarantine; sp=reject; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com;
v=DMARC1; p=quarantine; sp=reject; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com;
20 mx-in-sg.apple.com.
10 mx-in.g.apple.com.
20 mx-in-ma.apple.com.
20 mx-in-ma.apple.com.
20 mx-in-vib.apple.com.
20 mx-in-rn.apple.com.
20 mx-in-hfd.apple.com.
20 mx-in-sg.apple.com.
10 mx-in.g.apple.com.
20 mx-in-hfd.apple.com.
20 mx-in-rn.apple.com.
20 mx-in-vib.apple.com.
b.ns.apple.com.
a.ns.apple.com.
a.ns.apple.com.
b.ns.apple.com.
c.ns.apple.com.
c.ns.apple.com.
d.ns.apple.com.
d.ns.apple.com.
ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 2026030901 300 300 3628800 300
ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 2026030901 300 300 3628800 300
facebook-domain-verification=n6cqjfucq6plswmtfbwnbbeu1qiq3v
77a4a6de-da14-449c-83c4-85366e0f55f9
cerner-client-id=ce3abf18-ee87-43b9-9927-9eb24b4bac4a
google-site-verification=L5kkMdiFI8npvb6KlHui84fJaCw5G64DWhaDRIAT4_c
cisco-ci-domain-verification=6f3bfb849796a518061f8e8c4356f687a138502d86db742791685059176547dd
json:eyJ3aHkiOiJUaGlzIGlzIHRvIHRydW5jYXRlIFVEUCByZXNwb25zZXMgZm9yIFRYVCBxdWVyaWVzIHRvIGFwcGxlLmNvbSIsInBhZGRpbmciOiJpZW4wYWVHaGF0aG9oNmhhaHZpZWphaTNlYXkwYWh2YWhjaGFocXVhZWxlZTBZdWw0cGhpZXRoMHNvNXZpZXllZWNvaDRpZThzaGVlcGllVDNwYWVjaGVpVjZqb2h3aWVwaG82In0K
v=spf1 include:_spf.apple.com include:_spf-txn.apple.com ~all
google-site-verification=zBSq1mG5ssu2If-C17UAz_MzSZDcx03MVxmeDwMNc5w
Dynatrace-site-verification=7d881a7c-c13f-4146-9d27-2731459e2509__iqls0105tagglcsaul0m16ibrf
atlassian-domain-verification=mLabq99iaT8kquJechF6l31FAYoNUe3WB7tLpLFUiUYVJCse9SKq83hOJzFkwqrh
adobe-idp-site-verification=6bd5e74c-a3a0-4781-b2e1-e95399b5e11c
yahoo-verification-key=Ay+djyw0qWQgXKWGA/jstjYryTMrKb+PBXI5l8u5/jw=
apple-domain-verification=X5Jt76bn3Dnmgzjj
webexdomainverification.8C462=b728ec3f-dfc9-42f9-92cb-9ba8853cbee8
cerner-client-id=22dd1d8a-5e8b-4e1e-80ef-39bcdfd42798
json:eyJ3aHkiOiJUaGlzIGlzIHRvIHRydW5jYXRlIFVEUCByZXNwb25zZXMgZm9yIFRYVCBxdWVyaWVzIHRvIGFwcGxlLmNvbSIsInBhZGRpbmciOiJxdWFoMGVpamFhNGVlajh0aWVkYWlnaG9jZWljaGFlOGVUb3ppZTVmdTVhaFRoMldlaU00aWsyaHVxdThpZXBoaWVxdW9oc2hlaXBhZWdoOUthZWw3b2NoaWVuZ2llem9lc2g1In0K
ValidationTokenValue=77a4a6de-da14-449c-83c4-85366e0f55f9
google-site-verification=8M6XjQCzydT62jk8HY3VXPAG-nKDllTRV-JpA3-Ktyw
miro-verification=2494d255c4c50b1e521650a0659cbf3fa08b0072
DNS History Timeline BETA
When was a record added, removed, or changed — and could that change be the problem?
Confirm Your Email Configuration
This tool analyzes DNS records, but to verify actual email delivery, send a test email to Red Sift Investigate. Their tool shows exactly how your emails arrive, including SPF/DKIM/DMARC pass/fail results in the headers.
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.
7257d8486fc3c36f6d96407656e2de5d4705ffcc2206c34108f8989479b258a4553c6750d2102e8ac085510f13b34b0e4444f1844807b85fb7ab9740a41f9397
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-apple.com.json.sha3 && echo '---' && openssl dgst -sha3-512 dns-intelligence-apple.com.json
python3 -c "import hashlib; print(hashlib.sha3_512(open('dns-intelligence-apple.com.json','rb').read()).hexdigest())"
sha3sum -a 512 dns-intelligence-apple.com.json
.sha3 file or the checksum API at /api/analysis/6869/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 apple.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 apple.com A
dig +noall +answer apple.com AAAA
dig +noall +answer apple.com MX
dig +noall +answer apple.com NS
dig +noall +answer apple.com TXT
Email Authentication
dig +short apple.com TXT | grep -i spf
dig +short _dmarc.apple.com TXT
dig +short selector1._domainkey.apple.com TXT
dig +short selector2._domainkey.apple.com TXT
Domain Security
dig +dnssec +noall +answer apple.com DNSKEY
dig +noall +answer apple.com DS
dig +dnssec +cd apple.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.mx-in-sg.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-ma.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-vib.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-hfd.apple.com TLSA
dig +noall +answer _25._tcp.mx-in.g.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-rn.apple.com TLSA
openssl s_client -starttls smtp -connect mx-in-sg.apple.com:25 -servername mx-in-sg.apple.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.apple.com TXT
curl -sL https://mta-sts.apple.com/.well-known/mta-sts.txt
dig +short _smtp._tls.apple.com TXT
Brand & Trust
dig +short default._bimi.apple.com TXT
dig +noall +answer apple.com CAA
DNS Records
dig +noall +answer apple.com HTTPS
Domain Security
dig +noall +answer apple.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/apple.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect mx-in-sg.apple.com:25 -servername mx-in-sg.apple.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.apple.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://apple.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://apple.com/llms.txt | head -5
curl -s https://apple.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 10.144.253.17.origin.asn.cymru.com TXT
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 apple.com A
dig +noall +answer apple.com AAAA
dig +noall +answer apple.com MX
dig +noall +answer apple.com NS
dig +noall +answer apple.com TXT
Email Authentication
dig +short apple.com TXT | grep -i spf
dig +short _dmarc.apple.com TXT
dig +short selector1._domainkey.apple.com TXT
dig +short selector2._domainkey.apple.com TXT
Domain Security
dig +dnssec +noall +answer apple.com DNSKEY
dig +noall +answer apple.com DS
dig +dnssec +cd apple.com A @1.1.1.1
Transport Security
dig +noall +answer _25._tcp.mx-in-sg.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-ma.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-vib.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-hfd.apple.com TLSA
dig +noall +answer _25._tcp.mx-in.g.apple.com TLSA
dig +noall +answer _25._tcp.mx-in-rn.apple.com TLSA
openssl s_client -starttls smtp -connect mx-in-sg.apple.com:25 -servername mx-in-sg.apple.com 2>/dev/null | openssl x509 -noout -subject -dates
dig +short _mta-sts.apple.com TXT
curl -sL https://mta-sts.apple.com/.well-known/mta-sts.txt
dig +short _smtp._tls.apple.com TXT
Brand & Trust
dig +short default._bimi.apple.com TXT
dig +noall +answer apple.com CAA
DNS Records
dig +noall +answer apple.com HTTPS
Domain Security
dig +noall +answer apple.com CDS
Infrastructure Intelligence
curl -sL 'https://rdap.org/domain/apple.com' | python3 -m json.tool | head -50
Transport Security
openssl s_client -starttls smtp -connect mx-in-sg.apple.com:25 -servername mx-in-sg.apple.com </dev/null 2>/dev/null | head -5
Infrastructure Intelligence
curl -s 'https://crt.sh/?q=%25.apple.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://apple.com/.well-known/security.txt | head -20
AI Surface
curl -sI https://apple.com/llms.txt | head -5
curl -s https://apple.com/robots.txt | grep -i -E 'GPTBot|ChatGPT|Claude|Anthropic|Google-Extended|CCBot|PerplexityBot'
Infrastructure Intelligence
dig +short 10.144.253.17.origin.asn.cymru.com TXT
