DNS Lookup Tool
Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.
DNS Records for
azure.com
Records: 32
Response Time: 36ms
DNSSEC: Disabled
DNS Provider:
Azure DNS
Security:
β SPF soft
β DMARC none
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | azure.com | 20.76.201.171 πΊπΈ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 9m |
| A | azure.com | 20.231.239.246 πΊπΈ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 9m |
| A | azure.com | 20.112.250.133 πΊπΈ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 9m |
| A | azure.com | 20.236.44.162 πΊπΈ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 9m |
| A | azure.com | 20.70.246.20 πΊπΈ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 9m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | azure.com | 10 azure-com.mail.protection.outlook.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | azure.com | ns1-39.azure-dns.com. | 1d |
| NS | azure.com | ns2-39.azure-dns.net. | 1d |
| NS | azure.com | ns3-39.azure-dns.org. | 1d |
| NS | azure.com | ns4-39.azure-dns.info. | 1d |
| SOA | azure.com | ns1-39.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.azure.com | "v=DMARC1; p=none; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1" | 1h |
| TXT | azure.com | "v=spf1 include:sparkpostmail.com ~all" | 1h |
| TXT | azure.com | "onyxr-frontend-westus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-westeurope-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-southeastasia-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-japanwest-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-eastus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-brazilsouth-01.azurewebsites.net" | 1h |
| TXT | azure.com | "onyxr-frontend-australiaeast-01.azurewebsites.net" | 1h |
| TXT | azure.com | "facebook-domain-verification=l4ke8if4pstaadd9urwauavlfhnnjz" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-aue-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-brs-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-eus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-jaw-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-seas-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-weu-01.azurewebsites.net" | 1h |
| TXT | azure.com | "acom-vanity-router-prod-wus-01.azurewebsites.net" | 1h |
| TXT | azure.com | "8o86shs7mq7pj3f1gv35sf4a14" | 1h |
| TXT | azure.com | "google-site-verification=Iy1v50CTys4-99S9JxhQC4DDbCaN7YXdu-z5wbWDAEY" | 1h |
| TXT | azure.com | "_hj82da8jj9cxt5jutut1doket20hyb6" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | azure.com | \# 42 00 0c 63 6f 6e 74 61 63 74 65 6d 61 69 6c 63 61 61 72 65 63 6f 72 64 61 77 61 72 65 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
Queried at 5/10/2026, 9:31:55 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=azure.com Response for azure.com Live Data
{
"success": true,
"data": {
"domain": "azure.com",
"queryTimeMs": 36,
"dnssec": false,
"dnsProvider": "Azure DNS",
"records": [
{
"type": "A",
"name": "azure.com",
"value": "20.76.201.171",
"ttl": 594,
"geo": {
"ip": "20.76.201.171",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.231.239.246",
"ttl": 594,
"geo": {
"ip": "20.231.239.246",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.112.250.133",
"ttl": 594,
"geo": {
"ip": "20.112.250.133",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.236.44.162",
"ttl": 594,
"geo": {
"ip": "20.236.44.162",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "azure.com",
"value": "20.70.246.20",
"ttl": 594,
"geo": {
"ip": "20.70.246.20",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "MX",
"name": "azure.com",
"value": "10 azure-com.mail.protection.outlook.com.",
"ttl": 3600
},
{
"type": "NS",
"name": "azure.com",
"value": "ns1-39.azure-dns.com.",
"ttl": 162803
},
{
"type": "NS",
"name": "azure.com",
"value": "ns2-39.azure-dns.net.",
"ttl": 162803
},
{
"type": "NS",
"name": "azure.com",
"value": "ns3-39.azure-dns.org.",
"ttl": 162803
},
{
"type": "NS",
"name": "azure.com",
"value": "ns4-39.azure-dns.info.",
"ttl": 162803
},
{
"type": "SOA",
"name": "azure.com",
"value": "ns1-39.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300",
"ttl": 3600
},
{
"type": "TXT",
"name": "_dmarc.azure.com",
"value": "\"v=DMARC1; p=none; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"v=spf1 include:sparkpostmail.com ~all\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-westus-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-westeurope-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-southeastasia-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-japanwest-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-eastus-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-brazilsouth-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"onyxr-frontend-australiaeast-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"facebook-domain-verification=l4ke8if4pstaadd9urwauavlfhnnjz\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-aue-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-brs-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-eus-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-jaw-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-seas-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-weu-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"acom-vanity-router-prod-wus-01.azurewebsites.net\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"8o86shs7mq7pj3f1gv35sf4a14\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"google-site-verification=Iy1v50CTys4-99S9JxhQC4DDbCaN7YXdu-z5wbWDAEY\"",
"ttl": 3600
},
{
"type": "TXT",
"name": "azure.com",
"value": "\"_hj82da8jj9cxt5jutut1doket20hyb6\"",
"ttl": 3600
},
{
"type": "CAA",
"name": "azure.com",
"value": "\\# 42 00 0c 63 6f 6e 74 61 63 74 65 6d 61 69 6c 63 61 61 72 65 63 6f 72 64 61 77 61 72 65 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d",
"ttl": 3600
}
],
"queriedAt": "2026-05-10T21:31:55.626Z"
}
}