Total Records
10
Response Time
16ms
DNSSEC
Disabled
DNS Provider
Unknown
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | aaplimg.com | a.ns.apple.com. | 1h |
| NS | aaplimg.com | b.ns.apple.com. | 1h |
| NS | aaplimg.com | c.ns.apple.com. | 1h |
| NS | aaplimg.com | d.ns.apple.com. | 1h |
| SOA | aaplimg.com | ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 15329 300 300 3628800 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.aaplimg.com | "v=DMARC1; p=reject; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com;" | 1h |
| TXT | aaplimg.com | "v=spf1 -all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | aaplimg.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 | 4m |
| CAA | aaplimg.com | \# 20 00 05 69 73 73 75 65 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d | 4m |
| CAA | aaplimg.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 | 4m |
Queried 6/7/2026, 5:10:20 PM ยท 16ms
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=aaplimg.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "aaplimg.com",
"records": [
{
"type": "NS",
"name": "aaplimg.com",
"value": "a.ns.apple.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "aaplimg.com",
"value": "b.ns.apple.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "aaplimg.com",
"value": "c.ns.apple.com.",
"ttl": 3600
}
],
"queryTimeMs": 16
}
}