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