DNS Lookup Tool

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

DNS Records for office.com

Records: 25
Response Time: 43ms
DNSSEC: Disabled
DNS Provider: Azure DNS
Security: βœ“ DMARC quarantine

Address Records

IP addresses the domain points to

2 records
Type Name Value TTL
A office.com
13.107.6.156
πŸ‡ΊπŸ‡Έ US AS8068 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
10s
AAAA office.com
2620:1ec:a92::156
10s

Name Records

Nameservers and aliases

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

Text & Verification

SPF, DKIM, DMARC, and verification

11 records
Type Name Value TTL
TXT _dmarc.office.com
"v=DMARC1; p=quarantine; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1"
5m
TXT office.com
"google-site-verification=u1wJrtoeh7Cm1rWUcfA5shOYAXklaqy_IAsIMa8L-qU"
5m
TXT office.com
"google-site-verification=V6qxrpALPrk4N8F9wqgUVMwFdKi4sSUY5dLaICCx5rU"
5m
TXT office.com
"google-site-verification=zqthuNzyDukN37Znr1L5xdDKHo7KZUL2LTyOqzU7cFo"
5m
TXT office.com
"google-site-verification=WiCZ6HhPFmPMk5PTkdpSnevgiRttL2tQ-7QA_Z81JRk"
5m
TXT office.com
"facebook-domain-verification=h6ulkdsze2qhdtbdnivt3lilquemgc"
5m
TXT office.com
"google-site-verification=ntjPAtTot4dDzv9Z7WpQYYSlgVajPuBZx0FoZyRE8q8"
5m
TXT office.com
"google-site-verification=iJN6qYrMLZmqRE70EPwnmUtT7qW3Rs-X3_wgil1YQjw"
5m
TXT office.com
"google-site-verification=9aqt6mNhLx_inDlQjEfPiqq_TYfy72IFpoUh5_gijEg"
5m
TXT office.com
"google-site-verification=VUSidRle8tqArZaEIF_9-uxlBmOku8re9NfdLDyfFE0"
5m
TXT office.com
"zoom-domain-verification=ZOOM_verify_c71c4db9abfb4773aaed4c681c8c7b42"
5m

Security & Certificates

DNSSEC, CA restrictions, and keys

7 records
Type Name Value TTL
CAA office.com
\# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 64 6f 6d 61 69 6e 73 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d
5m
CAA office.com
\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d
5m
CAA office.com
\# 16 00 05 69 73 73 75 65 64 74 72 75 73 74 2e 64 65
5m
CAA office.com
\# 18 00 05 69 73 73 75 65 65 6e 74 72 75 73 74 2e 6e 65 74
5m
CAA office.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 office.com
\# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d
5m
CAA office.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/10/2026, 9:31:41 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=office.com
Response for office.com Live Data
{
  "success": true,
  "data": {
    "domain": "office.com",
    "queryTimeMs": 43,
    "dnssec": false,
    "dnsProvider": "Azure DNS",
    "records": [
      {
        "type": "A",
        "name": "office.com",
        "value": "13.107.6.156",
        "ttl": 10,
        "geo": {
          "ip": "13.107.6.156",
          "asn": 8068,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "AAAA",
        "name": "office.com",
        "value": "2620:1ec:a92::156",
        "ttl": 10,
        "geo": {
          "ip": "2620:1ec:a92::156"
        }
      },
      {
        "type": "NS",
        "name": "office.com",
        "value": "ns1-05.azure-dns.com.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "office.com",
        "value": "ns2-05.azure-dns.net.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "office.com",
        "value": "ns3-05.azure-dns.org.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "office.com",
        "value": "ns4-05.azure-dns.info.",
        "ttl": 300
      },
      {
        "type": "SOA",
        "name": "office.com",
        "value": "ns1-05.azure-dns.com. msnhst.microsoft.com. 2017971531 300 120 2419200 60",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.office.com",
        "value": "\"v=DMARC1; p=quarantine; pct=100; rua=mailto:rua@dmarc.microsoft; ruf=mailto:ruf@dmarc.microsoft; fo=1\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=u1wJrtoeh7Cm1rWUcfA5shOYAXklaqy_IAsIMa8L-qU\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=V6qxrpALPrk4N8F9wqgUVMwFdKi4sSUY5dLaICCx5rU\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=zqthuNzyDukN37Znr1L5xdDKHo7KZUL2LTyOqzU7cFo\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=WiCZ6HhPFmPMk5PTkdpSnevgiRttL2tQ-7QA_Z81JRk\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"facebook-domain-verification=h6ulkdsze2qhdtbdnivt3lilquemgc\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=ntjPAtTot4dDzv9Z7WpQYYSlgVajPuBZx0FoZyRE8q8\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=iJN6qYrMLZmqRE70EPwnmUtT7qW3Rs-X3_wgil1YQjw\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=9aqt6mNhLx_inDlQjEfPiqq_TYfy72IFpoUh5_gijEg\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"google-site-verification=VUSidRle8tqArZaEIF_9-uxlBmOku8re9NfdLDyfFE0\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "office.com",
        "value": "\"zoom-domain-verification=ZOOM_verify_c71c4db9abfb4773aaed4c681c8c7b42\"",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "office.com",
        "value": "\\# 35 00 05 69 6f 64 65 66 6d 61 69 6c 74 6f 3a 64 6f 6d 61 69 6e 73 40 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "office.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": "office.com",
        "value": "\\# 16 00 05 69 73 73 75 65 64 74 72 75 73 74 2e 64 65",
        "ttl": 300
      },
      {
        "type": "CAA",
        "name": "office.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": "office.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": "office.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": "office.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-10T21:31:41.820Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’