DNS Lookup Tool

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

DNS Records for fakeinbox.com

Records: 8
Response Time: 45ms
DNSSEC: Disabled
DNS Provider: Cloudflare

Address Records

IP addresses the domain points to

4 records
Type Name Value TTL
A fakeinbox.com
104.21.60.35
πŸ‡ΊπŸ‡Έ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US
5m
A fakeinbox.com
172.67.191.33
πŸ‡ΊπŸ‡Έ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US
5m
AAAA fakeinbox.com
2606:4700:3032::ac43:bf21
5m
AAAA fakeinbox.com
2606:4700:3037::6815:3c23
5m

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS fakeinbox.com
naya.ns.cloudflare.com.
1d
NS fakeinbox.com
tim.ns.cloudflare.com.
1d
SOA fakeinbox.com
naya.ns.cloudflare.com. dns.cloudflare.com. 2400954043 10000 2400 604800 1800
30m

Service Discovery

Service endpoints and bindings

1 record
Type Name Value TTL
HTTPS fakeinbox.com
\# 136 00 01 00 00 01 00 06 02 68 33 02 68 32 00 04 00 08 68 15 3c 23 ac 43 bf 21 00 05 00 47 00 45 fe 0d 00 41 ab 00 20 00 20 ac c9 ca 9c 18 b9 19 a8 c1 4d e9 f5 bd 12 71 bd 61 41 57 4b fe c8 96 56 dc e1 3d 97 f6 7a 79 69 00 04 00 01 00 01 00 12 63 6c 6f 75 64 66 6c 61 72 65 2d 65 63 68 2e 63 6f 6d 00 00 00 06 00 20 26 06 47 00 30 32 00 00 00 00 00 00 ac 43 bf 21 26 06 47 00 30 37 00 00 00 00 00 00 68 15 3c 23
5m

Queried at 5/10/2026, 9:33:44 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=fakeinbox.com
Response for fakeinbox.com Live Data
{
  "success": true,
  "data": {
    "domain": "fakeinbox.com",
    "queryTimeMs": 45,
    "dnssec": false,
    "dnsProvider": "Cloudflare",
    "records": [
      {
        "type": "A",
        "name": "fakeinbox.com",
        "value": "104.21.60.35",
        "ttl": 300,
        "geo": {
          "ip": "104.21.60.35",
          "asn": 13335,
          "country": "US",
          "asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
        }
      },
      {
        "type": "A",
        "name": "fakeinbox.com",
        "value": "172.67.191.33",
        "ttl": 300,
        "geo": {
          "ip": "172.67.191.33",
          "asn": 13335,
          "country": "US",
          "asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
        }
      },
      {
        "type": "AAAA",
        "name": "fakeinbox.com",
        "value": "2606:4700:3032::ac43:bf21",
        "ttl": 300,
        "geo": {
          "ip": "2606:4700:3032::ac43:bf21"
        }
      },
      {
        "type": "AAAA",
        "name": "fakeinbox.com",
        "value": "2606:4700:3037::6815:3c23",
        "ttl": 300,
        "geo": {
          "ip": "2606:4700:3037::6815:3c23"
        }
      },
      {
        "type": "NS",
        "name": "fakeinbox.com",
        "value": "naya.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "fakeinbox.com",
        "value": "tim.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "fakeinbox.com",
        "value": "naya.ns.cloudflare.com. dns.cloudflare.com. 2400954043 10000 2400 604800 1800",
        "ttl": 1800
      },
      {
        "type": "HTTPS",
        "name": "fakeinbox.com",
        "value": "\\# 136 00 01 00 00 01 00 06 02 68 33 02 68 32 00 04 00 08 68 15 3c 23 ac 43 bf 21 00 05 00 47 00 45 fe 0d 00 41 ab 00 20 00 20 ac c9 ca 9c 18 b9 19 a8 c1 4d e9 f5 bd 12 71 bd 61 41 57 4b fe c8 96 56 dc e1 3d 97 f6 7a 79 69 00 04 00 01 00 01 00 12 63 6c 6f 75 64 66 6c 61 72 65 2d 65 63 68 2e 63 6f 6d 00 00 00 06 00 20 26 06 47 00 30 32 00 00 00 00 00 00 ac 43 bf 21 26 06 47 00 30 37 00 00 00 00 00 00 68 15 3c 23",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-10T21:33:44.338Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’