DNS Lookup Tool

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

DNS Records for akadns.net

Records: 14
Response Time: 33ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: ✓ SPF strict

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX akadns.net
100 mx0b-00190b01.pphosted.com.
10m
MX akadns.net
100 mx0a-00190b01.pphosted.com.
10m

Name Records

Nameservers and aliases

10 records
Type Name Value TTL
NS akadns.net
a18-128.akagtm.org.
22h
NS akadns.net
a46-129.akadns.net.
22h
NS akadns.net
a44-131.akadns.net.
22h
NS akadns.net
a42-130.akagtm.org.
22h
NS akadns.net
a7-130.akagtm.org.
22h
NS akadns.net
a28-129.akagtm.org.
22h
NS akadns.net
a8-130.akadns.net.
22h
NS akadns.net
a1-128.akadns.net.
22h
NS akadns.net
a3-129.akadns.net.
22h
SOA akadns.net
internal.akadns.net. hostmaster.akamai.com. 1741200000 90000 90000 90000 180
1d

Text & Verification

SPF, DKIM, DMARC, and verification

2 records
Type Name Value TTL
TXT akadns.net
"v=spf1 -all"
1d
TXT akadns.net
"This" "is" "not" "the" "nameserver" "you" "are" "looking" "for."
1d

Queried at 5/10/2026, 9:35:05 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=akadns.net
Response for akadns.net Live Data
{
  "success": true,
  "data": {
    "domain": "akadns.net",
    "queryTimeMs": 33,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "MX",
        "name": "akadns.net",
        "value": "100 mx0b-00190b01.pphosted.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "akadns.net",
        "value": "100 mx0a-00190b01.pphosted.com.",
        "ttl": 600
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a18-128.akagtm.org.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a46-129.akadns.net.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a44-131.akadns.net.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a42-130.akagtm.org.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a7-130.akagtm.org.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a28-129.akagtm.org.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a8-130.akadns.net.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a1-128.akadns.net.",
        "ttl": 79975
      },
      {
        "type": "NS",
        "name": "akadns.net",
        "value": "a3-129.akadns.net.",
        "ttl": 79975
      },
      {
        "type": "SOA",
        "name": "akadns.net",
        "value": "internal.akadns.net. hostmaster.akamai.com. 1741200000 90000 90000 90000 180",
        "ttl": 90000
      },
      {
        "type": "TXT",
        "name": "akadns.net",
        "value": "\"v=spf1 -all\"",
        "ttl": 90000
      },
      {
        "type": "TXT",
        "name": "akadns.net",
        "value": "\"This\" \"is\" \"not\" \"the\" \"nameserver\" \"you\" \"are\" \"looking\" \"for.\"",
        "ttl": 90000
      }
    ],
    "queriedAt": "2026-05-10T21:35:05.574Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →