DNS records for aaplimg.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.
- [INFO] An SPF record is published but no MX records are present. This is normal for send-only domains but worth confirming if you expect to receive mail.
NS records
[
{
"type": "NS",
"value": "a.ns.apple.com"
},
{
"type": "NS",
"value": "d.ns.apple.com"
},
{
"type": "NS",
"value": "c.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": 15325,
"refresh": 300,
"retry": 300,
"expire": 3628800,
"minttl": 300
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issue",
"value": "pki.apple.com"
},
{
"type": "CAA",
"critical": 0,
"tag": "issuewild",
"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 aaplimg.com.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup