DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for cloudfront.net

Records: 9
Response Time: 11ms
DNSSEC: Disabled
DNS Provider: AWS Route 53
Security: ✓ SPF strict ✓ DMARC reject

Name Records

Nameservers and aliases

5 records
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

2 records
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

2 records
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 at 5/10/2026, 9:30:15 PM

About DNS Records

The Domain Name System (DNS) is the internet's phonebook, translating human-readable domain names into IP addresses. DNS records contain essential configuration for how a domain behaves across email, web, security, and services.

Common Records

  • A/AAAA - Map domain to IPv4/IPv6 addresses
  • MX - Mail servers for receiving email
  • TXT - SPF, DKIM, DMARC for email security
  • NS - Authoritative nameservers
  • CNAME - Aliases pointing to other domains

Security Records

  • CAA - Restrict which CAs can issue certificates
  • DNSKEY/DS - DNSSEC cryptographic keys
  • TLSA - DANE TLS certificate authentication
  • SSHFP - SSH host key fingerprints
  • SRV - Service discovery and endpoints

REST API

Integrate DNS lookups into your applications with our REST API. Query all record types programmatically.

GET DNS Lookup
$ curl https://api.requestguard.com/v1/dns/lookup?domain=cloudfront.net
Response for cloudfront.net Live Data
{
  "success": true,
  "data": {
    "domain": "cloudfront.net",
    "queryTimeMs": 11,
    "dnssec": false,
    "dnsProvider": "AWS Route 53",
    "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
      },
      {
        "type": "NS",
        "name": "cloudfront.net",
        "value": "ns-666.awsdns-19.net.",
        "ttl": 1831
      },
      {
        "type": "SOA",
        "name": "cloudfront.net",
        "value": "ns-418.awsdns-52.com. hostmaster.cloudfront.net. 1377556270 16384 2048 1048576 60",
        "ttl": 60
      },
      {
        "type": "TXT",
        "name": "_dmarc.cloudfront.net",
        "value": "\"v=DMARC1; p=reject; rua=mailto:report@dmarc.amazon.com; ruf=mailto:report@dmarc.amazon.com\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "cloudfront.net",
        "value": "\"v=spf1 pjm032381tyh13bhb7nx11nytjlcjc6y -all\"",
        "ttl": 1800
      },
      {
        "type": "CAA",
        "name": "cloudfront.net",
        "value": "\\# 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",
        "ttl": 86400
      },
      {
        "type": "CAA",
        "name": "cloudfront.net",
        "value": "\\# 23 00 09 69 73 73 75 65 77 69 6c 64 64 69 67 69 63 65 72 74 2e 63 6f 6d",
        "ttl": 86400
      }
    ],
    "queriedAt": "2026-05-10T21:30:15.699Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →