Total Records
17
Response Time
22ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | windows.net | 20.76.201.171 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | windows.net | 20.112.250.133 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | windows.net | 20.236.44.162 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | windows.net | 20.231.239.246 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
| A | windows.net | 20.70.246.20 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | windows.net | ns1-39.azure-dns.com. | 1d |
| NS | windows.net | ns2-39.azure-dns.net. | 1d |
| NS | windows.net | ns3-39.azure-dns.org. | 1d |
| NS | windows.net | ns4-39.azure-dns.info. | 1d |
| SOA | windows.net | 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.windows.net | "v=DMARC1; p=reject; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1" | 1h |
| TXT | windows.net | "google-site-verification=l6n41xsudWccd_jj1bS5gpdlYm7D92MHDHT3jvwk-_E" | 1h |
| TXT | windows.net | "hp5z7j57tvmw14l2l2q75jbbgy0dt58r" | 1h |
| TXT | windows.net | "google-site-verification=4M45IJpH1ORIVK_OCV3YRWrZYhlRwsI4fpgG__4oOYY" | 1h |
| TXT | windows.net | "v=spf1 ~all" | 1h |
| TXT | windows.net | "D-TRUST=TKAAE72D5GPTF5W" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | windows.net | \# 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 6/7/2026, 4:50:19 PM Β· 22ms
REST API
Integrate DNS lookups into your applications β query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=windows.net" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "windows.net",
"records": [
{
"type": "A",
"name": "windows.net",
"value": "20.76.201.171",
"ttl": 3600,
"geo": {
"ip": "20.76.201.171",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "windows.net",
"value": "20.112.250.133",
"ttl": 3600,
"geo": {
"ip": "20.112.250.133",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "windows.net",
"value": "20.236.44.162",
"ttl": 3600,
"geo": {
"ip": "20.236.44.162",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
}
],
"queryTimeMs": 22
}
}