DNS Lookup Tool

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

DNS Records for tempmailo.com

Records: 12
Response Time: 59ms
DNSSEC: Disabled
DNS Provider: Cloudflare
Security: βœ“ SPF soft βœ“ DMARC quarantine

Address Records

IP addresses the domain points to

4 records
Type Name Value TTL
A tempmailo.com
172.67.215.110
πŸ‡ΊπŸ‡Έ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US
5m
A tempmailo.com
104.21.69.231
πŸ‡ΊπŸ‡Έ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US
5m
AAAA tempmailo.com
2606:4700:3035::ac43:d76e
5m
AAAA tempmailo.com
2606:4700:3033::6815:45e7
5m

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX tempmailo.com
10 mx.yandex.net.
5m

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS tempmailo.com
dell.ns.cloudflare.com.
1d
NS tempmailo.com
drew.ns.cloudflare.com.
1d
SOA tempmailo.com
dell.ns.cloudflare.com. dns.cloudflare.com. 2403871299 10000 2400 604800 1800
30m

Text & Verification

SPF, DKIM, DMARC, and verification

3 records
Type Name Value TTL
TXT _dmarc.tempmailo.com
"v=DMARC1; p=quarantine;"
5m
TXT tempmailo.com
"google-site-verification=Tahwb3R2rsALalpVQ5_T9MLrQTo517eumPrf_9wZApE"
5m
TXT tempmailo.com
"v=spf1 redirect=_spf.yandex.net"
5m

Service Discovery

Service endpoints and bindings

1 record
Type Name Value TTL
HTTPS tempmailo.com
\# 136 00 01 00 00 01 00 06 02 68 33 02 68 32 00 04 00 08 68 15 45 e7 ac 43 d7 6e 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 33 00 00 00 00 00 00 68 15 45 e7 26 06 47 00 30 35 00 00 00 00 00 00 ac 43 d7 6e
5m

Queried at 5/10/2026, 9:33:39 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=tempmailo.com
Response for tempmailo.com Live Data
{
  "success": true,
  "data": {
    "domain": "tempmailo.com",
    "queryTimeMs": 59,
    "dnssec": false,
    "dnsProvider": "Cloudflare",
    "records": [
      {
        "type": "A",
        "name": "tempmailo.com",
        "value": "172.67.215.110",
        "ttl": 300,
        "geo": {
          "ip": "172.67.215.110",
          "asn": 13335,
          "country": "US",
          "asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
        }
      },
      {
        "type": "A",
        "name": "tempmailo.com",
        "value": "104.21.69.231",
        "ttl": 300,
        "geo": {
          "ip": "104.21.69.231",
          "asn": 13335,
          "country": "US",
          "asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
        }
      },
      {
        "type": "AAAA",
        "name": "tempmailo.com",
        "value": "2606:4700:3035::ac43:d76e",
        "ttl": 300,
        "geo": {
          "ip": "2606:4700:3035::ac43:d76e"
        }
      },
      {
        "type": "AAAA",
        "name": "tempmailo.com",
        "value": "2606:4700:3033::6815:45e7",
        "ttl": 300,
        "geo": {
          "ip": "2606:4700:3033::6815:45e7"
        }
      },
      {
        "type": "MX",
        "name": "tempmailo.com",
        "value": "10 mx.yandex.net.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "tempmailo.com",
        "value": "dell.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "NS",
        "name": "tempmailo.com",
        "value": "drew.ns.cloudflare.com.",
        "ttl": 86400
      },
      {
        "type": "SOA",
        "name": "tempmailo.com",
        "value": "dell.ns.cloudflare.com. dns.cloudflare.com. 2403871299 10000 2400 604800 1800",
        "ttl": 1800
      },
      {
        "type": "TXT",
        "name": "_dmarc.tempmailo.com",
        "value": "\"v=DMARC1; p=quarantine;\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "tempmailo.com",
        "value": "\"google-site-verification=Tahwb3R2rsALalpVQ5_T9MLrQTo517eumPrf_9wZApE\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "tempmailo.com",
        "value": "\"v=spf1 redirect=_spf.yandex.net\"",
        "ttl": 300
      },
      {
        "type": "HTTPS",
        "name": "tempmailo.com",
        "value": "\\# 136 00 01 00 00 01 00 06 02 68 33 02 68 32 00 04 00 08 68 15 45 e7 ac 43 d7 6e 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 33 00 00 00 00 00 00 68 15 45 e7 26 06 47 00 30 35 00 00 00 00 00 00 ac 43 d7 6e",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-10T21:33:39.760Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’