Total Records
12
Response Time
18ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
SPF soft
DMARC none
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | gstatic.com | 64.233.180.94 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 49s |
| A | gstatic.com | 64.233.180.120 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 49s |
| AAAA | gstatic.com | 2607:f8b0:4004:c27::78 | 5m |
| AAAA | gstatic.com | 2607:f8b0:4004:c27::5e | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | gstatic.com | ns1.google.com. | 3d |
| NS | gstatic.com | ns3.google.com. | 3d |
| NS | gstatic.com | ns2.google.com. | 3d |
| NS | gstatic.com | ns4.google.com. | 3d |
| SOA | gstatic.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.gstatic.com | "v=DMARC1; p=none; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | gstatic.com | "v=spf1 ?all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | gstatic.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/6/2026, 4:18:05 AM Β· 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=gstatic.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "gstatic.com",
"records": [
{
"type": "A",
"name": "gstatic.com",
"value": "64.233.180.94",
"ttl": 49,
"geo": {
"ip": "64.233.180.94",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "gstatic.com",
"value": "64.233.180.120",
"ttl": 49,
"geo": {
"ip": "64.233.180.120",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "AAAA",
"name": "gstatic.com",
"value": "2607:f8b0:4004:c27::78",
"ttl": 300,
"geo": {
"ip": "2607:f8b0:4004:c27::78"
}
}
],
"queryTimeMs": 18
}
}