Skip to content

Commit 49a3ba9

Browse files
Merge pull request #129 from Zacgoose/dev
Add `msn.com` and `xbox.com` and `mcas.ms` to Microsoft domain allow-list in detection rules
2 parents 7181baa + f5ea671 commit 49a3ba9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

rules/detection-rules.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@
3333
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*microsoftazuread-sso\\.com$",
3434
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*azureedge\\.net$",
3535
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*bing\\.com$",
36+
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*msn\\.com$",
37+
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*xbox\\.com$",
38+
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*mcas\\.ms$",
3639
"^https:\\/\\/github\\.com$",
3740
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*cloud\\.microsoft$",
3841
"^https:\\/\\/([a-zA-Z0-9-]+\\.)*powerbi\\.com$"

0 commit comments

Comments
 (0)