Skip to content

Commit

Permalink
add ECS
Browse files Browse the repository at this point in the history
  • Loading branch information
jlaundry authored Aug 23, 2024
1 parent e16ad5d commit 0cf7352
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
25 changes: 25 additions & 0 deletions macos/little_snitch/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
1,
2
]
},
{
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
"rule_ids": [
1
],
"processes": [
"\/Applications\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender",
"\/Applications\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender.app\/Contents\/MacOS\/Microsoft Defender Helper"
]
}
]
},
Expand Down Expand Up @@ -112,6 +122,15 @@
56,
69
]
},
{
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
"rule_ids": [
1
],
"processes": [
"\/Applications\/OneDrive.app\/Contents\/MacOS\/OneDrive"
]
}
]
},
Expand Down Expand Up @@ -209,6 +228,12 @@
147,
159
]
},
{
"url": "https://raw.githubusercontent.com/jlaundry/aadinfo/main/network/ecs.json",
"rule_ids": [
1
]
}
]
},
Expand Down
7 changes: 7 additions & 0 deletions macos/little_snitch/rules/Microsoft Intune.lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,13 @@
"protocol" : "tcp",
"remote-domains" : "manage.microsoft.com"
},
{
"action" : "allow",
"ports" : "443",
"process" : "\/Applications\/Company Portal.app\/Contents\/MacOS\/Company Portal",
"protocol" : "tcp",
"remote-hosts" : "config.edge.skype.com"
},
{
"action" : "allow",
"ports" : "443",
Expand Down

0 comments on commit 0cf7352

Please sign in to comment.