DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
instagram.com
Records: 22
Response Time: 50ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
✓ SPF strict
✓ DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | instagram.com | 57.145.2.34 🇮🇪 IE AS32934 FACEBOOK - Facebook, Inc., US | 1m |
| AAAA | instagram.com | 2a03:2880:f381:22:face:b00c:0:4420 | 1m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | instagram.com | 10 mxa-00082601.gslb.pphosted.com. | 2h |
| MX | instagram.com | 10 mxb-00082601.gslb.pphosted.com. | 2h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | instagram.com | b.ns.instagram.com. | 1h |
| NS | instagram.com | a.ns.instagram.com. | 1h |
| NS | instagram.com | d.ns.instagram.com. | 1h |
| NS | instagram.com | c.ns.instagram.com. | 1h |
| SOA | instagram.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 | _dmarc.instagram.com | "v=DMARC1; p=reject; rua=mailto:a@dmarc.facebookmail.com; pct=100" | 1h |
| TXT | instagram.com | "4cbb1b68-601f-4801-8e7f-e8f68a4a41dd" | 5m |
| TXT | instagram.com | "adobe-idp-site-verification=367fda82-a8bb-46cf-9cff-0062d452d229" | 5m |
| TXT | instagram.com | "ms=ms86975275" | 5m |
| TXT | instagram.com | "nEXgIFIbDifAKlSMQvAhly5SA-vpsAkm5wiOdwdkrzY" | 5m |
| TXT | instagram.com | "facebook-domain-verification=hksvhmzcutq39t1kgpmlx11kt8314q" | 1h |
| TXT | instagram.com | "v=spf1 include:facebookmail.com include:_spf.fb.com -all" | 5m |
| TXT | instagram.com | "hyWdekepiNsp/V9b1JCR+wZDdzbESurl4GqY+FLMfiN+7aeFaway0Art+kNDHeL5OnGZipNeV/iIC+lOONSQVQ==" | 5m |
| TXT | instagram.com | "google-site-verification=GGtId51KFyq0hqX2xNvt1u0P9Xp0C7k6pp9do49fCNw" | 5m |
| TXT | instagram.com | "google-site-verification=_iQgLr68Rdg7YnN2PqOljSG5dnWOFUUXISF9R77fs5c" | 5m |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | instagram.com | \# 56 00 02 0f 7a 2d 70 34 32 2d 69 6e 73 74 61 67 72 61 6d 08 66 61 6c 6c 62 61 63 6b 04 63 31 30 72 08 66 61 63 65 62 6f 6f 6b 03 63 6f 6d 00 00 01 00 06 02 68 32 02 68 33 | 1h |
| HTTPS | instagram.com | \# 13 00 01 00 00 01 00 06 02 68 32 02 68 33 | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | instagram.com | \# 93 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 20 61 63 63 6f 75 6e 74 3d 32 37 31 62 30 62 65 64 61 30 37 37 31 64 30 30 36 61 61 33 61 36 63 31 31 62 30 35 31 38 37 64 34 35 36 64 36 63 32 33 39 62 34 36 63 62 35 32 34 31 31 39 36 30 39 35 62 30 39 63 39 32 61 66 | 1h |
Queried at 5/10/2026, 9:31:41 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=instagram.com Response for instagram.com Live Data
{
"success": true,
"data": {
"domain": "instagram.com",
"queryTimeMs": 50,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "instagram.com",
"value": "57.145.2.34",
"ttl": 60,
"geo": {
"ip": "57.145.2.34",
"asn": 32934,
"country": "IE",
"asnName": "FACEBOOK - Facebook, Inc., US"
}
},
{
"type": "AAAA",
"name": "instagram.com",
"value": "2a03:2880:f381:22:face:b00c:0:4420",
"ttl": 60,
"geo": {
"ip": "2a03:2880:f381:22:face:b00c:0:4420"
}
},
{
"type": "MX",
"name": "instagram.com",
"value": "10 mxa-00082601.gslb.pphosted.com.",
"ttl": 7200
},
{
"type": "MX",
"name": "instagram.com",
"value": "10 mxb-00082601.gslb.pphosted.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "instagram.com",
"value": "b.ns.instagram.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "instagram.com",
"value": "a.ns.instagram.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "instagram.com",
"value": "d.ns.instagram.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "instagram.com",
"value": "c.ns.instagram.com.",
"ttl": 3600
},
{
"type": "SOA",
"name": "instagram.com",
"value": "a.ns.instagram.com. dns.facebook.com. 4207849484 14400 1800 604800 3600",
"ttl": 3600
},
{
"type": "TXT",
"name": "_dmarc.instagram.com",
"value": "\"v=DMARC1; p=reject; rua=mailto:a@dmarc.facebookmail.com; pct=100\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"4cbb1b68-601f-4801-8e7f-e8f68a4a41dd\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"adobe-idp-site-verification=367fda82-a8bb-46cf-9cff-0062d452d229\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"ms=ms86975275\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"nEXgIFIbDifAKlSMQvAhly5SA-vpsAkm5wiOdwdkrzY\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"facebook-domain-verification=hksvhmzcutq39t1kgpmlx11kt8314q\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"v=spf1 include:facebookmail.com include:_spf.fb.com -all\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"hyWdekepiNsp/V9b1JCR+wZDdzbESurl4GqY+FLMfiN+7aeFaway0Art+kNDHeL5OnGZipNeV/iIC+lOONSQVQ==\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"google-site-verification=GGtId51KFyq0hqX2xNvt1u0P9Xp0C7k6pp9do49fCNw\"",
"ttl": 300
},
{
"type": "TXT",
"name": "instagram.com",
"value": "\"google-site-verification=_iQgLr68Rdg7YnN2PqOljSG5dnWOFUUXISF9R77fs5c\"",
"ttl": 300
},
{
"type": "HTTPS",
"name": "instagram.com",
"value": "\\# 56 00 02 0f 7a 2d 70 34 32 2d 69 6e 73 74 61 67 72 61 6d 08 66 61 6c 6c 62 61 63 6b 04 63 31 30 72 08 66 61 63 65 62 6f 6f 6b 03 63 6f 6d 00 00 01 00 06 02 68 32 02 68 33",
"ttl": 6986
},
{
"type": "HTTPS",
"name": "instagram.com",
"value": "\\# 13 00 01 00 00 01 00 06 02 68 32 02 68 33",
"ttl": 6986
},
{
"type": "CAA",
"name": "instagram.com",
"value": "\\# 93 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 20 61 63 63 6f 75 6e 74 3d 32 37 31 62 30 62 65 64 61 30 37 37 31 64 30 30 36 61 61 33 61 36 63 31 31 62 30 35 31 38 37 64 34 35 36 64 36 63 32 33 39 62 34 36 63 62 35 32 34 31 31 39 36 30 39 35 62 30 39 63 39 32 61 66",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:31:41.600Z"
}
}