DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
rabbit.tech
Records: 20
Response Time: 24ms
DNSSEC: Disabled
DNS Provider:
AWS Route 53
Security:
β SPF soft
β DMARC quarantine
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | rabbit.tech | 108.156.184.87 πΊπΈ US AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | rabbit.tech | 108.156.184.107 πΊπΈ US AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | rabbit.tech | 108.156.184.118 πΊπΈ US AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
| A | rabbit.tech | 108.156.184.93 πΊπΈ US AS16509 AMAZON-02 - Amazon.com, Inc., US | 1m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | rabbit.tech | 1 smtp.google.com. | 1d |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | rabbit.tech | ns-1344.awsdns-40.org. | 1m |
| NS | rabbit.tech | ns-1939.awsdns-50.co.uk. | 1m |
| NS | rabbit.tech | ns-324.awsdns-40.com. | 1m |
| NS | rabbit.tech | ns-824.awsdns-39.net. | 1m |
| SOA | rabbit.tech | ns-324.awsdns-40.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400 | 15m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.rabbit.tech | "v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@rabbit.tech" | 5m |
| TXT | rabbit.tech | "apple-domain-verification=MpSPD1zyszzzul6E" | 1h |
| TXT | rabbit.tech | "google-site-verification=32xDsKnS7u3SvFVCqiIlQad6Th2wOnfDkBU_FwCAkjg" | 1h |
| TXT | rabbit.tech | "google-site-verification=4EtHFH-Q_nEpBpD4b_qEed2mRCNUDEiDqi2fhmT_9L0" | 1h |
| TXT | rabbit.tech | "google-site-verification=Fxywo9hWAsEGWaNyt_wbdCY6RIAzczNtCajI5XeIivI" | 1h |
| TXT | rabbit.tech | "google-site-verification=HgS1pjqY9-Fl-_9tnnq3DyfhBRhDMV7i3PYFOg4r_Ko" | 1h |
| TXT | rabbit.tech | "google-site-verification=YRJCsReDiMMKF4Ndt--kxcpRXdGpvsrdeXAjYNAzz0E" | 1h |
| TXT | rabbit.tech | "klaviyo-site-verification=UMKtuF" | 1h |
| TXT | rabbit.tech | "mongodb-site-verification=ZMfmJjR06Chak0soPDbYHbi9jNYmSKML" | 1h |
| TXT | rabbit.tech | "v=spf1 include:mail.zendesk.com include:_spf.google.com ~all" | 1h |
Queried at 5/10/2026, 9:30:15 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=rabbit.tech Response for rabbit.tech Live Data
{
"success": true,
"data": {
"domain": "rabbit.tech",
"queryTimeMs": 24,
"dnssec": false,
"dnsProvider": "AWS Route 53",
"records": [
{
"type": "A",
"name": "rabbit.tech",
"value": "108.156.184.87",
"ttl": 60,
"geo": {
"ip": "108.156.184.87",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "rabbit.tech",
"value": "108.156.184.107",
"ttl": 60,
"geo": {
"ip": "108.156.184.107",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "rabbit.tech",
"value": "108.156.184.118",
"ttl": 60,
"geo": {
"ip": "108.156.184.118",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "A",
"name": "rabbit.tech",
"value": "108.156.184.93",
"ttl": 60,
"geo": {
"ip": "108.156.184.93",
"asn": 16509,
"country": "US",
"asnName": "AMAZON-02 - Amazon.com, Inc., US"
}
},
{
"type": "MX",
"name": "rabbit.tech",
"value": "1 smtp.google.com.",
"ttl": 86400
},
{
"type": "NS",
"name": "rabbit.tech",
"value": "ns-1344.awsdns-40.org.",
"ttl": 60
},
{
"type": "NS",
"name": "rabbit.tech",
"value": "ns-1939.awsdns-50.co.uk.",
"ttl": 60
},
{
"type": "NS",
"name": "rabbit.tech",
"value": "ns-324.awsdns-40.com.",
"ttl": 60
},
{
"type": "NS",
"name": "rabbit.tech",
"value": "ns-824.awsdns-39.net.",
"ttl": 60
},
{
"type": "SOA",
"name": "rabbit.tech",
"value": "ns-324.awsdns-40.com. awsdns-hostmaster.amazon.com. 1 7200 900 1209600 86400",
"ttl": 900
},
{
"type": "TXT",
"name": "_dmarc.rabbit.tech",
"value": "\"v=DMARC1; p=quarantine; rua=mailto:dmarc-reports@rabbit.tech\"",
"ttl": 300
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"apple-domain-verification=MpSPD1zyszzzul6E\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"google-site-verification=32xDsKnS7u3SvFVCqiIlQad6Th2wOnfDkBU_FwCAkjg\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"google-site-verification=4EtHFH-Q_nEpBpD4b_qEed2mRCNUDEiDqi2fhmT_9L0\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"google-site-verification=Fxywo9hWAsEGWaNyt_wbdCY6RIAzczNtCajI5XeIivI\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"google-site-verification=HgS1pjqY9-Fl-_9tnnq3DyfhBRhDMV7i3PYFOg4r_Ko\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"google-site-verification=YRJCsReDiMMKF4Ndt--kxcpRXdGpvsrdeXAjYNAzz0E\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"klaviyo-site-verification=UMKtuF\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"mongodb-site-verification=ZMfmJjR06Chak0soPDbYHbi9jNYmSKML\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "rabbit.tech",
"value": "\"v=spf1 include:mail.zendesk.com include:_spf.google.com ~all\"",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:30:15.289Z"
}
}