DNS Lookup Tool

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

DNS Records for gaijinent.com

Records: 14
Response Time: 43ms
DNSSEC: Disabled
DNS Provider: AWS Route 53
Security: ✓ SPF soft ✓ DMARC none

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A gaijinent.com
188.42.48.81
🇱🇺 LU AS7979 SERVERS-COM - Servers.com, Inc., US
15m

Mail Records

Mail servers for the domain

2 records
Type Name Value TTL
MX gaijinent.com
10 hu-ss-mx-01.fasol.team.
15m
MX gaijinent.com
10 hu-ss-mx-02.fasol.team.
15m

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS gaijinent.com
ns-1181.awsdns-19.org.
2d
NS gaijinent.com
ns-1934.awsdns-49.co.uk.
2d
NS gaijinent.com
ns-39.awsdns-04.com.
2d
NS gaijinent.com
ns-892.awsdns-47.net.
2d
SOA gaijinent.com
ns-39.awsdns-04.com. awsdns-hostmaster.amazon.com. 20 7200 900 1209600 86400
15m

Text & Verification

SPF, DKIM, DMARC, and verification

4 records
Type Name Value TTL
TXT _dmarc.gaijinent.com
"v=DMARC1; p=none; sp=none; rua=mailto:dmarc@devops.gaijin.net; ruf=mailto:dmarc@devops.gaijin.net; fo=1"
5m
TXT gaijinent.com
"google-site-verification=MKRrNOFJjnM8vxK_TNI64Xk47d1VDf-JFTNK88Vu1L8"
15m
TXT gaijinent.com
"google-site-verification=osyiT4u4F0gC2O9RTcIj-bPslh-I4mX26axtc-9w7TM"
15m
TXT gaijinent.com
"v=spf1 a mx ip4:91.230.60.58 ip4:188.42.48.81 ip4:94.159.6.90 ip4:188.127.242.210 ip4:109.188.73.81 ip4:188.127.244.130 include:mail-relay.gaijin.net ip4:91.230.61.139 ?all"
15m

Security & Certificates

DNSSEC, CA restrictions, and keys

2 records
Type Name Value TTL
CAA gaijinent.com
\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d
5m
CAA gaijinent.com
\# 22 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67
5m

Queried at 5/10/2026, 9:35:15 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=gaijinent.com
Response for gaijinent.com Live Data
{
  "success": true,
  "data": {
    "domain": "gaijinent.com",
    "queryTimeMs": 43,
    "dnssec": false,
    "dnsProvider": "AWS Route 53",
    "records": [
      {
        "type": "A",
        "name": "gaijinent.com",
        "value": "188.42.48.81",
        "ttl": 900,
        "geo": {
          "ip": "188.42.48.81",
          "asn": 7979,
          "country": "LU",
          "asnName": "SERVERS-COM - Servers.com, Inc., US"
        }
      },
      {
        "type": "MX",
        "name": "gaijinent.com",
        "value": "10 hu-ss-mx-01.fasol.team.",
        "ttl": 900
      },
      {
        "type": "MX",
        "name": "gaijinent.com",
        "value": "10 hu-ss-mx-02.fasol.team.",
        "ttl": 900
      },
      {
        "type": "NS",
        "name": "gaijinent.com",
        "value": "ns-1181.awsdns-19.org.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "gaijinent.com",
        "value": "ns-1934.awsdns-49.co.uk.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "gaijinent.com",
        "value": "ns-39.awsdns-04.com.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "gaijinent.com",
        "value": "ns-892.awsdns-47.net.",
        "ttl": 172800
      },
      {
        "type": "SOA",
        "name": "gaijinent.com",
        "value": "ns-39.awsdns-04.com. awsdns-hostmaster.amazon.com. 20 7200 900 1209600 86400",
        "ttl": 900
      },
      {
        "type": "TXT",
        "name": "_dmarc.gaijinent.com",
        "value": "\"v=DMARC1; p=none; sp=none; rua=mailto:dmarc@devops.gaijin.net; ruf=mailto:dmarc@devops.gaijin.net; fo=1\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "gaijinent.com",
        "value": "\"google-site-verification=MKRrNOFJjnM8vxK_TNI64Xk47d1VDf-JFTNK88Vu1L8\"",
        "ttl": 900
      },
      {
        "type": "TXT",
        "name": "gaijinent.com",
        "value": "\"google-site-verification=osyiT4u4F0gC2O9RTcIj-bPslh-I4mX26axtc-9w7TM\"",
        "ttl": 900
      },
      {
        "type": "TXT",
        "name": "gaijinent.com",
        "value": "\"v=spf1 a mx ip4:91.230.60.58 ip4:188.42.48.81 ip4:94.159.6.90 ip4:188.127.242.210 ip4:109.188.73.81 ip4:188.127.244.130 include:mail-relay.gaijin.net ip4:91.230.61.139 ?all\"",
        "ttl": 900
      },
      {
        "type": "CAA",
        "name": "gaijinent.com",
        "value": "\\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "gaijinent.com",
        "value": "\\# 22 00 05 69 73 73 75 65 6c 65 74 73 65 6e 63 72 79 70 74 2e 6f 72 67",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-10T21:35:15.546Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →