DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
imdb.com
Records: 29
Response Time: 106ms
DNSSEC: Disabled
DNS Provider:
Amazon
Security:
β SPF strict
β DMARC quarantine
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | imdb.com | 44.215.137.99 πΊπΈ US AS14618 AMAZON-AES - Amazon.com, Inc., US | 15m |
| A | imdb.com | 98.82.158.179 πΊπΈ US AS14618 AMAZON-AES - Amazon.com, Inc., US | 15m |
| A | imdb.com | 98.82.155.134 πΊπΈ US AS14618 AMAZON-AES - Amazon.com, Inc., US | 15m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | imdb.com | 10 amazon-smtp.amazon.com. | 2h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | imdb.com | ns1.amzndns.co.uk. | 2h |
| NS | imdb.com | ns1.amzndns.com. | 2h |
| NS | imdb.com | ns1.amzndns.net. | 2h |
| NS | imdb.com | ns1.amzndns.org. | 2h |
| NS | imdb.com | ns2.amzndns.co.uk. | 2h |
| NS | imdb.com | ns2.amzndns.com. | 2h |
| NS | imdb.com | ns2.amzndns.net. | 2h |
| NS | imdb.com | ns2.amzndns.org. | 2h |
| CNAME | _dmarc.imdb.com | _dmarc.amazon.com. | 15m |
| SOA | imdb.com | dns-external-master.amazon.com. root.amazon.com. 200910366 600 300 604800 900 | 15m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.amazon.com | "v=DMARC1;" "p=quarantine;" "pct=100;" "rua=mailto:report@dmarc.amazon.com;" "ruf=mailto:report@dmarc.amazon.com" | 15m |
| TXT | imdb.com | "TS1760027" | 15m |
| TXT | imdb.com | "MS=ms55779356" | 15m |
| TXT | imdb.com | "MS=ms74462343" | 15m |
| TXT | imdb.com | "IPROTA_D66964-XXX" | 15m |
| TXT | imdb.com | "v=spf1 include:amazon.com -all" | 15m |
| TXT | imdb.com | "canva-site-verification=knObS_jT07ww5BsgiACF8g" | 15m |
| TXT | imdb.com | "docker-verification=800fa4c1-614f-4e2c-9ee5-c43ea1dc7831" | 15m |
| TXT | imdb.com | "google-site-verification=f3PqOeHGPuPaaRAkAPJ4bSO-O8bDQOohrmdwxtJAIIM" | 15m |
| TXT | imdb.com | "google-site-verification=uL7Y3ZHRGFE5c6a05OXtn2S2Vq6LfrtqsYlwszK0yl8" | 15m |
| TXT | imdb.com | "apple-domain-verification=0jFtlxygq-YPBzUgTNd2qDiTxb6TpG8Hf1qJcLlFb_w" | 15m |
| TXT | imdb.com | "box-domain-verification=ffea95cd0e0d61c302198367155b07e74fd534fa1d867662dc9bf9969b6f535d" | 15m |
| TXT | imdb.com | "adobe-idp-site-verification=b6bcd3e5aaffc63607c8bf75744d9a0d1febc50dd7f389428e2ae476c9ba8814" | 15m |
| TXT | imdb.com | "cisco-ci-domain-verification=5b0cade9b99903b93ec19495d546a72dbb24ecf17c3670b02bbf706bb9ba552a" | 15m |
| TXT | imdb.com | "atlassian-domain-verification=ZT4AapXgobCpXIWoNcd7gtMjZyOUdr4EDFMnFUWrqqqgdaQVbDvoGpRaIwj/tgPH" | 15m |
Queried at 5/12/2026, 8:53:45 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=imdb.com Response for imdb.com Live Data
{
"success": true,
"data": {
"domain": "imdb.com",
"queryTimeMs": 106,
"dnssec": false,
"dnsProvider": "Amazon",
"records": [
{
"type": "A",
"name": "imdb.com",
"value": "44.215.137.99",
"ttl": 900,
"geo": {
"ip": "44.215.137.99",
"asn": 14618,
"country": "US",
"asnName": "AMAZON-AES - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "imdb.com",
"value": "98.82.158.179",
"ttl": 900,
"geo": {
"ip": "98.82.158.179",
"asn": 14618,
"country": "US",
"asnName": "AMAZON-AES - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "imdb.com",
"value": "98.82.155.134",
"ttl": 900,
"geo": {
"ip": "98.82.155.134",
"asn": 14618,
"country": "US",
"asnName": "AMAZON-AES - Amazon.com, Inc., US"
}
},
{
"type": "MX",
"name": "imdb.com",
"value": "10 amazon-smtp.amazon.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns1.amzndns.co.uk.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns1.amzndns.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns1.amzndns.net.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns1.amzndns.org.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns2.amzndns.co.uk.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns2.amzndns.com.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns2.amzndns.net.",
"ttl": 7200
},
{
"type": "NS",
"name": "imdb.com",
"value": "ns2.amzndns.org.",
"ttl": 7200
},
{
"type": "CNAME",
"name": "_dmarc.imdb.com",
"value": "_dmarc.amazon.com.",
"ttl": 900
},
{
"type": "SOA",
"name": "imdb.com",
"value": "dns-external-master.amazon.com. root.amazon.com. 200910366 600 300 604800 900",
"ttl": 900
},
{
"type": "TXT",
"name": "_dmarc.amazon.com",
"value": "\"v=DMARC1;\" \"p=quarantine;\" \"pct=100;\" \"rua=mailto:report@dmarc.amazon.com;\" \"ruf=mailto:report@dmarc.amazon.com\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"TS1760027\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"MS=ms55779356\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"MS=ms74462343\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"IPROTA_D66964-XXX\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"v=spf1 include:amazon.com -all\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"canva-site-verification=knObS_jT07ww5BsgiACF8g\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"docker-verification=800fa4c1-614f-4e2c-9ee5-c43ea1dc7831\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"google-site-verification=f3PqOeHGPuPaaRAkAPJ4bSO-O8bDQOohrmdwxtJAIIM\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"google-site-verification=uL7Y3ZHRGFE5c6a05OXtn2S2Vq6LfrtqsYlwszK0yl8\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"apple-domain-verification=0jFtlxygq-YPBzUgTNd2qDiTxb6TpG8Hf1qJcLlFb_w\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"box-domain-verification=ffea95cd0e0d61c302198367155b07e74fd534fa1d867662dc9bf9969b6f535d\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"adobe-idp-site-verification=b6bcd3e5aaffc63607c8bf75744d9a0d1febc50dd7f389428e2ae476c9ba8814\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"cisco-ci-domain-verification=5b0cade9b99903b93ec19495d546a72dbb24ecf17c3670b02bbf706bb9ba552a\"",
"ttl": 900
},
{
"type": "TXT",
"name": "imdb.com",
"value": "\"atlassian-domain-verification=ZT4AapXgobCpXIWoNcd7gtMjZyOUdr4EDFMnFUWrqqqgdaQVbDvoGpRaIwj/tgPH\"",
"ttl": 900
}
],
"queriedAt": "2026-05-12T08:53:45.709Z"
}
}