Total Records
9
Response Time
26ms
DNSSEC
Disabled
DNS Provider
AWS Route 53
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | cloudfront.net | ns-1306.awsdns-35.org. | 30m |
| NS | cloudfront.net | ns-1597.awsdns-07.co.uk. | 30m |
| NS | cloudfront.net | ns-418.awsdns-52.com. | 30m |
| NS | cloudfront.net | ns-666.awsdns-19.net. | 30m |
| SOA | cloudfront.net | ns-418.awsdns-52.com. hostmaster.cloudfront.net. 1377556270 16384 2048 1048576 60 | 1m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.cloudfront.net | "v=DMARC1; p=reject; rua=mailto:report@dmarc.amazon.com; ruf=mailto:report@dmarc.amazon.com" | 5m |
| TXT | cloudfront.net | "v=spf1 pjm032381tyh13bhb7nx11nytjlcjc6y -all" | 30m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | cloudfront.net | \# 24 00 09 69 73 73 75 65 77 69 6c 64 61 6d 61 7a 6f 6e 61 77 73 2e 63 6f 6d | 1d |
| CAA | cloudfront.net | \# 23 00 09 69 73 73 75 65 77 69 6c 64 64 69 67 69 63 65 72 74 2e 63 6f 6d | 1d |
Queried 6/12/2026, 6:00:12 PM ยท 26ms
REST API
Integrate DNS lookups into your applications โ query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=cloudfront.net" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "cloudfront.net",
"records": [
{
"type": "NS",
"name": "cloudfront.net",
"value": "ns-1306.awsdns-35.org.",
"ttl": 1831
},
{
"type": "NS",
"name": "cloudfront.net",
"value": "ns-1597.awsdns-07.co.uk.",
"ttl": 1831
},
{
"type": "NS",
"name": "cloudfront.net",
"value": "ns-418.awsdns-52.com.",
"ttl": 1831
}
],
"queryTimeMs": 26
}
}