DNS records for cdn-apple.com
Findings
- [ERROR] No A or AAAA records were returned. Visitors will not be able to reach a web service at this domain unless one of those is added.
MX records
[
{
"type": "MX",
"exchange": "mail.cdn-apple.com",
"priority": 10
}
]NS records
[
{
"type": "NS",
"value": "d.ns.apple.com"
},
{
"type": "NS",
"value": "c.ns.apple.com"
},
{
"type": "NS",
"value": "a.ns.apple.com"
},
{
"type": "NS",
"value": "b.ns.apple.com"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns-ext-prod.jackfruit.apple.com",
"hostmaster": "dnscontact.apple.com",
"serial": 542,
"refresh": 7200,
"retry": 5400,
"expire": 3628800,
"minttl": 300
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issuewild",
"value": "pki.apple.com"
},
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "pki.apple.com"
},
{
"type": "CAA",
"critical": 0,
"tag": "iodef",
"value": "mailto:[email protected]"
}
]What does this mean?
These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for cdn-apple.com.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup