Total Records
20
Response Time
19ms
DNSSEC
Disabled
DNS Provider
Google Cloud DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | youtube.com | 142.251.167.136 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 2m |
| A | youtube.com | 142.251.167.93 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 2m |
| A | youtube.com | 142.251.167.190 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 2m |
| A | youtube.com | 142.251.167.91 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 2m |
| AAAA | youtube.com | 2607:f8b0:4004:c29::88 | 3m |
| AAAA | youtube.com | 2607:f8b0:4004:c29::be | 3m |
| AAAA | youtube.com | 2607:f8b0:4004:c29::5b | 3m |
| AAAA | youtube.com | 2607:f8b0:4004:c29::5d | 3m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | youtube.com | 0 smtp.google.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | youtube.com | ns1.google.com. | 3d |
| NS | youtube.com | ns2.google.com. | 3d |
| NS | youtube.com | ns4.google.com. | 3d |
| NS | youtube.com | ns3.google.com. | 3d |
| SOA | youtube.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.youtube.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 1h |
| TXT | youtube.com | "google-site-verification=QtQWEwHWM8tHiJ4s-jJWzEQrD_fF3luPnpzNDH-Nw-w" | 1h |
| TXT | youtube.com | "v=spf1 include:google.com mx -all" | 1h |
| TXT | youtube.com | "facebook-domain-verification=64jdes7le4h7e7lfpi22rijygx58j1" | 1h |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | youtube.com | \# 3 00 01 00 | 49s |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | youtube.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried 6/7/2026, 5:09:40 PM Β· 19ms
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=youtube.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "youtube.com",
"records": [
{
"type": "A",
"name": "youtube.com",
"value": "142.251.167.136",
"ttl": 162,
"geo": {
"ip": "142.251.167.136",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "youtube.com",
"value": "142.251.167.93",
"ttl": 162,
"geo": {
"ip": "142.251.167.93",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "youtube.com",
"value": "142.251.167.190",
"ttl": 162,
"geo": {
"ip": "142.251.167.190",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
}
],
"queryTimeMs": 19
}
}