forked from MISP/misp-warninglists
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlist.json
More file actions
30 lines (30 loc) · 772 Bytes
/
Copy pathlist.json
File metadata and controls
30 lines (30 loc) · 772 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"description": "Microsoft Defender for Cloud Apps (MDCA/MCAS) hostnames (https://learn.microsoft.com/en-us/defender-cloud-apps/troubleshooting-proxy-url)",
"list": [
".admin-mcas-df.ms",
".admin-mcas-gov-df.ms",
".admin-mcas-gov-df.us",
".admin-mcas-gov.ms",
".admin-mcas-gov.us",
".admin-mcas.ms",
".admin-rs-mcas-df.ms",
".admin-rs-mcas.ms",
".mcas-df.ms",
".mcas-gov-df.ms",
".mcas-gov-df.us",
".mcas-gov.ms",
".mcas-gov.us",
".mcas.ms",
".rs-mcas-df.ms",
".rs-mcas.ms"
],
"matching_attributes": [
"hostname",
"domain",
"url",
"domain|ip"
],
"name": "List of known Microsoft Defender for Cloud Apps (MDCA/MCAS) proxy hostnames",
"type": "hostname",
"version": 20260819
}