DNS Lookup Tool

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

DNS Records for ntp.org

Records: 15
Response Time: 204ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: βœ“ SPF soft βœ“ DMARC quarantine

Address Records

IP addresses the domain points to

3 records
Type Name Value TTL
A ntp.org
209.148.110.246
πŸ‡ΊπŸ‡Έ US AS46375 AS-SONICTELECOM - Sonic Telecom LLC, US
1h
A ntp.org
204.93.207.22
πŸ‡ΊπŸ‡Έ US AS23352 SERVERCENTRAL - DEFT.COM, US
1h
AAAA ntp.org
2001:1838:2000:41b::80:0
1h

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX ntp.org
10 mx0.chi1.ntfo.org.
1h

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS ntp.org
ns1.everett.org.
16m
NS ntp.org
dns1.udel.edu.
16m
NS ntp.org
dns2.udel.edu.
16m
NS ntp.org
anyns.pch.net.
16m
SOA ntp.org
ns1.everett.org. postmaster.ntp.org. 2026050100 3600 14400 604800 3600
1h

Text & Verification

SPF, DKIM, DMARC, and verification

6 records
Type Name Value TTL
TXT _dmarc.ntp.org
"v=DMARC1; p=quarantine; rua=mailto:xpvutgi3@ag.dmarcian.com; ruf=mailto:xpvutgi3@fr.dmarcian.com; sp=quarantine; pct=100"
1h
TXT ntp.org
"v=spf1 a mx ip4:204.93.207.0/27 ip4:66.220.13.234 ip4:66.220.13.237 ip6:2001:470:1:205::234 ip6:2001:470:1:205::/64 ~all"
1h
TXT ntp.org
"_globalsign-domain-verification=O60kZMoa5mBPIKKqd9FSRXcGUhU6s3rzZHzWNLAlL7"
1h
TXT ntp.org
"google-site-verification=ISMNEfck75SW97AiPz0acClFpICIejjA6F5ijoHccZM"
1h
TXT ntp.org
"ntp-libera-310"
1h
TXT ntp.org
"google-site-verification=1BTIwQr05WxuBXsED2L-cWc-cC7_8NDYKoWMsmAyR3g"
1h

Queried at 5/10/2026, 9:32:46 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=ntp.org
Response for ntp.org Live Data
{
  "success": true,
  "data": {
    "domain": "ntp.org",
    "queryTimeMs": 204,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "ntp.org",
        "value": "209.148.110.246",
        "ttl": 3600,
        "geo": {
          "ip": "209.148.110.246",
          "asn": 46375,
          "country": "US",
          "asnName": "AS-SONICTELECOM - Sonic Telecom LLC, US"
        }
      },
      {
        "type": "A",
        "name": "ntp.org",
        "value": "204.93.207.22",
        "ttl": 3600,
        "geo": {
          "ip": "204.93.207.22",
          "asn": 23352,
          "country": "US",
          "asnName": "SERVERCENTRAL - DEFT.COM, US"
        }
      },
      {
        "type": "AAAA",
        "name": "ntp.org",
        "value": "2001:1838:2000:41b::80:0",
        "ttl": 3600,
        "geo": {
          "ip": "2001:1838:2000:41b::80:0"
        }
      },
      {
        "type": "MX",
        "name": "ntp.org",
        "value": "10 mx0.chi1.ntfo.org.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "ntp.org",
        "value": "ns1.everett.org.",
        "ttl": 995
      },
      {
        "type": "NS",
        "name": "ntp.org",
        "value": "dns1.udel.edu.",
        "ttl": 995
      },
      {
        "type": "NS",
        "name": "ntp.org",
        "value": "dns2.udel.edu.",
        "ttl": 995
      },
      {
        "type": "NS",
        "name": "ntp.org",
        "value": "anyns.pch.net.",
        "ttl": 995
      },
      {
        "type": "SOA",
        "name": "ntp.org",
        "value": "ns1.everett.org. postmaster.ntp.org. 2026050100 3600 14400 604800 3600",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.ntp.org",
        "value": "\"v=DMARC1; p=quarantine; rua=mailto:xpvutgi3@ag.dmarcian.com; ruf=mailto:xpvutgi3@fr.dmarcian.com; sp=quarantine; pct=100\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "ntp.org",
        "value": "\"v=spf1 a mx ip4:204.93.207.0/27 ip4:66.220.13.234 ip4:66.220.13.237 ip6:2001:470:1:205::234 ip6:2001:470:1:205::/64 ~all\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "ntp.org",
        "value": "\"_globalsign-domain-verification=O60kZMoa5mBPIKKqd9FSRXcGUhU6s3rzZHzWNLAlL7\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "ntp.org",
        "value": "\"google-site-verification=ISMNEfck75SW97AiPz0acClFpICIejjA6F5ijoHccZM\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "ntp.org",
        "value": "\"ntp-libera-310\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "ntp.org",
        "value": "\"google-site-verification=1BTIwQr05WxuBXsED2L-cWc-cC7_8NDYKoWMsmAyR3g\"",
        "ttl": 3600
      }
    ],
    "queriedAt": "2026-05-10T21:32:46.927Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’