Skip to content

Commit 0cf7352

Browse files
authored
add ECS
1 parent e16ad5d commit 0cf7352

2 files changed

Lines changed: 32 additions & 0 deletions

File tree

macos/little_snitch/config.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@
3030
1,
3131
2
3232
]
33+
},
34+
{
35+
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
36+
"rule_ids": [
37+
1
38+
],
39+
"processes": [
40+
"\/Applications\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender",
41+
"\/Applications\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender Helper"
42+
]
3343
}
3444
]
3545
},
@@ -112,6 +122,15 @@
112122
56,
113123
69
114124
]
125+
},
126+
{
127+
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
128+
"rule_ids": [
129+
1
130+
],
131+
"processes": [
132+
"\/Applications\/OneDrive.app\/Contents\/MacOS\/OneDrive"
133+
]
115134
}
116135
]
117136
},
@@ -209,6 +228,12 @@
209228
147,
210229
159
211230
]
231+
},
232+
{
233+
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
234+
"rule_ids": [
235+
1
236+
]
212237
}
213238
]
214239
},

macos/little_snitch/rules/Microsoft Intune.lsrules

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,13 @@
5151
"protocol" : "tcp",
5252
"remote-domains" : "manage.microsoft.com"
5353
},
54+
{
55+
"action" : "allow",
56+
"ports" : "443",
57+
"process" : "\/Applications\/Company Portal.app\/Contents\/MacOS\/Company Portal",
58+
"protocol" : "tcp",
59+
"remote-hosts" : "config.edge.skype.com"
60+
},
5461
{
5562
"action" : "allow",
5663
"ports" : "443",

0 commit comments

Comments
 (0)