DNS Lookup Tool

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

DNS Records for one.one

Records: 14
Response Time: 577ms
DNSSEC: Enabled
DNS Provider: Unknown

Address Records

IP addresses the domain points to

3 records
Type Name Value TTL
A one.one
195.47.247.8
🇩🇰 DK AS51468 ONECOM, DK
1h
A one.one
195.47.247.9
🇩🇰 DK AS51468 ONECOM, DK
1h
AAAA one.one
2a02:2350:6::fb15:59af
1h

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS one.one
auth.g1-dns.com.
3d
NS one.one
auth.g1-dns.one.
3d
SOA one.one
a.b-one-dns.net. hostmaster.one.com. 2025011301 1800 900 1209600 300
1d

Security & Certificates

DNSSEC, CA restrictions, and keys

2 records
Type Name Value TTL
DNSKEY one.one
257 3 ECDSAP256SHA256 UrxFQzJxLLAd2Tct1tAwzN0f7v7hyyvRTEgORmbSXu0TPSzk07HPXhHSf7bQNqyHQkFX8r/nAnIjfpNSnvXZqQ==
5m
DS one.one
53074 ECDSAP256SHA256 2 86f2929ee3e5e501032b6dc94841a4a056a2d2876cabcf46a5f8907eb4917782
1h

Queried at 5/10/2026, 9:32:45 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=one.one
Response for one.one Live Data
{
  "success": true,
  "data": {
    "domain": "one.one",
    "queryTimeMs": 577,
    "dnssec": true,
    "dnsProvider": null,
    "records": [
      {
        "type": "46",
        "name": "one.one",
        "value": "A ECDSAP256SHA256 2 3600 1779321600 1777507200 53074 one.one. 2S4P26gptGj1Q1cdCCgXIi5YQ2Ae5KirIOQw2Sk3hNBKbgKkkkw9iamhgees+++R34GXX6Jifam9VCLTRhXkkQ==",
        "ttl": 3600
      },
      {
        "type": "46",
        "name": "one.one",
        "value": "AAAA ECDSAP256SHA256 2 3600 1779321600 1777507200 53074 one.one. joja2Tc8eRw02IXUvW8gGdjFDMknR/1Jq8xIzttINwu9u8AzIpIyk4zCw7nhjbb4JzcOxwZ3Ktjb6HQvV5bMug==",
        "ttl": 3600
      },
      {
        "type": "46",
        "name": "one.one",
        "value": "NS ECDSAP256SHA256 2 259200 1779321600 1777507200 53074 one.one. SKqOqvugCPvGhk8iNfX4ZrdT2NjN/dSbQ6q6MrjrQFb8+h2XKthz4U43aQss93Y3gaISiTD8PQsIf3et9KiUag==",
        "ttl": 259200
      },
      {
        "type": "46",
        "name": "one.one",
        "value": "SOA ECDSAP256SHA256 2 86400 1779321600 1777507200 53074 one.one. sBmsLolrUxm2n/jXzu65apkc247hp0sbRi2N7SzinOubmbCaCa3RHIvyMI6LAYX52/0cv/l0Gp2qf82xoH0OmA==",
        "ttl": 86400
      },
      {
        "type": "46",
        "name": "one.one",
        "value": "DNSKEY ECDSAP256SHA256 2 300 1779321600 1777507200 53074 one.one. 6xohSxDLQGu6r33lw6Js/Wvuw8//AnIalOzxFjqsPThXDGT83OMYxAh763ZqJP6KhjYXdT+6vYl0lrt7Sqg2GA==",
        "ttl": 300
      },
      {
        "type": "46",
        "name": "one.one",
        "value": "DS RSASHA256 2 3600 1779632130 1778420858 4353 one. J9YWrFVlR8zoLbNjc4Av4cdgNd0VZ96ZFpRr4VSwpwy/6iABcKdjf7LBkMwui8P9cSDvSJTmJt6PZx0ou3yYZU+t7TC8VTNofh1ZCMRARylYncR+tlqN7N3vRVx5FHflNv1hFhbkQqSdije2KImLyg9p9Y8BUkqLiGCzobojDFtSJ1VVgkgp7SkJHHr5+A/6RYZhiFk/u2Ys8fdUiiBARQ==",
        "ttl": 3600
      },
      {
        "type": "A",
        "name": "one.one",
        "value": "195.47.247.8",
        "ttl": 3600,
        "geo": {
          "ip": "195.47.247.8",
          "asn": 51468,
          "country": "DK",
          "asnName": "ONECOM, DK"
        }
      },
      {
        "type": "A",
        "name": "one.one",
        "value": "195.47.247.9",
        "ttl": 3600,
        "geo": {
          "ip": "195.47.247.9",
          "asn": 51468,
          "country": "DK",
          "asnName": "ONECOM, DK"
        }
      },
      {
        "type": "AAAA",
        "name": "one.one",
        "value": "2a02:2350:6::fb15:59af",
        "ttl": 3600,
        "geo": {
          "ip": "2a02:2350:6::fb15:59af"
        }
      },
      {
        "type": "NS",
        "name": "one.one",
        "value": "auth.g1-dns.com.",
        "ttl": 259200
      },
      {
        "type": "NS",
        "name": "one.one",
        "value": "auth.g1-dns.one.",
        "ttl": 259200
      },
      {
        "type": "SOA",
        "name": "one.one",
        "value": "a.b-one-dns.net. hostmaster.one.com. 2025011301 1800 900 1209600 300",
        "ttl": 86400
      },
      {
        "type": "DNSKEY",
        "name": "one.one",
        "value": "257 3 ECDSAP256SHA256 UrxFQzJxLLAd2Tct1tAwzN0f7v7hyyvRTEgORmbSXu0TPSzk07HPXhHSf7bQNqyHQkFX8r/nAnIjfpNSnvXZqQ==",
        "ttl": 300
      },
      {
        "type": "DS",
        "name": "one.one",
        "value": "53074 ECDSAP256SHA256 2 86f2929ee3e5e501032b6dc94841a4a056a2d2876cabcf46a5f8907eb4917782",
        "ttl": 3600
      }
    ],
    "queriedAt": "2026-05-10T21:32:45.964Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →