DNS Lookup Tool

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

DNS Records for prodregistryv2.org

Records: 6
Response Time: 44ms
DNSSEC: Disabled
DNS Provider: AWS Route 53

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A prodregistryv2.org
34.128.128.0
πŸ‡ΊπŸ‡Έ US AS396982 GOOGLE-CLOUD-PLATFORM - Google LLC, US
44s

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS prodregistryv2.org
ns-1528.awsdns-63.org.
2d
NS prodregistryv2.org
ns-1800.awsdns-33.co.uk.
2d
NS prodregistryv2.org
ns-479.awsdns-59.com.
2d
NS prodregistryv2.org
ns-854.awsdns-42.net.
2d
SOA prodregistryv2.org
ns-1528.awsdns-63.org. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400
15m

Queried at 5/10/2026, 9:35:04 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=prodregistryv2.org
Response for prodregistryv2.org Live Data
{
  "success": true,
  "data": {
    "domain": "prodregistryv2.org",
    "queryTimeMs": 44,
    "dnssec": false,
    "dnsProvider": "AWS Route 53",
    "records": [
      {
        "type": "A",
        "name": "prodregistryv2.org",
        "value": "34.128.128.0",
        "ttl": 44,
        "geo": {
          "ip": "34.128.128.0",
          "asn": 396982,
          "country": "US",
          "asnName": "GOOGLE-CLOUD-PLATFORM - Google LLC, US"
        }
      },
      {
        "type": "NS",
        "name": "prodregistryv2.org",
        "value": "ns-1528.awsdns-63.org.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "prodregistryv2.org",
        "value": "ns-1800.awsdns-33.co.uk.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "prodregistryv2.org",
        "value": "ns-479.awsdns-59.com.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "prodregistryv2.org",
        "value": "ns-854.awsdns-42.net.",
        "ttl": 172800
      },
      {
        "type": "SOA",
        "name": "prodregistryv2.org",
        "value": "ns-1528.awsdns-63.org. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400",
        "ttl": 900
      }
    ],
    "queriedAt": "2026-05-10T21:35:04.737Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’