DNS Lookup Tool

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

DNS Records for dsw.com

Records: 10
Response Time: 512ms
DNSSEC: Disabled
DNS Provider: Unknown
Security: ✓ SPF strict ✓ DMARC reject

Address Records

IP addresses the domain points to

1 record
Type Name Value TTL
A dsw.com
130.213.176.223
🇬🇧 GB AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
5m

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX dsw.com
10 dsw-com.mail.protection.outlook.com.
5m

Name Records

Nameservers and aliases

3 records
Type Name Value TTL
NS dsw.com
dns1.cscdns.net.
5m
NS dsw.com
dns2.cscdns.net.
5m
SOA dsw.com
dns1.cscdns.net. hostmaster.cscdns.net. 2025092316 28800 7200 604800 300
1d

Text & Verification

SPF, DKIM, DMARC, and verification

5 records
Type Name Value TTL
TXT _dmarc.dsw.com
"v=DMARC1; p=reject; pct=100; fo=1; ri=86400; rua=mailto:145ba71f@inbox.ondmarc.com; ruf=mailto:145ba71f@inbox.ondmarc.com;"
5m
TXT dsw.com
"ms-domain-verification=86b8807c-d695-4e0e-8af1-7be7e0e0dbbd"
5m
TXT dsw.com
"google-site-verification=c3nTYDpTK1REu9R7cF3Lc-8GoH-mnIqKCeSbW_Yf-W8"
5m
TXT dsw.com
"apple-domain-verification=V1MKwx7kP4vs9N5qKF_yxnEtLGmHtB-Xyyf9uOnJ9Ys"
5m
TXT dsw.com
"v=spf1 include:amazonses.com ip4:74.118.97.73 ip4:74.118.97.74 ip4:207.166.95.11 ip4:66.205.187.163 ip4:74.118.97.52/28 ip4:74.118.97.82 ip4:74.118.97.83 ip4:74.118.97.122 include:_u.dsw.com._spf.smart.ondmarc.com include:spf.protection.outlook.com -all"
5m

Queried at 5/10/2026, 9:31:12 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=dsw.com
Response for dsw.com Live Data
{
  "success": true,
  "data": {
    "domain": "dsw.com",
    "queryTimeMs": 512,
    "dnssec": false,
    "dnsProvider": null,
    "records": [
      {
        "type": "A",
        "name": "dsw.com",
        "value": "130.213.176.223",
        "ttl": 300,
        "geo": {
          "ip": "130.213.176.223",
          "asn": 8075,
          "country": "GB",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "MX",
        "name": "dsw.com",
        "value": "10 dsw-com.mail.protection.outlook.com.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "dsw.com",
        "value": "dns1.cscdns.net.",
        "ttl": 300
      },
      {
        "type": "NS",
        "name": "dsw.com",
        "value": "dns2.cscdns.net.",
        "ttl": 300
      },
      {
        "type": "SOA",
        "name": "dsw.com",
        "value": "dns1.cscdns.net. hostmaster.cscdns.net. 2025092316 28800 7200 604800 300",
        "ttl": 86400
      },
      {
        "type": "TXT",
        "name": "_dmarc.dsw.com",
        "value": "\"v=DMARC1; p=reject; pct=100; fo=1; ri=86400; rua=mailto:145ba71f@inbox.ondmarc.com; ruf=mailto:145ba71f@inbox.ondmarc.com;\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "dsw.com",
        "value": "\"ms-domain-verification=86b8807c-d695-4e0e-8af1-7be7e0e0dbbd\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "dsw.com",
        "value": "\"google-site-verification=c3nTYDpTK1REu9R7cF3Lc-8GoH-mnIqKCeSbW_Yf-W8\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "dsw.com",
        "value": "\"apple-domain-verification=V1MKwx7kP4vs9N5qKF_yxnEtLGmHtB-Xyyf9uOnJ9Ys\"",
        "ttl": 300
      },
      {
        "type": "TXT",
        "name": "dsw.com",
        "value": "\"v=spf1 include:amazonses.com ip4:74.118.97.73 ip4:74.118.97.74 ip4:207.166.95.11 ip4:66.205.187.163 ip4:74.118.97.52/28 ip4:74.118.97.82 ip4:74.118.97.83 ip4:74.118.97.122 include:_u.dsw.com._spf.smart.ondmarc.com include:spf.protection.outlook.com -all\"",
        "ttl": 300
      }
    ],
    "queriedAt": "2026-05-10T21:31:12.931Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access →