From 10948a5f2713dfcefa6071545d1613db62d98cdf Mon Sep 17 00:00:00 2001 From: github-actions Date: Fri, 23 Aug 2024 08:40:00 +0000 Subject: [PATCH] Automated lsrules update [skip ci] --- .../rules/Microsoft Defender.lsrules | 48 +++++++++++++++++++ .../rules/Microsoft OneDrive.lsrules | 24 ++++++++++ .../Microsoft Teams (work or school).lsrules | 24 ++++++++++ 3 files changed, 96 insertions(+) diff --git a/macos/little_snitch/rules/Microsoft Defender.lsrules b/macos/little_snitch/rules/Microsoft Defender.lsrules index 6566761..be67896 100644 --- a/macos/little_snitch/rules/Microsoft Defender.lsrules +++ b/macos/little_snitch/rules/Microsoft Defender.lsrules @@ -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" + ] } ] } \ No newline at end of file diff --git a/macos/little_snitch/rules/Microsoft OneDrive.lsrules b/macos/little_snitch/rules/Microsoft OneDrive.lsrules index 2c58225..9d61a07 100644 --- a/macos/little_snitch/rules/Microsoft OneDrive.lsrules +++ b/macos/little_snitch/rules/Microsoft OneDrive.lsrules @@ -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" + ] } ] } \ No newline at end of file diff --git a/macos/little_snitch/rules/Microsoft Teams (work or school).lsrules b/macos/little_snitch/rules/Microsoft Teams (work or school).lsrules index 8adf59a..db50a7c 100644 --- a/macos/little_snitch/rules/Microsoft Teams (work or school).lsrules +++ b/macos/little_snitch/rules/Microsoft Teams (work or school).lsrules @@ -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" + ] } ] } \ No newline at end of file