Total Records
17
Response Time
411ms
DNSSEC
Enabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | dns.google | 8.8.4.4 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 8m |
| A | dns.google | 8.8.8.8 πΊπΈ US
AS15169 GOOGLE - Google LLC, US | 8m |
| AAAA | dns.google | 2001:4860:4860::8844 | 6m |
| AAAA | dns.google | 2001:4860:4860::8888 | 6m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | dns.google | ns1.zdns.google. | 6h |
| NS | dns.google | ns2.zdns.google. | 6h |
| NS | dns.google | ns3.zdns.google. | 6h |
| NS | dns.google | ns4.zdns.google. | 6h |
| SOA | dns.google | ns1.zdns.google. cloud-dns-hostmaster.google.com. 1 21600 3600 259200 300 | 6h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.dns.google | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | dns.google | "v=spf1 -all" | 5m |
| TXT | dns.google | "https://xkcd.com/1361/" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | dns.google | 0 issue "pki.goog" | 1d |
| CAA | dns.google | 128 issue "pki.goog" | 1d |
| DNSKEY | dns.google | 256 3 8 AwEAAYg40+Kl2IE256q7uLBVR2IoFmcIPDnyjgfWLkkGcadKnNaLhQ404TwsO8CXl8krxKVdm0USLszARnoXZZ4fUYIyuqu45qaoz9aO1waPz43/mw0oeOcW9JYvEf+XyNFWKzActpizjMFDxDIWIbL1Pq+eZJCRUTeyDSaWX7Ds6Pbl | 4m |
| DNSKEY | dns.google | 257 3 8 AwEAAbwcDvL6jj3SGrhFmpiqahBVGlEIrt5OoVmgCINPJozYpXozSsb0yVkK86vOGcaYZXFoaUisWp0s3GJ5pYD74CyHc1s0CIbGdzNOXthhH2rAhR2YgsnKJUmv8Odo1bFbTy9vzrWd3qQ/Mgp9fOFTE7Dkys2c9bpJmvw0WScdW4xIxTXHilwIhqmrxeNjyRlgb3C8r2NWxjj4sqcATN9BSgk4fLvvB7UneWqWgM8kSd29bdL907nsg7eSuzETwTAHkU2mGHdC5i3kvRDgTqPC2zwk+tF5Rau6x78XkZJm5pcyD0AYsmusJqjGa60FFe759CZQ0Y8K7cZPvom/cozR3lM= | 4m |
| DS | dns.google | 56044 8 2 1b0a7e90aa6b1ac65aa5b573efc44abf6cb2559444251b997103d2e40c351b08 | 15m |
Queried 8/12/2026, 7:19:59 PM Β· 411ms
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=dns.google" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "dns.google",
"records": [
{
"type": "A",
"name": "dns.google",
"value": "8.8.4.4",
"ttl": 505,
"geo": {
"ip": "8.8.4.4",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "dns.google",
"value": "8.8.8.8",
"ttl": 505,
"geo": {
"ip": "8.8.8.8",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "AAAA",
"name": "dns.google",
"value": "2001:4860:4860::8844",
"ttl": 386,
"geo": {
"ip": "2001:4860:4860::8844"
}
}
],
"queryTimeMs": 411
}
}