DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
adnxs.com
Records: 15
Response Time: 52ms
DNSSEC: Disabled
DNS Provider: Unknown
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | adnxs.com | 68.67.160.184 πΊπΈ US AS29990 ASN-APPNEXUS - Xandr Inc., US | 2m |
| A | adnxs.com | 68.67.160.186 πΊπΈ US AS29990 ASN-APPNEXUS - Xandr Inc., US | 2m |
| A | adnxs.com | 68.67.161.182 πΊπΈ US AS29990 ASN-APPNEXUS - Xandr Inc., US | 2m |
| A | adnxs.com | 68.67.160.26 πΊπΈ US AS29990 ASN-APPNEXUS - Xandr Inc., US | 2m |
| A | adnxs.com | 68.67.181.231 πΊπΈ US AS29990 ASN-APPNEXUS - Xandr Inc., US | 2m |
| A | adnxs.com | 68.67.161.208 | 2m |
| A | adnxs.com | 68.67.179.113 | 2m |
| A | adnxs.com | 68.67.181.248 | 2m |
| A | adnxs.com | 68.67.181.102 | 2m |
| A | adnxs.com | 68.67.181.211 | 2m |
| A | adnxs.com | 68.67.179.87 | 2m |
| A | adnxs.com | 68.67.179.155 | 2m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | adnxs.com | ns1.gslb.com. | 21h |
| NS | adnxs.com | ns2.gslb.com. | 21h |
| SOA | adnxs.com | ns1.gslb.com. support.appnexus.net. 1 86400 30 86400 30 | 30s |
Queried at 5/12/2026, 3:13:16 AM
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=adnxs.com Response for adnxs.com Live Data
{
"success": true,
"data": {
"domain": "adnxs.com",
"queryTimeMs": 52,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.160.184",
"ttl": 120,
"geo": {
"ip": "68.67.160.184",
"asn": 29990,
"country": "US",
"asnName": "ASN-APPNEXUS - Xandr Inc., US"
}
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.160.186",
"ttl": 120,
"geo": {
"ip": "68.67.160.186",
"asn": 29990,
"country": "US",
"asnName": "ASN-APPNEXUS - Xandr Inc., US"
}
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.161.182",
"ttl": 120,
"geo": {
"ip": "68.67.161.182",
"asn": 29990,
"country": "US",
"asnName": "ASN-APPNEXUS - Xandr Inc., US"
}
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.160.26",
"ttl": 120,
"geo": {
"ip": "68.67.160.26",
"asn": 29990,
"country": "US",
"asnName": "ASN-APPNEXUS - Xandr Inc., US"
}
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.181.231",
"ttl": 120,
"geo": {
"ip": "68.67.181.231",
"asn": 29990,
"country": "US",
"asnName": "ASN-APPNEXUS - Xandr Inc., US"
}
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.161.208",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.179.113",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.181.248",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.181.102",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.181.211",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.179.87",
"ttl": 120
},
{
"type": "A",
"name": "adnxs.com",
"value": "68.67.179.155",
"ttl": 120
},
{
"type": "NS",
"name": "adnxs.com",
"value": "ns1.gslb.com.",
"ttl": 76851
},
{
"type": "NS",
"name": "adnxs.com",
"value": "ns2.gslb.com.",
"ttl": 76851
},
{
"type": "SOA",
"name": "adnxs.com",
"value": "ns1.gslb.com. support.appnexus.net. 1 86400 30 86400 30",
"ttl": 30
}
],
"queriedAt": "2026-05-12T03:13:16.785Z"
}
}