Total Records
13
Response Time
11ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
SPF soft
DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | googleadservices.com | 192.178.155.155 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | googleadservices.com | 192.178.155.157 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | googleadservices.com | 192.178.155.156 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
| A | googleadservices.com | 192.178.155.154 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 4m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | googleadservices.com | 0 smtp.google.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | googleadservices.com | ns3.google.com. | 3d |
| NS | googleadservices.com | ns2.google.com. | 3d |
| NS | googleadservices.com | ns1.google.com. | 3d |
| NS | googleadservices.com | ns4.google.com. | 3d |
| SOA | googleadservices.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.googleadservices.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | googleadservices.com | "v=spf1 include:_spf.google.com ~all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | googleadservices.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/14/2026, 10:26:16 PM Β· 11ms
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=googleadservices.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "googleadservices.com",
"records": [
{
"type": "A",
"name": "googleadservices.com",
"value": "192.178.155.155",
"ttl": 280,
"geo": {
"ip": "192.178.155.155",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "googleadservices.com",
"value": "192.178.155.157",
"ttl": 280,
"geo": {
"ip": "192.178.155.157",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "googleadservices.com",
"value": "192.178.155.156",
"ttl": 280,
"geo": {
"ip": "192.178.155.156",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
}
],
"queryTimeMs": 11
}
}