DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
netlify.app
Records: 16
Response Time: 56ms
DNSSEC: Enabled
DNS Provider:
NS1
Security:
β SPF strict
β DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | netlify.app | 98.84.224.111 πΊπΈ US AS14618 AMAZON-AES - Amazon.com, Inc., US | 2m |
| A | netlify.app | 18.208.88.157 πΊπΈ US AS14618 AMAZON-AES - Amazon.com, Inc., US | 2m |
| AAAA | netlify.app | 2600:1f18:16e:df01::259 | 5m |
| AAAA | netlify.app | 2600:1f18:16e:df01::258 | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | netlify.app | dns1.p01.nsone.net. | 1h |
| NS | netlify.app | dns2.p01.nsone.net. | 1h |
| NS | netlify.app | dns3.p01.nsone.net. | 1h |
| NS | netlify.app | dns4.p01.nsone.net. | 1h |
| SOA | netlify.app | dns1.p01.nsone.net. hostmaster.nsone.net. 1664979656 43200 7200 1209600 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.netlify.app | "v=DMARC1; p=reject; rua=mailto:fexahwip@ag.dmarcian.com; ruf=mailto:fexahwip@fr.dmarcian.com; fo=1" | 5m |
| TXT | netlify.app | "google-site-verification=0KCpoJchrixypEMvtkzLtj6VMqMXKcuWS7j2jjjDcys" | 30m |
| TXT | netlify.app | "v=spf1 -all" | 30m |
| TXT | netlify.app | "_kvz3va36b5cudpl46gbej22cfyyw908" | 30m |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | netlify.app | \# 10 00 01 00 00 01 00 03 02 68 32 | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | netlify.app | \# 92 80 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 61 63 63 6f 75 6e 74 3d 32 64 38 33 65 39 61 63 39 62 36 37 37 36 63 33 66 32 31 35 31 35 30 66 36 65 62 63 65 65 61 38 63 65 66 65 33 62 63 32 65 31 66 62 35 65 66 66 66 62 31 64 37 31 65 32 30 30 35 37 35 32 32 36 | 30m |
| CAA | netlify.app | \# 34 80 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 73 65 63 75 72 69 74 79 40 6e 65 74 6c 69 66 79 2e 63 6f 6d | 30m |
Queried at 5/12/2026, 8:57:20 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=netlify.app Response for netlify.app Live Data
{
"success": true,
"data": {
"domain": "netlify.app",
"queryTimeMs": 56,
"dnssec": true,
"dnsProvider": "NS1",
"records": [
{
"type": "A",
"name": "netlify.app",
"value": "98.84.224.111",
"ttl": 120,
"geo": {
"ip": "98.84.224.111",
"asn": 14618,
"country": "US",
"asnName": "AMAZON-AES - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "netlify.app",
"value": "18.208.88.157",
"ttl": 120,
"geo": {
"ip": "18.208.88.157",
"asn": 14618,
"country": "US",
"asnName": "AMAZON-AES - Amazon.com, Inc., US"
}
},
{
"type": "AAAA",
"name": "netlify.app",
"value": "2600:1f18:16e:df01::259",
"ttl": 311,
"geo": {
"ip": "2600:1f18:16e:df01::259"
}
},
{
"type": "AAAA",
"name": "netlify.app",
"value": "2600:1f18:16e:df01::258",
"ttl": 311,
"geo": {
"ip": "2600:1f18:16e:df01::258"
}
},
{
"type": "NS",
"name": "netlify.app",
"value": "dns1.p01.nsone.net.",
"ttl": 3600
},
{
"type": "NS",
"name": "netlify.app",
"value": "dns2.p01.nsone.net.",
"ttl": 3600
},
{
"type": "NS",
"name": "netlify.app",
"value": "dns3.p01.nsone.net.",
"ttl": 3600
},
{
"type": "NS",
"name": "netlify.app",
"value": "dns4.p01.nsone.net.",
"ttl": 3600
},
{
"type": "SOA",
"name": "netlify.app",
"value": "dns1.p01.nsone.net. hostmaster.nsone.net. 1664979656 43200 7200 1209600 300",
"ttl": 3600
},
{
"type": "TXT",
"name": "_dmarc.netlify.app",
"value": "\"v=DMARC1; p=reject; rua=mailto:fexahwip@ag.dmarcian.com; ruf=mailto:fexahwip@fr.dmarcian.com; fo=1\"",
"ttl": 300
},
{
"type": "TXT",
"name": "netlify.app",
"value": "\"google-site-verification=0KCpoJchrixypEMvtkzLtj6VMqMXKcuWS7j2jjjDcys\"",
"ttl": 1800
},
{
"type": "TXT",
"name": "netlify.app",
"value": "\"v=spf1 -all\"",
"ttl": 1800
},
{
"type": "TXT",
"name": "netlify.app",
"value": "\"_kvz3va36b5cudpl46gbej22cfyyw908\"",
"ttl": 1800
},
{
"type": "HTTPS",
"name": "netlify.app",
"value": "\\# 10 00 01 00 00 01 00 03 02 68 32",
"ttl": 3600
},
{
"type": "CAA",
"name": "netlify.app",
"value": "\\# 92 80 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 61 63 63 6f 75 6e 74 3d 32 64 38 33 65 39 61 63 39 62 36 37 37 36 63 33 66 32 31 35 31 35 30 66 36 65 62 63 65 65 61 38 63 65 66 65 33 62 63 32 65 31 66 62 35 65 66 66 66 62 31 64 37 31 65 32 30 30 35 37 35 32 32 36",
"ttl": 1800
},
{
"type": "CAA",
"name": "netlify.app",
"value": "\\# 34 80 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 73 65 63 75 72 69 74 79 40 6e 65 74 6c 69 66 79 2e 63 6f 6d",
"ttl": 1800
}
],
"queriedAt": "2026-05-12T08:57:20.850Z"
}
}