DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
whatsapp.net
Records: 10
Response Time: 57ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
✓ SPF strict
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | whatsapp.net | 31.13.66.56 🇮🇪 IE AS32934 FACEBOOK - Facebook, Inc., US | 1m |
| AAAA | whatsapp.net | 2a03:2880:f203:c5:face:b00c:0:167 | 1m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | whatsapp.net | c.ns.whatsapp.net. | 2d |
| NS | whatsapp.net | d.ns.whatsapp.net. | 2d |
| NS | whatsapp.net | a.ns.whatsapp.net. | 2d |
| NS | whatsapp.net | b.ns.whatsapp.net. | 2d |
| SOA | whatsapp.net | a.ns.whatsapp.net. dns.whatsapp.net. 4207849484 14400 1800 604800 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | whatsapp.net | "google-site-verification=K67eUkrXbL-MM2pcYlUhcne9l4-oGJCzJHRwFpTv5fE" | 1h |
| TXT | whatsapp.net | "v=spf1 -all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | whatsapp.net | \# 93 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 20 61 63 63 6f 75 6e 74 3d 32 37 31 62 30 62 65 64 61 30 37 37 31 64 30 30 36 61 61 33 61 36 63 31 31 62 30 35 31 38 37 64 34 35 36 64 36 63 32 33 39 62 34 36 63 62 35 32 34 31 31 39 36 30 39 35 62 30 39 63 39 32 61 66 | 1h |
Queried at 5/10/2026, 9:35:06 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=whatsapp.net Response for whatsapp.net Live Data
{
"success": true,
"data": {
"domain": "whatsapp.net",
"queryTimeMs": 57,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "whatsapp.net",
"value": "31.13.66.56",
"ttl": 60,
"geo": {
"ip": "31.13.66.56",
"asn": 32934,
"country": "IE",
"asnName": "FACEBOOK - Facebook, Inc., US"
}
},
{
"type": "AAAA",
"name": "whatsapp.net",
"value": "2a03:2880:f203:c5:face:b00c:0:167",
"ttl": 60,
"geo": {
"ip": "2a03:2880:f203:c5:face:b00c:0:167"
}
},
{
"type": "NS",
"name": "whatsapp.net",
"value": "c.ns.whatsapp.net.",
"ttl": 172800
},
{
"type": "NS",
"name": "whatsapp.net",
"value": "d.ns.whatsapp.net.",
"ttl": 172800
},
{
"type": "NS",
"name": "whatsapp.net",
"value": "a.ns.whatsapp.net.",
"ttl": 172800
},
{
"type": "NS",
"name": "whatsapp.net",
"value": "b.ns.whatsapp.net.",
"ttl": 172800
},
{
"type": "SOA",
"name": "whatsapp.net",
"value": "a.ns.whatsapp.net. dns.whatsapp.net. 4207849484 14400 1800 604800 300",
"ttl": 3600
},
{
"type": "TXT",
"name": "whatsapp.net",
"value": "\"google-site-verification=K67eUkrXbL-MM2pcYlUhcne9l4-oGJCzJHRwFpTv5fE\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "whatsapp.net",
"value": "\"v=spf1 -all\"",
"ttl": 3600
},
{
"type": "CAA",
"name": "whatsapp.net",
"value": "\\# 93 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d 3b 20 61 63 63 6f 75 6e 74 3d 32 37 31 62 30 62 65 64 61 30 37 37 31 64 30 30 36 61 61 33 61 36 63 31 31 62 30 35 31 38 37 64 34 35 36 64 36 63 32 33 39 62 34 36 63 62 35 32 34 31 31 39 36 30 39 35 62 30 39 63 39 32 61 66",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:35:06.106Z"
}
}