From a11fe1eff3b2d9ddb78732042844f28259b415d6 Mon Sep 17 00:00:00 2001 From: Zacgoose <107489668+Zacgoose@users.noreply.github.com> Date: Wed, 8 Apr 2026 11:24:53 +0800 Subject: [PATCH] Clear protected_domains in detection rules Removed all entries from the protected_domains list. Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com> --- rules/detection-rules.json | 36 +----------------------------------- 1 file changed, 1 insertion(+), 35 deletions(-) diff --git a/rules/detection-rules.json b/rules/detection-rules.json index 3fd64780..ff0fa792 100644 --- a/rules/detection-rules.json +++ b/rules/detection-rules.json @@ -1850,41 +1850,7 @@ "typosquat": true, "combosquat": true }, - "protected_domains": [ - "microsoft.com", - "microsoftonline.com", - "office.com", - "office365.com", - "outlook.com", - "hotmail.com", - "live.com", - "onedrive.com", - "sharepoint.com", - "azure.com", - "windows.com", - "xbox.com", - "skype.com", - "linkedin.com", - "github.com", - "google.com", - "gmail.com", - "facebook.com", - "twitter.com", - "instagram.com", - "amazon.com", - "apple.com", - "paypal.com", - "netflix.com", - "dropbox.com", - "salesforce.com", - "adobe.com", - "zoom.us", - "slack.com", - "atlassian.com", - "shopify.com", - "githubusercontent.com", - "azurestaticapps.net" - ], + "protected_domains": [], "severity": "high", "log_detections": true }