DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for googlevideo.com

Records: 18
Response Time: 61ms
DNSSEC: Disabled
DNS Provider: Google Cloud DNS
Security: βœ“ SPF soft βœ“ DMARC none

Address Records

IP addresses the domain points to

10 records
Type Name Value TTL
A googlevideo.com
192.178.214.105
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
4m
A googlevideo.com
192.178.214.106
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
4m
A googlevideo.com
192.178.214.99
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
4m
A googlevideo.com
192.178.214.104
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
4m
A googlevideo.com
192.178.214.103
πŸ‡ΊπŸ‡Έ US AS15169 GOOGLE - Google LLC, US
4m
A googlevideo.com
192.178.214.147
4m
AAAA googlevideo.com
2607:f8b0:4023:1427::69
5m
AAAA googlevideo.com
2607:f8b0:4023:1427::6a
5m
AAAA googlevideo.com
2607:f8b0:4023:1427::68
5m
AAAA googlevideo.com
2607:f8b0:4023:1427::93
5m

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS googlevideo.com
ns2.google.com.
3d
NS googlevideo.com
ns3.google.com.
3d
NS googlevideo.com
ns4.google.com.
3d
NS googlevideo.com
ns1.google.com.
3d
SOA googlevideo.com
ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60
1m

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
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

1 record
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 at 5/10/2026, 9:31:12 PM

About DNS Records

The Domain Name System (DNS) is the internet's phonebook, translating human-readable domain names into IP addresses. DNS records contain essential configuration for how a domain behaves across email, web, security, and services.

Common Records

  • A/AAAA - Map domain to IPv4/IPv6 addresses
  • MX - Mail servers for receiving email
  • TXT - SPF, DKIM, DMARC for email security
  • NS - Authoritative nameservers
  • CNAME - Aliases pointing to other domains

Security Records

  • CAA - Restrict which CAs can issue certificates
  • DNSKEY/DS - DNSSEC cryptographic keys
  • TLSA - DANE TLS certificate authentication
  • SSHFP - SSH host key fingerprints
  • SRV - Service discovery and endpoints

REST API

Integrate DNS lookups into your applications with our REST API. Query all record types programmatically.

GET DNS Lookup
$ curl https://api.requestguard.com/v1/dns/lookup?domain=googlevideo.com
Response for googlevideo.com Live Data
{
  "success": true,
  "data": {
    "domain": "googlevideo.com",
    "queryTimeMs": 61,
    "dnssec": false,
    "dnsProvider": "Google Cloud DNS",
    "records": [
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.105",
        "ttl": 250,
        "geo": {
          "ip": "192.178.214.105",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.106",
        "ttl": 250,
        "geo": {
          "ip": "192.178.214.106",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.99",
        "ttl": 250,
        "geo": {
          "ip": "192.178.214.99",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.104",
        "ttl": 250,
        "geo": {
          "ip": "192.178.214.104",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.103",
        "ttl": 250,
        "geo": {
          "ip": "192.178.214.103",
          "asn": 15169,
          "country": "US",
          "asnName": "GOOGLE - Google LLC, US"
        }
      },
      {
        "type": "A",
        "name": "googlevideo.com",
        "value": "192.178.214.147",
        "ttl": 250
      },
      {
        "type": "AAAA",
        "name": "googlevideo.com",
        "value": "2607:f8b0:4023:1427::69",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "googlevideo.com",
        "value": "2607:f8b0:4023:1427::6a",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "googlevideo.com",
        "value": "2607:f8b0:4023:1427::68",
        "ttl": 300
      },
      {
        "type": "AAAA",
        "name": "googlevideo.com",
        "value": "2607:f8b0:4023:1427::93",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "googlevideo.com",
        "value": "ns2.google.com.",
        "ttl": 340513
      },
      {
        "type": "NS",
        "name": "googlevideo.com",
        "value": "ns3.google.com.",
        "ttl": 340513
      },
      {
        "type": "NS",
        "name": "googlevideo.com",
        "value": "ns4.google.com.",
        "ttl": 340513
      },
      {
        "type": "NS",
        "name": "googlevideo.com",
        "value": "ns1.google.com.",
        "ttl": 340513
      },
      {
        "type": "SOA",
        "name": "googlevideo.com",
        "value": "ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60",
        "ttl": 60
      },
      {
        "type": "TXT",
        "name": "_dmarc.googlevideo.com",
        "value": "\"v=DMARC1; p=none; rua=mailto:mailauth-reports@google.com\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "googlevideo.com",
        "value": "\"v=spf1 ?all\"",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "googlevideo.com",
        "value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
        "ttl": 86400
      }
    ],
    "queriedAt": "2026-05-10T21:31:12.822Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’