Skip to content

Commit

Permalink
Merge pull request #24 from jlaundry/automated-lsrules-update-1052268…
Browse files Browse the repository at this point in the history
…1172

Automated lsrules update
  • Loading branch information
jlaundry authored Aug 23, 2024
2 parents 0cf7352 + 10948a5 commit 8fac62a
Show file tree
Hide file tree
Showing 3 changed files with 96 additions and 0 deletions.
48 changes: 48 additions & 0 deletions macos/little_snitch/rules/Microsoft Defender.lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,54 @@
"wd-prod-ss-us-west-1-fe.westus.cloudapp.azure.com",
"wd-prod-ss-us-west-2-fe.westus.cloudapp.azure.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender",
"protocol": "tcp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender",
"protocol": "udp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender Helper",
"protocol": "tcp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender Helper",
"protocol": "udp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
}
]
}
24 changes: 24 additions & 0 deletions macos/little_snitch/rules/Microsoft OneDrive.lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -1135,6 +1135,30 @@
"aria.microsoft.com",
"events.data.microsoft.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/OneDrive.app/Contents/MacOS/OneDrive",
"protocol": "tcp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/OneDrive.app/Contents/MacOS/OneDrive",
"protocol": "udp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
}
]
}
24 changes: 24 additions & 0 deletions macos/little_snitch/rules/Microsoft Teams (work or school).lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -527,6 +527,30 @@
"owner": "me",
"notes": "rule 159 - Microsoft 365 Common and Office Online",
"remote-hosts": "admin.microsoft.com"
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Teams.app/Contents/MacOS/MSTeams",
"protocol": "tcp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Teams.app/Contents/MacOS/MSTeams",
"protocol": "udp",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
"ecs.office.com",
"config.edge.skype.com"
]
}
]
}

0 comments on commit 8fac62a

Please sign in to comment.