DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
android.com
Records: 26
Response Time: 75ms
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 | android.com | 142.251.182.147 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 5m |
| A | android.com | 142.251.182.106 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 5m |
| A | android.com | 142.251.182.103 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 5m |
| A | android.com | 142.251.182.99 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 5m |
| A | android.com | 142.251.182.104 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 5m |
| A | android.com | 142.251.182.105 | 5m |
| AAAA | android.com | 2607:f8b0:4023:1419::69 | 5m |
| AAAA | android.com | 2607:f8b0:4023:1419::67 | 5m |
| AAAA | android.com | 2607:f8b0:4023:1419::6a | 5m |
| AAAA | android.com | 2607:f8b0:4023:1419::93 | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | android.com | 30 aspmx2.googlemail.com. | 3h |
| MX | android.com | 30 aspmx4.googlemail.com. | 3h |
| MX | android.com | 30 aspmx5.googlemail.com. | 3h |
| MX | android.com | 20 alt2.aspmx.l.google.com. | 3h |
| MX | android.com | 30 aspmx3.googlemail.com. | 3h |
| MX | android.com | 10 aspmx.l.google.com. | 3h |
| MX | android.com | 20 alt1.aspmx.l.google.com. | 3h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | android.com | ns2.google.com. | 4d |
| NS | android.com | ns3.google.com. | 4d |
| NS | android.com | ns1.google.com. | 4d |
| NS | android.com | ns4.google.com. | 4d |
| SOA | android.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.android.com | "v=DMARC1; p=reject; sp=reject; rua=mailto:mailauth-reports@google.com" | 2h |
| TXT | android.com | "facebook-domain-verification=gj228nttbx7jhjxt8nywtlhoaf97eh" | 1h |
| TXT | android.com | "v=spf1 include:_spf.google.com ~all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | android.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried at 5/11/2026, 5:11:19 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=android.com Response for android.com Live Data
{
"success": true,
"data": {
"domain": "android.com",
"queryTimeMs": 75,
"dnssec": false,
"dnsProvider": "Google Cloud DNS",
"records": [
{
"type": "A",
"name": "android.com",
"value": "142.251.182.147",
"ttl": 300,
"geo": {
"ip": "142.251.182.147",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "android.com",
"value": "142.251.182.106",
"ttl": 300,
"geo": {
"ip": "142.251.182.106",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "android.com",
"value": "142.251.182.103",
"ttl": 300,
"geo": {
"ip": "142.251.182.103",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "android.com",
"value": "142.251.182.99",
"ttl": 300,
"geo": {
"ip": "142.251.182.99",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "android.com",
"value": "142.251.182.104",
"ttl": 300,
"geo": {
"ip": "142.251.182.104",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "android.com",
"value": "142.251.182.105",
"ttl": 300
},
{
"type": "AAAA",
"name": "android.com",
"value": "2607:f8b0:4023:1419::69",
"ttl": 300
},
{
"type": "AAAA",
"name": "android.com",
"value": "2607:f8b0:4023:1419::67",
"ttl": 300
},
{
"type": "AAAA",
"name": "android.com",
"value": "2607:f8b0:4023:1419::6a",
"ttl": 300
},
{
"type": "AAAA",
"name": "android.com",
"value": "2607:f8b0:4023:1419::93",
"ttl": 300
},
{
"type": "MX",
"name": "android.com",
"value": "30 aspmx2.googlemail.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "30 aspmx4.googlemail.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "30 aspmx5.googlemail.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "20 alt2.aspmx.l.google.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "30 aspmx3.googlemail.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "10 aspmx.l.google.com.",
"ttl": 10800
},
{
"type": "MX",
"name": "android.com",
"value": "20 alt1.aspmx.l.google.com.",
"ttl": 10800
},
{
"type": "NS",
"name": "android.com",
"value": "ns2.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "android.com",
"value": "ns3.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "android.com",
"value": "ns1.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "android.com",
"value": "ns4.google.com.",
"ttl": 345600
},
{
"type": "SOA",
"name": "android.com",
"value": "ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60",
"ttl": 60
},
{
"type": "TXT",
"name": "_dmarc.android.com",
"value": "\"v=DMARC1; p=reject; sp=reject; rua=mailto:mailauth-reports@google.com\"",
"ttl": 7200
},
{
"type": "TXT",
"name": "android.com",
"value": "\"facebook-domain-verification=gj228nttbx7jhjxt8nywtlhoaf97eh\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "android.com",
"value": "\"v=spf1 include:_spf.google.com ~all\"",
"ttl": 3600
},
{
"type": "CAA",
"name": "android.com",
"value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
"ttl": 86400
}
],
"queriedAt": "2026-05-11T05:11:19.633Z"
}
}