DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
sermonaudio.com
Records: 18
Response Time: 20ms
DNSSEC: Disabled
DNS Provider:
Cloudflare
Security:
β SPF soft
β DMARC none
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | sermonaudio.com | 104.20.32.125 πΊπΈ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| A | sermonaudio.com | 172.66.174.15 πΊπΈ US AS13335 CLOUDFLARENET - Cloudflare, Inc., US | 5m |
| AAAA | sermonaudio.com | 2606:4700:10::6814:207d | 5m |
| AAAA | sermonaudio.com | 2606:4700:10::ac42:ae0f | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | sermonaudio.com | 10 aspmx.l.google.com. | 5m |
| MX | sermonaudio.com | 20 alt1.aspmx.l.google.com. | 5m |
| MX | sermonaudio.com | 20 alt2.aspmx.l.google.com. | 5m |
| MX | sermonaudio.com | 30 aspmx2.googlemail.com. | 5m |
| MX | sermonaudio.com | 30 aspmx3.googlemail.com. | 5m |
| MX | sermonaudio.com | 30 aspmx4.googlemail.com. | 5m |
| MX | sermonaudio.com | 30 aspmx5.googlemail.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | sermonaudio.com | bruce.ns.cloudflare.com. | 1d |
| NS | sermonaudio.com | lola.ns.cloudflare.com. | 1d |
| SOA | sermonaudio.com | bruce.ns.cloudflare.com. dns.cloudflare.com. 2403919917 10000 2400 604800 1800 | 30m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.sermonaudio.com | "v=DMARC1; p=none; rua=mailto:08f419c0c6794c068145c416d9fa0763@dmarc-reports.cloudflare.net" | 5m |
| TXT | sermonaudio.com | "google-site-verification=UTwlKE377Gw1R_Nfx8g1PeXGYyMULrHpUsWHY1whe24" | 5m |
| TXT | sermonaudio.com | "v=spf1 ip4:50.22.52.226 ip4:50.22.52.242 ip4:66.49.77.5 ip4:66.49.77.3 ip4:68.115.167.76 ip4:68.115.167.74 include:aspmx.googlemail.com ~all" | 5m |
Service Discovery
Service endpoints and bindings
| Type | Name | Value | TTL |
|---|---|---|---|
| HTTPS | sermonaudio.com | \# 58 00 01 00 00 01 00 03 02 68 32 00 04 00 08 68 14 20 7d ac 42 ae 0f 00 06 00 20 26 06 47 00 00 10 00 00 00 00 00 00 68 14 20 7d 26 06 47 00 00 10 00 00 00 00 00 00 ac 42 ae 0f | 5m |
Queried at 5/10/2026, 9:32:05 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=sermonaudio.com Response for sermonaudio.com Live Data
{
"success": true,
"data": {
"domain": "sermonaudio.com",
"queryTimeMs": 20,
"dnssec": false,
"dnsProvider": "Cloudflare",
"records": [
{
"type": "A",
"name": "sermonaudio.com",
"value": "104.20.32.125",
"ttl": 300,
"geo": {
"ip": "104.20.32.125",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "A",
"name": "sermonaudio.com",
"value": "172.66.174.15",
"ttl": 300,
"geo": {
"ip": "172.66.174.15",
"asn": 13335,
"country": "US",
"asnName": "CLOUDFLARENET - Cloudflare, Inc., US"
}
},
{
"type": "AAAA",
"name": "sermonaudio.com",
"value": "2606:4700:10::6814:207d",
"ttl": 300,
"geo": {
"ip": "2606:4700:10::6814:207d"
}
},
{
"type": "AAAA",
"name": "sermonaudio.com",
"value": "2606:4700:10::ac42:ae0f",
"ttl": 300,
"geo": {
"ip": "2606:4700:10::ac42:ae0f"
}
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "10 aspmx.l.google.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "20 alt1.aspmx.l.google.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "20 alt2.aspmx.l.google.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "30 aspmx2.googlemail.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "30 aspmx3.googlemail.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "30 aspmx4.googlemail.com.",
"ttl": 300
},
{
"type": "MX",
"name": "sermonaudio.com",
"value": "30 aspmx5.googlemail.com.",
"ttl": 300
},
{
"type": "NS",
"name": "sermonaudio.com",
"value": "bruce.ns.cloudflare.com.",
"ttl": 86400
},
{
"type": "NS",
"name": "sermonaudio.com",
"value": "lola.ns.cloudflare.com.",
"ttl": 86400
},
{
"type": "SOA",
"name": "sermonaudio.com",
"value": "bruce.ns.cloudflare.com. dns.cloudflare.com. 2403919917 10000 2400 604800 1800",
"ttl": 1800
},
{
"type": "TXT",
"name": "_dmarc.sermonaudio.com",
"value": "\"v=DMARC1; p=none; rua=mailto:08f419c0c6794c068145c416d9fa0763@dmarc-reports.cloudflare.net\"",
"ttl": 300
},
{
"type": "TXT",
"name": "sermonaudio.com",
"value": "\"google-site-verification=UTwlKE377Gw1R_Nfx8g1PeXGYyMULrHpUsWHY1whe24\"",
"ttl": 300
},
{
"type": "TXT",
"name": "sermonaudio.com",
"value": "\"v=spf1 ip4:50.22.52.226 ip4:50.22.52.242 ip4:66.49.77.5 ip4:66.49.77.3 ip4:68.115.167.76 ip4:68.115.167.74 include:aspmx.googlemail.com ~all\"",
"ttl": 300
},
{
"type": "HTTPS",
"name": "sermonaudio.com",
"value": "\\# 58 00 01 00 00 01 00 03 02 68 32 00 04 00 08 68 14 20 7d ac 42 ae 0f 00 06 00 20 26 06 47 00 00 10 00 00 00 00 00 00 68 14 20 7d 26 06 47 00 00 10 00 00 00 00 00 00 ac 42 ae 0f",
"ttl": 300
}
],
"queriedAt": "2026-05-10T21:32:05.525Z"
}
}