Total Records
25
Response Time
21ms
DNSSEC
Disabled
DNS Provider
Azure DNS
Address Records
IP addresses the domain points to
| Type | Name | Value | TTL |
|---|---|---|---|
| A | skype.com | 20.70.246.20 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 50m |
| A | skype.com | 20.231.239.246 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 50m |
| A | skype.com | 20.76.201.171 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 50m |
| A | skype.com | 20.112.250.133 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 50m |
| A | skype.com | 20.236.44.162 πΊπΈ US
AS8075 MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US | 50m |
| AAAA | skype.com | 2603:1020:201:10::10f | 1h |
| AAAA | skype.com | 2603:1030:b:3::152 | 1h |
| AAAA | skype.com | 2603:1030:20e:3::23c | 1h |
| AAAA | skype.com | 2603:1010:3:3::5b | 1h |
| AAAA | skype.com | 2603:1030:c02:8::14 | 1h |
Mail Records
Mail servers for the domain
| Type | Name | Value | TTL |
|---|---|---|---|
| MX | skype.com | 10 skype-com.mail.protection.outlook.com. | 1h |
Name Records
Nameservers and aliases
| Type | Name | Value | TTL |
|---|---|---|---|
| NS | skype.com | ns1-205.azure-dns.com. | 1d |
| NS | skype.com | ns2-205.azure-dns.net. | 1d |
| NS | skype.com | ns3-205.azure-dns.org. | 1d |
| NS | skype.com | ns4-205.azure-dns.info. | 1d |
| 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
| 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
| 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 6/7/2026, 5:11:54 PM Β· 21ms
REST API
Integrate DNS lookups into your applications β query all record types programmatically.
curl -X GET "https://api.requestguard.com/api/v1/dns/lookup?domain=skype.com" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" {
"success": true,
"data": {
"domain": "skype.com",
"records": [
{
"type": "A",
"name": "skype.com",
"value": "20.70.246.20",
"ttl": 3059,
"geo": {
"ip": "20.70.246.20",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
},
{
"type": "A",
"name": "skype.com",
"value": "20.231.239.246",
"ttl": 3059,
"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.76.201.171",
"ttl": 3059,
"geo": {
"ip": "20.76.201.171",
"asn": 8075,
"country": "US",
"asnName": "MICROSOFT-CORP-MSN-AS-BLOCK - Microsoft Corporation, US"
}
}
],
"queryTimeMs": 21
}
}