DNS records for cloudfront.net
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": "ns-1306.awsdns-35.org"
},
{
"type": "NS",
"value": "ns-418.awsdns-52.com"
},
{
"type": "NS",
"value": "ns-666.awsdns-19.net"
},
{
"type": "NS",
"value": "ns-1597.awsdns-07.co.uk"
}
]TXT records
[
{
"type": "TXT",
"entries": [
"v=spf1 pjm032381tyh13bhb7nx11nytjlcjc6y -all"
]
}
]SOA records
[
{
"type": "SOA",
"nsname": "ns-418.awsdns-52.com",
"hostmaster": "hostmaster.cloudfront.net",
"serial": 1377556270,
"refresh": 16384,
"retry": 2048,
"expire": 1048576,
"minttl": 60
}
]CAA records
[
{
"type": "CAA",
"critical": 0,
"tag": "issuewild",
"value": "digicert.com"
},
{
"type": "CAA",
"critical": 0,
"tag": "issuewild",
"value": "amazonaws.com"
}
]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 cloudfront.net.
Related tools: DNS Lookup · SPF Checker · DMARC Lookup