DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
temu.com
Records: 13
Response Time: 69ms
DNSSEC: Disabled
DNS Provider:
Azure DNS
Security:
β SPF strict
β DMARC reject
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | temu.com | 151.101.2.58 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 5m |
| A | temu.com | 151.101.66.58 πΊπΈ US AS54113 FASTLY - Fastly, Inc., US | 5m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | temu.com | 5 mxmail-in.temu.com. | 5m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | temu.com | ns1-35.azure-dns.com. | 2d |
| NS | temu.com | ns2-35.azure-dns.net. | 2d |
| NS | temu.com | ns3-35.azure-dns.org. | 2d |
| NS | temu.com | ns4-35.azure-dns.info. | 2d |
| SOA | temu.com | ns1-35.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.temu.com | "v=DMARC1; p=reject; rua=mailto:dmarc_reports@temu.com" | 10m |
| TXT | temu.com | "google-site-verification=W0WDrodO13-5pOdXWcRxYd8Snr0OlslwdcRqASVj-44" | 10m |
| TXT | temu.com | "facebook-domain-verification=miph6vusxcrv3lffj7vzaauq13st94" | 10m |
| TXT | temu.com | "v=spf1 include:_spf.google.com include:_spf_mail.temu.com include:_spf_mail_eu.temu.com include:_spf_mail3.temu.com include:_spf_mail_g.temu.com -all" | 10m |
| TXT | temu.com | "apple-domain-verification=9X24cwRFDMs1busH9ipfOpUHlqHEdq8vYj28w86sI2Q" | 10m |
Queried at 5/12/2026, 8:55:06 AM
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=temu.com Response for temu.com Live Data
{
"success": true,
"data": {
"domain": "temu.com",
"queryTimeMs": 69,
"dnssec": false,
"dnsProvider": "Azure DNS",
"records": [
{
"type": "A",
"name": "temu.com",
"value": "151.101.2.58",
"ttl": 300,
"geo": {
"ip": "151.101.2.58",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "A",
"name": "temu.com",
"value": "151.101.66.58",
"ttl": 300,
"geo": {
"ip": "151.101.66.58",
"asn": 54113,
"country": "US",
"asnName": "FASTLY - Fastly, Inc., US"
}
},
{
"type": "MX",
"name": "temu.com",
"value": "5 mxmail-in.temu.com.",
"ttl": 300
},
{
"type": "NS",
"name": "temu.com",
"value": "ns1-35.azure-dns.com.",
"ttl": 172800
},
{
"type": "NS",
"name": "temu.com",
"value": "ns2-35.azure-dns.net.",
"ttl": 172800
},
{
"type": "NS",
"name": "temu.com",
"value": "ns3-35.azure-dns.org.",
"ttl": 172800
},
{
"type": "NS",
"name": "temu.com",
"value": "ns4-35.azure-dns.info.",
"ttl": 172800
},
{
"type": "SOA",
"name": "temu.com",
"value": "ns1-35.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300",
"ttl": 3600
},
{
"type": "TXT",
"name": "_dmarc.temu.com",
"value": "\"v=DMARC1; p=reject; rua=mailto:dmarc_reports@temu.com\"",
"ttl": 600
},
{
"type": "TXT",
"name": "temu.com",
"value": "\"google-site-verification=W0WDrodO13-5pOdXWcRxYd8Snr0OlslwdcRqASVj-44\"",
"ttl": 600
},
{
"type": "TXT",
"name": "temu.com",
"value": "\"facebook-domain-verification=miph6vusxcrv3lffj7vzaauq13st94\"",
"ttl": 600
},
{
"type": "TXT",
"name": "temu.com",
"value": "\"v=spf1 include:_spf.google.com include:_spf_mail.temu.com include:_spf_mail_eu.temu.com include:_spf_mail3.temu.com include:_spf_mail_g.temu.com -all\"",
"ttl": 600
},
{
"type": "TXT",
"name": "temu.com",
"value": "\"apple-domain-verification=9X24cwRFDMs1busH9ipfOpUHlqHEdq8vYj28w86sI2Q\"",
"ttl": 600
}
],
"queriedAt": "2026-05-12T08:55:06.076Z"
}
}