DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
heytapmobile.com
Records: 15
Response Time: 46ms
DNSSEC: Disabled
DNS Provider:
AWS Route 53
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | heytapmobile.com | ns-1490.awsdns-58.org. | 2d |
| NS | heytapmobile.com | ns-1724.awsdns-23.co.uk. | 2d |
| NS | heytapmobile.com | ns-358.awsdns-44.com. | 2d |
| NS | heytapmobile.com | ns-939.awsdns-53.net. | 2d |
| SOA | heytapmobile.com | ns-939.awsdns-53.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 | 15m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | heytapmobile.com | "2bz9n3gbtrjx5zhy5mbv9qrw17j6t497" | 5m |
| TXT | heytapmobile.com | "410195fcf4k79cym1mdt5wyg3k7xq3bn" | 5m |
| TXT | heytapmobile.com | "43f2v6vhytdl8mz63yc63y6z06xwwgl3" | 5m |
| TXT | heytapmobile.com | "50hhsvvkb5lf9m97yqntbgp8gsrxn4nq" | 5m |
| TXT | heytapmobile.com | "_0tojzikylothhc8prxy1ou95dbgzcfr" | 5m |
| TXT | heytapmobile.com | "_gbcq6dyt21b0qcgykbyuvow19cnqzht" | 5m |
| TXT | heytapmobile.com | "_gpwca0vaeszmxpdl91ssc8p6okgw44s" | 5m |
| TXT | heytapmobile.com | "kz38kxsv911dxfgm1ktkbpyblsdvkzy9" | 5m |
| TXT | heytapmobile.com | "l7n8r6rcpz0vt87ql7xm6dtw03mqg7w5" | 5m |
| TXT | heytapmobile.com | "scv81k25v7nxt3dstns8j5q2lznlm4kn" | 5m |
Queried at 5/10/2026, 9:33:44 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=heytapmobile.com Response for heytapmobile.com Live Data
{
"success": true,
"data": {
"domain": "heytapmobile.com",
"queryTimeMs": 46,
"dnssec": false,
"dnsProvider": "AWS Route 53",
"records": [
{
"type": "NS",
"name": "heytapmobile.com",
"value": "ns-1490.awsdns-58.org.",
"ttl": 172800
},
{
"type": "NS",
"name": "heytapmobile.com",
"value": "ns-1724.awsdns-23.co.uk.",
"ttl": 172800
},
{
"type": "NS",
"name": "heytapmobile.com",
"value": "ns-358.awsdns-44.com.",
"ttl": 172800
},
{
"type": "NS",
"name": "heytapmobile.com",
"value": "ns-939.awsdns-53.net.",
"ttl": 172800
},
{
"type": "SOA",
"name": "heytapmobile.com",
"value": "ns-939.awsdns-53.net. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400",
"ttl": 900
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"2bz9n3gbtrjx5zhy5mbv9qrw17j6t497\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"410195fcf4k79cym1mdt5wyg3k7xq3bn\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"43f2v6vhytdl8mz63yc63y6z06xwwgl3\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"50hhsvvkb5lf9m97yqntbgp8gsrxn4nq\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"_0tojzikylothhc8prxy1ou95dbgzcfr\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"_gbcq6dyt21b0qcgykbyuvow19cnqzht\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"_gpwca0vaeszmxpdl91ssc8p6okgw44s\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"kz38kxsv911dxfgm1ktkbpyblsdvkzy9\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"l7n8r6rcpz0vt87ql7xm6dtw03mqg7w5\"",
"ttl": 300
},
{
"type": "TXT",
"name": "heytapmobile.com",
"value": "\"scv81k25v7nxt3dstns8j5q2lznlm4kn\"",
"ttl": 300
}
],
"queriedAt": "2026-05-10T21:33:44.085Z"
}
}