Total Records
15
Response Time
2155ms
DNSSEC
Disabled
DNS Provider
Unknown
Address Records
IP addresses the domain points to
| 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
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | ntp.org | 10 mx0.chi1.ntfo.org. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | ntp.org | dns1.udel.edu. | 35m |
| NS | ntp.org | anyns.pch.net. | 35m |
| NS | ntp.org | dns2.udel.edu. | 35m |
| NS | ntp.org | ns1.everett.org. | 35m |
| SOA | ntp.org | ns1.everett.org. postmaster.ntp.org. 2026060700 3600 14400 604800 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| 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 | "ntp-libera-310" | 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=1BTIwQr05WxuBXsED2L-cWc-cC7_8NDYKoWMsmAyR3g" | 1h |
| TXT | ntp.org | "google-site-verification=ISMNEfck75SW97AiPz0acClFpICIejjA6F5ijoHccZM" | 1h |
Queried 6/12/2026, 6:03:55 PM Β· 2155ms
REST API
Integrate DNS lookups into your applications β query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=ntp.org" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "ntp.org",
"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"
}
}
],
"queryTimeMs": 2155
}
}