Skip to content

Commit a11fe1e

Browse files
authored
Clear protected_domains in detection rules
Removed all entries from the protected_domains list. Signed-off-by: Zacgoose <107489668+Zacgoose@users.noreply.github.com>
1 parent dc84c57 commit a11fe1e

1 file changed

Lines changed: 1 addition & 35 deletions

File tree

rules/detection-rules.json

Lines changed: 1 addition & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1850,41 +1850,7 @@
18501850
"typosquat": true,
18511851
"combosquat": true
18521852
},
1853-
"protected_domains": [
1854-
"microsoft.com",
1855-
"microsoftonline.com",
1856-
"office.com",
1857-
"office365.com",
1858-
"outlook.com",
1859-
"hotmail.com",
1860-
"live.com",
1861-
"onedrive.com",
1862-
"sharepoint.com",
1863-
"azure.com",
1864-
"windows.com",
1865-
"xbox.com",
1866-
"skype.com",
1867-
"linkedin.com",
1868-
"github.com",
1869-
"google.com",
1870-
"gmail.com",
1871-
"facebook.com",
1872-
"twitter.com",
1873-
"instagram.com",
1874-
"amazon.com",
1875-
"apple.com",
1876-
"paypal.com",
1877-
"netflix.com",
1878-
"dropbox.com",
1879-
"salesforce.com",
1880-
"adobe.com",
1881-
"zoom.us",
1882-
"slack.com",
1883-
"atlassian.com",
1884-
"shopify.com",
1885-
"githubusercontent.com",
1886-
"azurestaticapps.net"
1887-
],
1853+
"protected_domains": [],
18881854
"severity": "high",
18891855
"log_detections": true
18901856
}

0 commit comments

Comments
 (0)