DNS Lookup Tool

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

DNS Records for skype.com

Records: 25
Response Time: 47ms
DNSSEC: Disabled
DNS Provider: Azure DNS
Security: βœ“ SPF strict βœ“ DMARC reject

Address Records

IP addresses the domain points to

10 records
Type Name Value TTL
A skype.com
20.236.44.162
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
42m
A skype.com
20.76.201.171
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
42m
A skype.com
20.112.250.133
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
42m
A skype.com
20.231.239.246
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
42m
A skype.com
20.70.246.20
πŸ‡ΊπŸ‡Έ US AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US
42m
AAAA skype.com
2603:1020:201:10::10f
23m
AAAA skype.com
2603:1030:b:3::152
23m
AAAA skype.com
2603:1010:3:3::5b
23m
AAAA skype.com
2603:1030:20e:3::23c
23m
AAAA skype.com
2603:1030:c02:8::14
23m

Mail Records

Mail servers for the domain

1 record
Type Name Value TTL
MX skype.com
10 skype-com.mail.protection.outlook.com.
1h

Name Records

Nameservers and aliases

5 records
Type Name Value TTL
NS skype.com
ns1-205.azure-dns.com.
2d
NS skype.com
ns2-205.azure-dns.net.
2d
NS skype.com
ns3-205.azure-dns.org.
2d
NS skype.com
ns4-205.azure-dns.info.
2d
SOA skype.com
ns1-205.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300
1h

Text & Verification

SPF, DKIM, DMARC, and verification

5 records
Type Name Value TTL
TXT _dmarc.skype.com
"v=DMARC1; p=reject; pct=100; rua=mailto:rua@dmarc.microsoft,mailto:skype@rua.netcraft.com; fo=1; ruf=mailto:rua@dmarc.microsoft,mailto:skype@ruf.netcraft.com;"
1h
TXT skype.com
"v=spf1 include:_spf-ssg-a.microsoft.com ip4:91.190.218.48 ip4:91.190.216.100 -all"
1h
TXT skype.com
"v=msv1 t=6097A7EA-53F7-4028-BA76-6869CB284C54"
1h
TXT skype.com
"facebook-domain-verification=87pranlm54pxjnpg1lp1nc3bcanv3f"
1h
TXT skype.com
"google-site-verification=R9lBFA5SoH0CKpHuBMa4akNqb8E8YF8fim8qpGF22mg"
1h

Security & Certificates

DNSSEC, CA restrictions, and keys

4 records
Type Name Value TTL
CAA skype.com
\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d
1h
CAA skype.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 skype.com
\# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d
1h
CAA skype.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

Queried at 5/10/2026, 9:31:54 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=skype.com
Response for skype.com Live Data
{
  "success": true,
  "data": {
    "domain": "skype.com",
    "queryTimeMs": 47,
    "dnssec": false,
    "dnsProvider": "Azure DNS",
    "records": [
      {
        "type": "A",
        "name": "skype.com",
        "value": "20.236.44.162",
        "ttl": 2555,
        "geo": {
          "ip": "20.236.44.162",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "skype.com",
        "value": "20.76.201.171",
        "ttl": 2555,
        "geo": {
          "ip": "20.76.201.171",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "skype.com",
        "value": "20.112.250.133",
        "ttl": 2555,
        "geo": {
          "ip": "20.112.250.133",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "skype.com",
        "value": "20.231.239.246",
        "ttl": 2555,
        "geo": {
          "ip": "20.231.239.246",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "A",
        "name": "skype.com",
        "value": "20.70.246.20",
        "ttl": 2555,
        "geo": {
          "ip": "20.70.246.20",
          "asn": 8075,
          "country": "US",
          "asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
        }
      },
      {
        "type": "AAAA",
        "name": "skype.com",
        "value": "2603:1020:201:10::10f",
        "ttl": 1398
      },
      {
        "type": "AAAA",
        "name": "skype.com",
        "value": "2603:1030:b:3::152",
        "ttl": 1398
      },
      {
        "type": "AAAA",
        "name": "skype.com",
        "value": "2603:1010:3:3::5b",
        "ttl": 1398
      },
      {
        "type": "AAAA",
        "name": "skype.com",
        "value": "2603:1030:20e:3::23c",
        "ttl": 1398
      },
      {
        "type": "AAAA",
        "name": "skype.com",
        "value": "2603:1030:c02:8::14",
        "ttl": 1398
      },
      {
        "type": "MX",
        "name": "skype.com",
        "value": "10 skype-com.mail.protection.outlook.com.",
        "ttl": 3600
      },
      {
        "type": "NS",
        "name": "skype.com",
        "value": "ns1-205.azure-dns.com.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "skype.com",
        "value": "ns2-205.azure-dns.net.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "skype.com",
        "value": "ns3-205.azure-dns.org.",
        "ttl": 172800
      },
      {
        "type": "NS",
        "name": "skype.com",
        "value": "ns4-205.azure-dns.info.",
        "ttl": 172800
      },
      {
        "type": "SOA",
        "name": "skype.com",
        "value": "ns1-205.azure-dns.com. azuredns-hostmaster.microsoft.com. 1 3600 300 2419200 300",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "_dmarc.skype.com",
        "value": "\"v=DMARC1; p=reject; pct=100; rua=mailto:rua@dmarc.microsoft,mailto:skype@rua.netcraft.com; fo=1; ruf=mailto:rua@dmarc.microsoft,mailto:skype@ruf.netcraft.com;\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "skype.com",
        "value": "\"v=spf1 include:_spf-ssg-a.microsoft.com ip4:91.190.218.48 ip4:91.190.216.100 -all\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "skype.com",
        "value": "\"v=msv1 t=6097A7EA-53F7-4028-BA76-6869CB284C54\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "skype.com",
        "value": "\"facebook-domain-verification=87pranlm54pxjnpg1lp1nc3bcanv3f\"",
        "ttl": 3600
      },
      {
        "type": "TXT",
        "name": "skype.com",
        "value": "\"google-site-verification=R9lBFA5SoH0CKpHuBMa4akNqb8E8YF8fim8qpGF22mg\"",
        "ttl": 3600
      },
      {
        "type": "CAA",
        "name": "skype.com",
        "value": "\\# 19 00 05 69 73 73 75 65 64 69 67 69 63 65 72 74 2e 63 6f 6d",
        "ttl": 3600
      },
      {
        "type": "CAA",
        "name": "skype.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": 3600
      },
      {
        "type": "CAA",
        "name": "skype.com",
        "value": "\\# 20 00 05 69 73 73 75 65 6d 69 63 72 6f 73 6f 66 74 2e 63 6f 6d",
        "ttl": 3600
      },
      {
        "type": "CAA",
        "name": "skype.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": 3600
      }
    ],
    "queriedAt": "2026-05-10T21:31:54.758Z"
  }
}
Rate limit: 100 req/min
Authentication: API Key
Get API Access β†’