DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
youtube.com
Records: 20
Response Time: 60ms
DNSSEC: Disabled
DNS Provider:
Google Cloud DNS
Security:
β SPF strict
β DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | youtube.com | 192.178.154.136 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 55s |
| A | youtube.com | 192.178.154.190 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 55s |
| A | youtube.com | 192.178.154.93 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 55s |
| A | youtube.com | 192.178.154.91 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 55s |
| AAAA | youtube.com | 2607:f8b0:4023:1423::be | 5m |
| AAAA | youtube.com | 2607:f8b0:4023:1423::88 | 5m |
| AAAA | youtube.com | 2607:f8b0:4023:1423::5d | 5m |
| AAAA | youtube.com | 2607:f8b0:4023:1423::5b | 5m |
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 | ns4.google.com. | 4d |
| NS | youtube.com | ns3.google.com. | 4d |
| NS | youtube.com | ns2.google.com. | 4d |
| NS | youtube.com | ns1.google.com. | 4d |
| SOA | youtube.com | ns1.google.com. dns-admin.google.com. 912537324 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 | "facebook-domain-verification=64jdes7le4h7e7lfpi22rijygx58j1" | 1h |
| TXT | youtube.com | "google-site-verification=QtQWEwHWM8tHiJ4s-jJWzEQrD_fF3luPnpzNDH-Nw-w" | 1h |
| TXT | youtube.com | "v=spf1 include:google.com mx -all" | 1h |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | youtube.com | \# 3 00 01 00 | 5m |
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 at 5/10/2026, 9:32:40 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=youtube.com Response for youtube.com Live Data
{
"success": true,
"data": {
"domain": "youtube.com",
"queryTimeMs": 60,
"dnssec": false,
"dnsProvider": "Google Cloud DNS",
"records": [
{
"type": "A",
"name": "youtube.com",
"value": "192.178.154.136",
"ttl": 55,
"geo": {
"ip": "192.178.154.136",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "youtube.com",
"value": "192.178.154.190",
"ttl": 55,
"geo": {
"ip": "192.178.154.190",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "youtube.com",
"value": "192.178.154.93",
"ttl": 55,
"geo": {
"ip": "192.178.154.93",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "youtube.com",
"value": "192.178.154.91",
"ttl": 55,
"geo": {
"ip": "192.178.154.91",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "AAAA",
"name": "youtube.com",
"value": "2607:f8b0:4023:1423::be",
"ttl": 300,
"geo": {
"ip": "2607:f8b0:4023:1423::be"
}
},
{
"type": "AAAA",
"name": "youtube.com",
"value": "2607:f8b0:4023:1423::88",
"ttl": 300
},
{
"type": "AAAA",
"name": "youtube.com",
"value": "2607:f8b0:4023:1423::5d",
"ttl": 300
},
{
"type": "AAAA",
"name": "youtube.com",
"value": "2607:f8b0:4023:1423::5b",
"ttl": 300
},
{
"type": "MX",
"name": "youtube.com",
"value": "0 smtp.google.com.",
"ttl": 300
},
{
"type": "NS",
"name": "youtube.com",
"value": "ns4.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "youtube.com",
"value": "ns3.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "youtube.com",
"value": "ns2.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "youtube.com",
"value": "ns1.google.com.",
"ttl": 345600
},
{
"type": "SOA",
"name": "youtube.com",
"value": "ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60",
"ttl": 60
},
{
"type": "TXT",
"name": "_dmarc.youtube.com",
"value": "\"v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "youtube.com",
"value": "\"facebook-domain-verification=64jdes7le4h7e7lfpi22rijygx58j1\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "youtube.com",
"value": "\"google-site-verification=QtQWEwHWM8tHiJ4s-jJWzEQrD_fF3luPnpzNDH-Nw-w\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "youtube.com",
"value": "\"v=spf1 include:google.com mx -all\"",
"ttl": 3600
},
{
"type": "HTTPS",
"name": "youtube.com",
"value": "\\# 3 00 01 00",
"ttl": 300
},
{
"type": "CAA",
"name": "youtube.com",
"value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
"ttl": 86400
}
],
"queriedAt": "2026-05-10T21:32:40.802Z"
}
}