Total Records
22
Response Time
21ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | msn.com | 204.79.197.219 πΊπΈ US
AS8068 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 32m |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | msn.com | 2 msn-com.olc.protection.outlook.com. | 27m |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | msn.com | ns1-204.azure-dns.com. | 1d |
| NS | msn.com | ns2-204.azure-dns.net. | 1d |
| NS | msn.com | ns3-204.azure-dns.org. | 1d |
| NS | msn.com | ns4-204.azure-dns.info. | 1d |
| NS | msn.com | dns1.p08.nsone.net. | 1d |
| NS | msn.com | dns2.p08.nsone.net. | 1d |
| NS | msn.com | dns3.p08.nsone.net. | 1d |
| NS | msn.com | dns4.p08.nsone.net. | 1d |
| SOA | msn.com | ns1-204.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 3600 | 1h |
Text & Verification
SPF, DKIM, DMARC, and verification
| Type | Name | Value | TTL |
|---|---|---|---|
| TXT | _dmarc.msn.com | "v=DMARC1; p=none; sp=quarantine; pct=100; rua=mailto:d@rua.agari.com; fo=1" | 1h |
| TXT | msn.com | "AFDVALIDATION=IcePrime" | 1h |
| TXT | msn.com | "facebook-domain-verification=q715hqwb3sc3mkxajcokcksu21c8r2" | 1h |
| TXT | msn.com | "globalsign-domain-verification=KaParXxs1OHDy7o8CMbPpHBN-2m_mzwdPqKMMQ66a6" | 1h |
| TXT | msn.com | "google-site-verification=3lJkn9Ti3ZZZEzyGfgndcatwCZ93RLqWOYjIckfeKlM" | 1h |
| TXT | msn.com | "google-site-verification=snWRecgPSoBabrLXKCz4W8SZYabue7JrtXQM36fq6PE" | 1h |
| TXT | msn.com | "v=spf1 include:spf.protection.outlook.com include:spf-a.hotmail.com include:spf-b.hotmail.com include:spf-c.hotmail.com include:spf-d.hotmail.com include:_spf-ssg-a.microsoft.com ~all" | 1h |
Security & Certificates
DNSSEC, CA restrictions, and keys
| Type | Name | Value | TTL |
|---|---|---|---|
| CAA | msn.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 |
| CAA | msn.com | \# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d | 1h |
| CAA | msn.com | \# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d | 1h |
| CAA | msn.com | \# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d | 1h |
Queried 6/6/2026, 5:03:56 AM Β· 21ms
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=msn.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "msn.com",
"records": [
{
"type": "A",
"name": "msn.com",
"value": "204.79.197.219",
"ttl": 1973,
"geo": {
"ip": "204.79.197.219",
"asn": 8068,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "MX",
"name": "msn.com",
"value": "2 msn-com.olc.protection.outlook.com.",
"ttl": 1643
},
{
"type": "NS",
"name": "msn.com",
"value": "ns1-204.azure-dns.com.",
"ttl": 163032
}
],
"queryTimeMs": 21
}
}