DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
miui.com
Records: 12
Response Time: 264ms
DNSSEC: Disabled
DNS Provider: Unknown
Security:
✓ SPF strict
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | miui.com | 124.251.100.193 🇨🇳 CN AS9308 CHINA-ABITCOOL AbitcoolChina Inc., CN | 10m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | miui.com | 5 mail.miui.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | miui.com | ns4.dnsv5.com. | 1d |
| NS | miui.com | ns3.dnsv5.com. | 1d |
| SOA | miui.com | ns3.dnsv5.com. enterprise3dnsadmin.dnspod.com. 1778349602 3600 180 1209600 180 | 3m |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | miui.com | "_cxluhja232srpo7pugu4fnhlqtmfs5d" | 1h |
| TXT | miui.com | "imagex_bac2c087de0147829676345baa802d52" | 1h |
| TXT | miui.com | "verify_b815cd992f65a889a6f1fff3c2cf9672" | 1h |
| TXT | miui.com | "v=spf1 ip4:58.68.235.0/24 ip4:58.68.247.0/24 ip4:59.108.40.194/28 ip4:211.147.239.157 ip4:222.35.137.145 ip4:222.35.137.233 ip4:69.28.52.82 ip4:69.28.52.85 ip4:69.28.52.86 ip4:69.28.52.87 ip4:69.28.52.88 include:_spf.google.com -all" | 1h |
| TXT | miui.com | "g5u517paf99htcsrjo6mdishqu" | 1h |
| TXT | miui.com | "lq16pai01j0b0pr75rt35uga9t" | 1h |
| TXT | miui.com | "_4j01omxmr0asa0rjozfst1z7chvgf7e" | 1h |
Queried at 5/10/2026, 9:31:00 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=miui.com Response for miui.com Live Data
{
"success": true,
"data": {
"domain": "miui.com",
"queryTimeMs": 264,
"dnssec": false,
"dnsProvider": null,
"records": [
{
"type": "A",
"name": "miui.com",
"value": "124.251.100.193",
"ttl": 600,
"geo": {
"ip": "124.251.100.193",
"asn": 9308,
"country": "CN",
"asnName": "CHINA-ABITCOOL AbitcoolChina Inc., CN"
}
},
{
"type": "MX",
"name": "miui.com",
"value": "5 mail.miui.com.",
"ttl": 300
},
{
"type": "NS",
"name": "miui.com",
"value": "ns4.dnsv5.com.",
"ttl": 86400
},
{
"type": "NS",
"name": "miui.com",
"value": "ns3.dnsv5.com.",
"ttl": 86400
},
{
"type": "SOA",
"name": "miui.com",
"value": "ns3.dnsv5.com. enterprise3dnsadmin.dnspod.com. 1778349602 3600 180 1209600 180",
"ttl": 180
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"_cxluhja232srpo7pugu4fnhlqtmfs5d\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"imagex_bac2c087de0147829676345baa802d52\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"verify_b815cd992f65a889a6f1fff3c2cf9672\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"v=spf1 ip4:58.68.235.0/24 ip4:58.68.247.0/24 ip4:59.108.40.194/28 ip4:211.147.239.157 ip4:222.35.137.145 ip4:222.35.137.233 ip4:69.28.52.82 ip4:69.28.52.85 ip4:69.28.52.86 ip4:69.28.52.87 ip4:69.28.52.88 include:_spf.google.com -all\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"g5u517paf99htcsrjo6mdishqu\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"lq16pai01j0b0pr75rt35uga9t\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "miui.com",
"value": "\"_4j01omxmr0asa0rjozfst1z7chvgf7e\"",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:31:00.930Z"
}
}