NSToolKit
NSToolKit
free network tools

DNS records for windows.net

Findings

  • [INFO] An SPF record is published but no MX records are present. This is normal for send-only domains but worth confirming if you expect to receive mail.

A records

[
  {
    "type": "A",
    "value": "20.236.44.162"
  },
  {
    "type": "A",
    "value": "20.231.239.246"
  },
  {
    "type": "A",
    "value": "20.112.250.133"
  },
  {
    "type": "A",
    "value": "20.70.246.20"
  },
  {
    "type": "A",
    "value": "20.76.201.171"
  }
]

NS records

[
  {
    "type": "NS",
    "value": "ns1-39.azure-dns.com"
  },
  {
    "type": "NS",
    "value": "ns3-39.azure-dns.org"
  },
  {
    "type": "NS",
    "value": "ns4-39.azure-dns.info"
  },
  {
    "type": "NS",
    "value": "ns2-39.azure-dns.net"
  }
]

TXT records

[
  {
    "type": "TXT",
    "entries": [
      "google-site-verification=l6n41xsudWccd_jj1bS5gpdlYm7D92MHDHT3jvwk-_E"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "google-site-verification=4M45IJpH1ORIVK_OCV3YRWrZYhlRwsI4fpgG__4oOYY"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "v=spf1 ~all"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "D-TRUST=TKAAE72D5GPTF5W"
    ]
  },
  {
    "type": "TXT",
    "entries": [
      "hp5z7j57tvmw14l2l2q75jbbgy0dt58r"
    ]
  }
]

SOA records

[
  {
    "type": "SOA",
    "nsname": "ns1-39.azure-dns.com",
    "hostmaster": "azuredns-hostmaster.microsoft.com",
    "serial": 1,
    "refresh": 3600,
    "retry": 300,
    "expire": 2419200,
    "minttl": 300
  }
]

CAA records

[
  {
    "type": "CAA",
    "critical": 0,
    "tag": "unknown",
    "value": ""
  }
]

What does this mean?

These records are pulled live from authoritative DNS at request time and re-validated daily. Use them to debug routing, deliverability, and TLS issues for windows.net.

Related tools: DNS Lookup · SPF Checker · DMARC Lookup