DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
error-report.com
Records: 15
Response Time: 93ms
DNSSEC: Disabled
DNS Provider:
Cloudflare
Security:
β SPF soft
β DMARC none
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | error-report.com | 104.26.2.101 πΊπΈ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| A | error-report.com | 104.26.3.101 πΊπΈ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| A | error-report.com | 172.67.75.8 πΊπΈ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| AAAA | error-report.com | 2606:4700:20::681a:265 | 5m |
| AAAA | error-report.com | 2606:4700:20::681a:365 | 5m |
| AAAA | error-report.com | 2606:4700:20::ac43:4b08 | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | error-report.com | 39 route2.mx.cloudflare.net. | 5m |
| MX | error-report.com | 47 route3.mx.cloudflare.net. | 5m |
| MX | error-report.com | 79 route1.mx.cloudflare.net. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | error-report.com | houston.ns.cloudflare.com. | 1d |
| NS | error-report.com | veda.ns.cloudflare.com. | 1d |
| SOA | error-report.com | houston.ns.cloudflare.com. dns.cloudflare.com. 2401498433 10000 2400 604800 1800 | 30m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.error-report.com | "v=DMARC1; p=none;" | 5m |
| TXT | error-report.com | "v=spf1 include:_spf.mx.cloudflare.net ~all" | 5m |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | error-report.com | \# 78 00 01 00 00 01 00 03 02 68 32 00 04 00 0c 68 1a 02 65 68 1a 03 65 ac 43 4b 08 00 06 00 30 26 06 47 00 00 20 00 00 00 00 00 00 68 1a 02 65 26 06 47 00 00 20 00 00 00 00 00 00 68 1a 03 65 26 06 47 00 00 20 00 00 00 00 00 00 ac 43 4b 08 | 5m |
Queried at 5/10/2026, 9:30:08 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=error-report.com Response for error-report.com Live Data
{
"success": true,
"data": {
"domain": "error-report.com",
"queryTimeMs": 93,
"dnssec": false,
"dnsProvider": "Cloudflare",
"records": [
{
"type": "A",
"name": "error-report.com",
"value": "104.26.2.101",
"ttl": 300,
"geo": {
"ip": "104.26.2.101",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "A",
"name": "error-report.com",
"value": "104.26.3.101",
"ttl": 300,
"geo": {
"ip": "104.26.3.101",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "A",
"name": "error-report.com",
"value": "172.67.75.8",
"ttl": 300,
"geo": {
"ip": "172.67.75.8",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "AAAA",
"name": "error-report.com",
"value": "2606:4700:20::681a:265",
"ttl": 300,
"geo": {
"ip": "2606:4700:20::681a:265"
}
},
{
"type": "AAAA",
"name": "error-report.com",
"value": "2606:4700:20::681a:365",
"ttl": 300,
"geo": {
"ip": "2606:4700:20::681a:365"
}
},
{
"type": "AAAA",
"name": "error-report.com",
"value": "2606:4700:20::ac43:4b08",
"ttl": 300
},
{
"type": "MX",
"name": "error-report.com",
"value": "39 route2.mx.cloudflare.net.",
"ttl": 300
},
{
"type": "MX",
"name": "error-report.com",
"value": "47 route3.mx.cloudflare.net.",
"ttl": 300
},
{
"type": "MX",
"name": "error-report.com",
"value": "79 route1.mx.cloudflare.net.",
"ttl": 300
},
{
"type": "NS",
"name": "error-report.com",
"value": "houston.ns.cloudflare.com.",
"ttl": 86400
},
{
"type": "NS",
"name": "error-report.com",
"value": "veda.ns.cloudflare.com.",
"ttl": 86400
},
{
"type": "SOA",
"name": "error-report.com",
"value": "houston.ns.cloudflare.com. dns.cloudflare.com. 2401498433 10000 2400 604800 1800",
"ttl": 1800
},
{
"type": "TXT",
"name": "_dmarc.error-report.com",
"value": "\"v=DMARC1; p=none;\"",
"ttl": 300
},
{
"type": "TXT",
"name": "error-report.com",
"value": "\"v=spf1 include:_spf.mx.cloudflare.net ~all\"",
"ttl": 300
},
{
"type": "HTTPS",
"name": "error-report.com",
"value": "\\# 78 00 01 00 00 01 00 03 02 68 32 00 04 00 0c 68 1a 02 65 68 1a 03 65 ac 43 4b 08 00 06 00 30 26 06 47 00 00 20 00 00 00 00 00 00 68 1a 02 65 26 06 47 00 00 20 00 00 00 00 00 00 68 1a 03 65 26 06 47 00 00 20 00 00 00 00 00 00 ac 43 4b 08",
"ttl": 300
}
],
"queriedAt": "2026-05-10T21:30:08.462Z"
}
}