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