DNS Lookup Tool

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

DNS Records for akamai.net

Records: 17
Response Time: 37ms
DNSSEC: Disabled
DNS Provider: Unknown

Mail Records

Mail servers for the domain

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

Name Records

Nameservers and aliases

14 records
Type Name Value TTL
NS akamai.net
zc.akamaitech.net.
1d
NS akamai.net
zb.akamaitech.net.
1d
NS akamai.net
a22-193.akamaitech.net.
1d
NS akamai.net
zd.akamaitech.net.
1d
NS akamai.net
a5-193.akamaitech.net.
1d
NS akamai.net
a3-193.akamaitech.net.
1d
NS akamai.net
a12-193.akamaitech.net.
1d
NS akamai.net
a1-193.akamaitech.net.
1d
NS akamai.net
a6-193.akamaitech.net.
1d
NS akamai.net
ns4-193.akamaitech.net.
1d
NS akamai.net
ns2-193.akamaitech.net.
1d
NS akamai.net
ns3-193.akamaitech.net.
1d
NS akamai.net
ns5-193.akamaitech.net.
1d
SOA akamai.net
internal.akamaitech.net. hostmaster.akamai.com. 1698937200 90000 90000 90000 180
1d

Text & Verification

SPF, DKIM, DMARC, and verification

1 record
Type Name Value TTL
TXT akamai.net
"This" "is" "not" "the" "nameserver" "you" "are" "looking" "for."
1d

Queried at 5/10/2026, 9:35:14 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=akamai.net
Response for akamai.net Live Data
{
  "success": true,
  "data": {
    "domain": "akamai.net",
    "queryTimeMs": 37,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "MX",
        "name": "akamai.net",
        "value": "100 mx0b-00190b01.pphosted.com.",
        "ttl": 600
      },
      {
        "type": "MX",
        "name": "akamai.net",
        "value": "100 mx0a-00190b01.pphosted.com.",
        "ttl": 600
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "zc.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "zb.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a22-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "zd.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a5-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a3-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a12-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a1-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "a6-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "ns4-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "ns2-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "ns3-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "NS",
        "name": "akamai.net",
        "value": "ns5-193.akamaitech.net.",
        "ttl": 87098
      },
      {
        "type": "SOA",
        "name": "akamai.net",
        "value": "internal.akamaitech.net. hostmaster.akamai.com. 1698937200 90000 90000 90000 180",
        "ttl": 90000
      },
      {
        "type": "TXT",
        "name": "akamai.net",
        "value": "\"This\" \"is\" \"not\" \"the\" \"nameserver\" \"you\" \"are\" \"looking\" \"for.\"",
        "ttl": 90000
      }
    ],
    "queriedAt": "2026-05-10T21:35:14.795Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →