DNS Lookup Tool

Query comprehensive DNS records for any domain. Get A, AAAA, MX, TXT, NS, CAA, SRV, DNSKEY and more.

DNS Records for outlook.com

Records: 27
Response Time: 40ms
DNSSEC: Disabled
DNS Provider: Azure DNS
Security: βœ“ SPF strict βœ“ DMARC quarantine

Address Records

IP addresses the domain points to

9 records
Type Name Value TTL
A outlook.com
52.96.214.50
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
4m
A outlook.com
52.96.228.130
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
4m
A outlook.com
52.96.222.226
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
4m
A outlook.com
52.96.91.34
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
4m
A outlook.com
52.96.222.194
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
4m
A outlook.com
52.96.229.242
4m
A outlook.com
52.96.111.82
4m
A outlook.com
52.96.223.2
4m
A outlook.com
52.96.172.98
4m

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX outlook.com
5 outlook-com.olc.protection.outlook.com.
5m

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS outlook.com
ns1-05.azure-dns.com.
5m
NS outlook.com
ns2-05.azure-dns.net.
5m
NS outlook.com
ns3-05.azure-dns.org.
5m
NS outlook.com
ns4-05.azure-dns.info.
5m
SOA outlook.com
ns1-05.azure-dns.com. msnhst.microsoft.com. 2017971531 300 120 2419200 60
1h

Text & Verification

SPF, DKIM, DMARC, and verification

6 records
Type Name Value TTL
TXT _dmarc.outlook.com
"v=DMARC1; p=none; sp=quarantine; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1"
5m
TXT outlook.com
"google-site-verification=u61khn2j2qt8IdrjskRMSZ0p_HaFURXKrSsu-uXKyNA"
5m
TXT outlook.com
"google-site-verification=0iLWhIMhXEkeWwWfFU4ursTn-_OvoOjaA0Lr7Pg1sEM"
5m
TXT outlook.com
"google-site-verification=DC2uC-T8kD33lINhNzfo0bNBrw-vrCXs5BPF5BXY56g"
5m
TXT outlook.com
"_ofl74f250a84g188pro5arwqa23zle2"
5m
TXT outlook.com
"v=spf1 include:spf2.outlook.com -all"
5m

Security & Certificates

DNSSEC, CA restrictions, and keys

6 records
Type Name Value TTL
CAA outlook.com
\# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d
5m
CAA outlook.com
\# 42 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 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
5m
CAA outlook.com
\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d
5m
CAA outlook.com
\# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d
5m
CAA outlook.com
\# 18 00 05 69 73 73 75 65 65 6e 74 72 75 73 74 2e 6e 65 74
5m
CAA outlook.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
5m

Queried at 5/12/2026, 8:57:44 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=outlook.com
Response for outlook.com Live Data
{
  "success": true,
  "data": {
    "domain": "outlook.com",
    "queryTimeMs": 40,
    "dnssec": false,
    "dnsProvider": "Azure DNS",
    "records": [
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.214.50",
        "ttl": 256,
        "geo": {
          "ip": "52.96.214.50",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.228.130",
        "ttl": 256,
        "geo": {
          "ip": "52.96.228.130",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.222.226",
        "ttl": 256,
        "geo": {
          "ip": "52.96.222.226",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.91.34",
        "ttl": 256,
        "geo": {
          "ip": "52.96.91.34",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.222.194",
        "ttl": 256,
        "geo": {
          "ip": "52.96.222.194",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.229.242",
        "ttl": 256
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.111.82",
        "ttl": 256
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.223.2",
        "ttl": 256
      },
      {
        "type": "A",
        "name": "outlook.com",
        "value": "52.96.172.98",
        "ttl": 256
      },
      {
        "type": "MX",
        "name": "outlook.com",
        "value": "5 outlook-com.olc.protection.outlook.com.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "outlook.com",
        "value": "ns1-05.azure-dns.com.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "outlook.com",
        "value": "ns2-05.azure-dns.net.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "outlook.com",
        "value": "ns3-05.azure-dns.org.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "outlook.com",
        "value": "ns4-05.azure-dns.info.",
        "ttl": 300
      },
      {
        "type": "SOA",
        "name": "outlook.com",
        "value": "ns1-05.azure-dns.com. msnhst.microsoft.com. 2017971531 300 120 2419200 60",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.outlook.com",
        "value": "\"v=DMARC1; p=none; sp=quarantine; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "outlook.com",
        "value": "\"google-site-verification=u61khn2j2qt8IdrjskRMSZ0p_HaFURXKrSsu-uXKyNA\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "outlook.com",
        "value": "\"google-site-verification=0iLWhIMhXEkeWwWfFU4ursTn-_OvoOjaA0Lr7Pg1sEM\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "outlook.com",
        "value": "\"google-site-verification=DC2uC-T8kD33lINhNzfo0bNBrw-vrCXs5BPF5BXY56g\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "outlook.com",
        "value": "\"_ofl74f250a84g188pro5arwqa23zle2\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "outlook.com",
        "value": "\"v=spf1 include:spf2.outlook.com -all\"",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "outlook.com",
        "value": "\\# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "outlook.com",
        "value": "\\# 42 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 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": 300
      },
      {
        "type": "CAA",
        "name": "outlook.com",
        "value": "\\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "outlook.com",
        "value": "\\# 21 00 05 69 73 73 75 65 67 6c 6f 62 61 6c 73 69 67 6e 2e 63 6f 6d",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "outlook.com",
        "value": "\\# 18 00 05 69 73 73 75 65 65 6e 74 72 75 73 74 2e 6e 65 74",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "outlook.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": 300
      }
    ],
    "queriedAt": "2026-05-12T08:57:44.389Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’