DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
google.com
Records: 31
Response Time: 49ms
DNSSEC: Disabled
DNS Provider:
Google Cloud DNS
Security:
β SPF soft
β DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | google.com | 172.217.77.100 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | google.com | 172.217.77.113 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | google.com | 172.217.77.102 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | google.com | 172.217.77.138 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | google.com | 172.217.77.101 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | google.com | 172.217.77.139 | 4m |
| AAAA | google.com | 2607:f8b0:4023:1407::8a | 4m |
| AAAA | google.com | 2607:f8b0:4023:1407::8b | 4m |
| AAAA | google.com | 2607:f8b0:4023:1407::65 | 4m |
| AAAA | google.com | 2607:f8b0:4023:1407::64 | 4m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | google.com | 10 smtp.google.com. | 13s |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | google.com | ns3.google.com. | 3d |
| NS | google.com | ns4.google.com. | 3d |
| NS | google.com | ns2.google.com. | 3d |
| NS | google.com | ns1.google.com. | 3d |
| SOA | google.com | ns1.google.com. dns-admin.google.com. 860025500 900 900 1800 60 | 1m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.google.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 18s |
| TXT | google.com | "google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ" | 33s |
| TXT | google.com | "v=spf1 include:_spf.google.com ~all" | 33s |
| TXT | google.com | "MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB" | 33s |
| TXT | google.com | "cisco-ci-domain-verification=47c38bc8c4b74b7233e9053220c1bbe76bcc1cd33c7acf7acd36cd6a5332004b" | 33s |
| TXT | google.com | "google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o" | 33s |
| TXT | google.com | "onetrust-domain-verification=6d685f1d41a94696ad7ef771f68993e0" | 33s |
| TXT | google.com | "google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0" | 33s |
| TXT | google.com | "facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95" | 33s |
| TXT | google.com | "docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e" | 33s |
| TXT | google.com | "docusign=1b0a6754-49b1-4db5-8540-d2c12664b289" | 33s |
| TXT | google.com | "apple-domain-verification=30afIBcvSuDV2PLX" | 33s |
| TXT | google.com | "globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=" | 33s |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | google.com | \# 13 00 01 00 00 01 00 06 02 68 32 02 68 33 | 4h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | google.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried at 1/25/2026, 2:54:47 AM
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=google.com Response for google.com Live Data
{
"success": true,
"data": {
"domain": "google.com",
"queryTimeMs": 49,
"dnssec": false,
"dnsProvider": "Google Cloud DNS",
"records": [
{
"type": "A",
"name": "google.com",
"value": "172.217.77.100",
"ttl": 270,
"geo": {
"ip": "172.217.77.100",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "google.com",
"value": "172.217.77.113",
"ttl": 270,
"geo": {
"ip": "172.217.77.113",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "google.com",
"value": "172.217.77.102",
"ttl": 270,
"geo": {
"ip": "172.217.77.102",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "google.com",
"value": "172.217.77.138",
"ttl": 270,
"geo": {
"ip": "172.217.77.138",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "google.com",
"value": "172.217.77.101",
"ttl": 270,
"geo": {
"ip": "172.217.77.101",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "google.com",
"value": "172.217.77.139",
"ttl": 270
},
{
"type": "AAAA",
"name": "google.com",
"value": "2607:f8b0:4023:1407::8a",
"ttl": 290
},
{
"type": "AAAA",
"name": "google.com",
"value": "2607:f8b0:4023:1407::8b",
"ttl": 290
},
{
"type": "AAAA",
"name": "google.com",
"value": "2607:f8b0:4023:1407::65",
"ttl": 290
},
{
"type": "AAAA",
"name": "google.com",
"value": "2607:f8b0:4023:1407::64",
"ttl": 290
},
{
"type": "MX",
"name": "google.com",
"value": "10 smtp.google.com.",
"ttl": 13
},
{
"type": "NS",
"name": "google.com",
"value": "ns3.google.com.",
"ttl": 343101
},
{
"type": "NS",
"name": "google.com",
"value": "ns4.google.com.",
"ttl": 343101
},
{
"type": "NS",
"name": "google.com",
"value": "ns2.google.com.",
"ttl": 343101
},
{
"type": "NS",
"name": "google.com",
"value": "ns1.google.com.",
"ttl": 343101
},
{
"type": "SOA",
"name": "google.com",
"value": "ns1.google.com. dns-admin.google.com. 860025500 900 900 1800 60",
"ttl": 60
},
{
"type": "TXT",
"name": "_dmarc.google.com",
"value": "\"v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com\"",
"ttl": 18
},
{
"type": "TXT",
"name": "google.com",
"value": "\"google-site-verification=TV9-DBe4R80X4v0M4U_bd_J9cpOJM0nikft0jAgjmsQ\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"v=spf1 include:_spf.google.com ~all\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"MS=E4A68B9AB2BB9670BCE15412F62916164C0B20BB\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"cisco-ci-domain-verification=47c38bc8c4b74b7233e9053220c1bbe76bcc1cd33c7acf7acd36cd6a5332004b\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"google-site-verification=wD8N7i1JTNTkezJ49swvWW48f8_9xveREV4oB-0Hf5o\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"onetrust-domain-verification=6d685f1d41a94696ad7ef771f68993e0\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"google-site-verification=4ibFUgB-wXLQ_S7vsXVomSTVamuOXBiVAzpR5IZ87D0\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"facebook-domain-verification=22rm551cu4k0ab0bxsw536tlds4h95\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"docusign=05958488-4752-4ef2-95eb-aa7ba8a3bd0e\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"docusign=1b0a6754-49b1-4db5-8540-d2c12664b289\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"apple-domain-verification=30afIBcvSuDV2PLX\"",
"ttl": 33
},
{
"type": "TXT",
"name": "google.com",
"value": "\"globalsign-smime-dv=CDYX+XFHUw2wml6/Gb8+59BsH31KzUr6c1l2BPvqKX8=\"",
"ttl": 33
},
{
"type": "HTTPS",
"name": "google.com",
"value": "\\# 13 00 01 00 00 01 00 06 02 68 32 02 68 33",
"ttl": 14663
},
{
"type": "CAA",
"name": "google.com",
"value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
"ttl": 86400
}
],
"queriedAt": "2026-01-25T02:54:47.261Z"
}
}