DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for aaplimg.com

Records: 10
Response Time: 8ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: ✓ SPF strict ✓ DMARC reject

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS aaplimg.com
a.ns.apple.com.
1h
NS aaplimg.com
b.ns.apple.com.
1h
NS aaplimg.com
c.ns.apple.com.
1h
NS aaplimg.com
d.ns.apple.com.
1h
SOA aaplimg.com
ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 15321 300 300 3628800 300
1h

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
Type Name Value TTL
TXT _dmarc.aaplimg.com
"v=DMARC1; p=reject; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com;"
1h
TXT aaplimg.com
"v=spf1 -all"
1h

Security & Certificates

DNSSEC, CA restrictions, and keys

3 records
Type Name Value TTL
CAA aaplimg.com
\# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 6f 6e 74 61 63 74 5f 70 6b 69 40 61 70 70 6c 65 2e 63 6f 6d
4m
CAA aaplimg.com
\# 20 00 05 69 73 73 75 65 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d
4m
CAA aaplimg.com
\# 24 00 09 69 73 73 75 65 77 69 6c 64 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d
4m

Queried at 5/10/2026, 9:32:45 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=aaplimg.com
Response for aaplimg.com Live Data
{
  "success": true,
  "data": {
    "domain": "aaplimg.com",
    "queryTimeMs": 8,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "NS",
        "name": "aaplimg.com",
        "value": "a.ns.apple.com.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "aaplimg.com",
        "value": "b.ns.apple.com.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "aaplimg.com",
        "value": "c.ns.apple.com.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "aaplimg.com",
        "value": "d.ns.apple.com.",
        "ttl": 3600
      },
      {
        "type": "SOA",
        "name": "aaplimg.com",
        "value": "ns-ext-prod.jackfruit.apple.com. dnscontact.apple.com. 15321 300 300 3628800 300",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.aaplimg.com",
        "value": "\"v=DMARC1; p=reject; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com;\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "aaplimg.com",
        "value": "\"v=spf1 -all\"",
        "ttl": 3600
      },
      {
        "type": "CAA",
        "name": "aaplimg.com",
        "value": "\\# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 63 6f 6e 74 61 63 74 5f 70 6b 69 40 61 70 70 6c 65 2e 63 6f 6d",
        "ttl": 299
      },
      {
        "type": "CAA",
        "name": "aaplimg.com",
        "value": "\\# 20 00 05 69 73 73 75 65 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d",
        "ttl": 299
      },
      {
        "type": "CAA",
        "name": "aaplimg.com",
        "value": "\\# 24 00 09 69 73 73 75 65 77 69 6c 64 70 6b 69 2e 61 70 70 6c 65 2e 63 6f 6d",
        "ttl": 299
      }
    ],
    "queriedAt": "2026-05-10T21:32:45.771Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →