Total Records
7
Response Time
34ms
DNSSEC
Disabled
DNS Provider
Unknown
SPF soft
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | cdninstagram.com | d.ns.instagram.com. | 1d |
| NS | cdninstagram.com | c.ns.instagram.com. | 1d |
| NS | cdninstagram.com | b.ns.instagram.com. | 1d |
| NS | cdninstagram.com | a.ns.instagram.com. | 1d |
| SOA | cdninstagram.com | a.ns.instagram.com. dns.facebook.com. 4207849484 14400 1800 604800 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | cdninstagram.com | "google-site-verification=SfM6L1bm4x67mLGAtiKDyhW-3VDpOGNaPYSV9jqBP_M" | 2h |
| TXT | cdninstagram.com | "v=spf1 a ~all" | 2h |
Queried 6/12/2026, 5:27:14 PM ยท 34ms
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=cdninstagram.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "cdninstagram.com",
"records": [
{
"type": "NS",
"name": "cdninstagram.com",
"value": "d.ns.instagram.com.",
"ttl": 166944
},
{
"type": "NS",
"name": "cdninstagram.com",
"value": "c.ns.instagram.com.",
"ttl": 166944
},
{
"type": "NS",
"name": "cdninstagram.com",
"value": "b.ns.instagram.com.",
"ttl": 166944
}
],
"queryTimeMs": 34
}
}