DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
app-measurement.com
Records: 18
Response Time: 63ms
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 | app-measurement.com | 142.251.182.100 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-measurement.com | 142.251.182.102 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-measurement.com | 142.251.182.113 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-measurement.com | 142.251.182.139 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-measurement.com | 142.251.182.101 πΊπΈ US AS15169 GOOGLE - Google LLC, US | 4m |
| A | app-measurement.com | 142.251.182.138 | 4m |
| AAAA | app-measurement.com | 2607:f8b0:4023:1425::66 | 34s |
| AAAA | app-measurement.com | 2607:f8b0:4023:1425::64 | 34s |
| AAAA | app-measurement.com | 2607:f8b0:4023:1425::71 | 34s |
| AAAA | app-measurement.com | 2607:f8b0:4023:1425::8b | 34s |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | app-measurement.com | ns1.google.com. | 4d |
| NS | app-measurement.com | ns4.google.com. | 4d |
| NS | app-measurement.com | ns3.google.com. | 4d |
| NS | app-measurement.com | ns2.google.com. | 4d |
| SOA | app-measurement.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.app-measurement.com | "v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com" | 5m |
| TXT | app-measurement.com | "v=spf1 -all" | 5m |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | app-measurement.com | \# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67 | 1d |
Queried at 5/10/2026, 9:35:04 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=app-measurement.com Response for app-measurement.com Live Data
{
"success": true,
"data": {
"domain": "app-measurement.com",
"queryTimeMs": 63,
"dnssec": false,
"dnsProvider": "Google Cloud DNS",
"records": [
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.100",
"ttl": 276,
"geo": {
"ip": "142.251.182.100",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.102",
"ttl": 276,
"geo": {
"ip": "142.251.182.102",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.113",
"ttl": 276,
"geo": {
"ip": "142.251.182.113",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.139",
"ttl": 276,
"geo": {
"ip": "142.251.182.139",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.101",
"ttl": 276,
"geo": {
"ip": "142.251.182.101",
"asn": 15169,
"country": "US",
"asnName": "GOOGLE - Google LLC, US"
}
},
{
"type": "A",
"name": "app-measurement.com",
"value": "142.251.182.138",
"ttl": 276
},
{
"type": "AAAA",
"name": "app-measurement.com",
"value": "2607:f8b0:4023:1425::66",
"ttl": 34
},
{
"type": "AAAA",
"name": "app-measurement.com",
"value": "2607:f8b0:4023:1425::64",
"ttl": 34
},
{
"type": "AAAA",
"name": "app-measurement.com",
"value": "2607:f8b0:4023:1425::71",
"ttl": 34
},
{
"type": "AAAA",
"name": "app-measurement.com",
"value": "2607:f8b0:4023:1425::8b",
"ttl": 34
},
{
"type": "NS",
"name": "app-measurement.com",
"value": "ns1.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "app-measurement.com",
"value": "ns4.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "app-measurement.com",
"value": "ns3.google.com.",
"ttl": 345600
},
{
"type": "NS",
"name": "app-measurement.com",
"value": "ns2.google.com.",
"ttl": 345600
},
{
"type": "SOA",
"name": "app-measurement.com",
"value": "ns1.google.com. dns-admin.google.com. 912537324 900 900 1800 60",
"ttl": 60
},
{
"type": "TXT",
"name": "_dmarc.app-measurement.com",
"value": "\"v=DMARC1; p=reject; rua=mailto:mailauth-reports@google.com\"",
"ttl": 300
},
{
"type": "TXT",
"name": "app-measurement.com",
"value": "\"v=spf1 -all\"",
"ttl": 300
},
{
"type": "CAA",
"name": "app-measurement.com",
"value": "\\# 15 00 05 69 73 73 75 65 70 6b 69 2e 67 6f 6f 67",
"ttl": 86400
}
],
"queriedAt": "2026-05-10T21:35:04.936Z"
}
}