DNS Lookup Tool

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

DNS Records for tiktokcdn.com

Records: 7
Response Time: 45ms
DNSSEC: Disabled
DNS Provider: Akamai

Name Records

Nameservers and aliases

7 records
Type Name Value TTL
NS tiktokcdn.com
a1-97.akam.net.
2d
NS tiktokcdn.com
a12-66.akam.net.
2d
NS tiktokcdn.com
a6-65.akam.net.
2d
NS tiktokcdn.com
a18-64.akam.net.
2d
NS tiktokcdn.com
a9-66.akam.net.
2d
NS tiktokcdn.com
a13-67.akam.net.
2d
SOA tiktokcdn.com
a9-66.akam.net. hostmaster.akamai.com. 1562922588 43200 7200 604800 7200
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=tiktokcdn.com
Response for tiktokcdn.com Live Data
{
  "success": true,
  "data": {
    "domain": "tiktokcdn.com",
    "queryTimeMs": 45,
    "dnssec": false,
    "dnsProvider": "Akamai",
    "records": [
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a1-97.akam.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a12-66.akam.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a6-65.akam.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a18-64.akam.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a9-66.akam.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "tiktokcdn.com",
        "value": "a13-67.akam.net.",
        "ttl": 172800
      },
      {
        "type": "SOA",
        "name": "tiktokcdn.com",
        "value": "a9-66.akam.net. hostmaster.akamai.com. 1562922588 43200 7200 604800 7200",
        "ttl": 86400
      }
    ],
    "queriedAt": "2026-05-10T21:35:05.359Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →