Skip to content

Commit

Permalink
Merge pull request #33 from jlaundry/automated-lsrules-update-1264386…
Browse files Browse the repository at this point in the history
…4123

Automated lsrules update
  • Loading branch information
jlaundry authored Jan 11, 2025
2 parents e9528fb + f9a9180 commit fd60ca7
Show file tree
Hide file tree
Showing 9 changed files with 252 additions and 252 deletions.
30 changes: 15 additions & 15 deletions macos/little_snitch/rules/Microsoft Defender.lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@
"rules": [
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 1 - Data Management service",
"remote-hosts": "v20.events.data.microsoft.com"
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 2 - Data Management service hosts",
"remote-hosts": [
Expand Down Expand Up @@ -176,9 +176,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 2 - Defender for Endpoint - US",
"remote-hosts": [
Expand Down Expand Up @@ -209,9 +209,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 3 - Defender for Endpoint - EU",
"remote-hosts": [
Expand All @@ -234,9 +234,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 4 - Defender for Endpoint - UK",
"remote-hosts": [
Expand All @@ -255,9 +255,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 5 - Defender for Endpoint - AU",
"remote-hosts": [
Expand All @@ -274,9 +274,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 6 - Defender for Endpoint - AV",
"remote-hosts": [
Expand All @@ -287,18 +287,18 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 1 - Defender Smart Screen",
"remote-hosts": "smartscreen.microsoft.com"
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 2 - Defender Smart Screen hosts",
"remote-hosts": [
Expand Down Expand Up @@ -330,9 +330,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 3 - Defender Smart Screen hosts - US",
"remote-hosts": [
Expand Down Expand Up @@ -361,9 +361,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 4 - Defender Smart Screen hosts - EU",
"remote-hosts": [
Expand All @@ -377,9 +377,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 5 - Defender Smart Screen hosts - UK",
"remote-hosts": [
Expand All @@ -391,9 +391,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/wdavdaemon",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 6 - Defender Smart Screen hosts - AU",
"remote-hosts": [
Expand All @@ -405,9 +405,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender",
"protocol": "tcp",
"ports": "443",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
Expand All @@ -417,9 +417,9 @@
},
{
"action": "allow",
"ports": "443",
"process": "/Applications/Microsoft Defender.app/Contents/MacOS/Microsoft Defender.app/Contents/MacOS/Microsoft Defender",
"protocol": "udp",
"ports": "443",
"owner": "me",
"notes": "rule 1 - Experimentation and Configuration Service",
"remote-hosts": [
Expand Down
2 changes: 1 addition & 1 deletion macos/little_snitch/rules/Microsoft Edge.lsrules
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"rules": [
{
"action": "allow",
"ports": "3478,3479,3480,3481",
"process": "/Applications/Microsoft Edge.app/Contents/MacOS/Microsoft Edge",
"protocol": "udp",
"ports": "3478,3479,3480,3481",
"owner": "me",
"notes": "rule 11 - Microsoft Teams",
"remote-addresses": "52.112.0.0/14,52.122.0.0/15,2603:1063::/38"
Expand Down
Loading

0 comments on commit fd60ca7

Please sign in to comment.