Total Records
10
Response Time
13ms
DNSSEC
Disabled
DNS Provider
Unknown
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | cdn-apple.com | 10 mail.cdn-apple.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | cdn-apple.com | a.ns.apple.com. | 1h |
| NS | cdn-apple.com | b.ns.apple.com. | 1h |
| NS | cdn-apple.com | c.ns.apple.com. | 1h |
| NS | cdn-apple.com | d.ns.apple.com. | 1h |
| SOA | cdn-apple.com | ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 547 7200 5400 3628800 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | cdn-apple.com | "v=spf1 -all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | cdn-apple.com | \# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 6f 6e 74 61 63 74 5f 70 6b 69 40 61 70 70 6c 65 2e 63 6f 6d | 1h |
| CAA | cdn-apple.com | \# 20 00 05 69 73 73 75 65 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d | 1h |
| CAA | cdn-apple.com | \# 24 00 09 69 73 73 75 65 77 69 6c 64 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d | 1h |
Queried 6/14/2026, 11:25:11 PM ยท 13ms
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=cdn-apple.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "cdn-apple.com",
"records": [
{
"type": "MX",
"name": "cdn-apple.com",
"value": "10 mail.cdn-apple.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "cdn-apple.com",
"value": "a.ns.apple.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "cdn-apple.com",
"value": "b.ns.apple.com.",
"ttl": 3600
}
],
"queryTimeMs": 13
}
}