Total Records
7
Response Time
208ms
DNSSEC
Enabled
DNS Provider
AWS Route 53
SPF strict
DMARC reject
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | amazon.dev | ns-101.awsdns-12.com. | 2d |
| NS | amazon.dev | ns-1373.awsdns-43.org. | 2d |
| NS | amazon.dev | ns-1648.awsdns-14.co.uk. | 2d |
| NS | amazon.dev | ns-729.awsdns-27.net. | 2d |
| SOA | amazon.dev | ns-729.awsdns-27.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 | 15m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.amazon.dev | "v=DMARC1; p=reject; sp=none; rua=mailto:report@dmarc.amazon.com; ruf=mailto:report@dmarc.amazon.com" | 1d |
| TXT | amazon.dev | "v=spf1 -all" | 1d |
Queried 6/12/2026, 5:43:39 PM ยท 208ms
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=amazon.dev" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "amazon.dev",
"records": [
{
"type": "NS",
"name": "amazon.dev",
"value": "ns-101.awsdns-12.com.",
"ttl": 172800
},
{
"type": "NS",
"name": "amazon.dev",
"value": "ns-1373.awsdns-43.org.",
"ttl": 172800
},
{
"type": "NS",
"name": "amazon.dev",
"value": "ns-1648.awsdns-14.co.uk.",
"ttl": 172800
}
],
"queryTimeMs": 208
}
}