Total Records
10
Response Time
18ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
SPF strict
DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | googletagmanager.com | 142.251.179.97 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 5m |
| AAAA | googletagmanager.com | 2607:f8b0:4004:c1b::61 | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | googletagmanager.com | ns4.google.com. | 3d |
| NS | googletagmanager.com | ns1.google.com. | 3d |
| NS | googletagmanager.com | ns3.google.com. | 3d |
| NS | googletagmanager.com | ns2.google.com. | 3d |
| SOA | googletagmanager.com | ns1.google.com. dns-admin.google.com. 931589429 900 900 1800 60 | 1m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.googletagmanager.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | googletagmanager.com | "v=spf1 -all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | googletagmanager.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/14/2026, 11:02:05 PM Β· 18ms
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=googletagmanager.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "googletagmanager.com",
"records": [
{
"type": "A",
"name": "googletagmanager.com",
"value": "142.251.179.97",
"ttl": 300,
"geo": {
"ip": "142.251.179.97",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "AAAA",
"name": "googletagmanager.com",
"value": "2607:f8b0:4004:c1b::61",
"ttl": 300,
"geo": {
"ip": "2607:f8b0:4004:c1b::61"
}
},
{
"type": "NS",
"name": "googletagmanager.com",
"value": "ns4.google.com.",
"ttl": 341356
}
],
"queryTimeMs": 18
}
}