Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions rules/detection-rules.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,10 @@
"^https:\\/\\/(?:[^/]*\\.)?zoom\\.us(/.*)?$",
"^https:\\/\\/github\\.com(/.*)?$",
"^https:\\/\\/[^/]*\\.github\\.com(/.*)?$",
"^https:\\/\\/[^/]*\\.github\\.io(/.*)?$"
"^https:\\/\\/[^/]*\\.github\\.io(/.*)?$",
"^https:\\/\\/[^/]*\\.amazonaws\\.com(/.*)?$",
"^https:\\/\\/[^/]*\\.fox\\.com(/.*)?$",
"^https:\\/\\/(?:[^/]*\\.)?googleadservices\\.com(/.*)?$"
],
"context_indicators": {
"description": "Additional context that indicates legitimate discussion vs phishing",
Expand Down Expand Up @@ -2011,7 +2014,7 @@
"domain_squatting": {
"description": "Domain squatting detection configuration to protect against typosquatting, homoglyphs, and combosquatting attacks",
"action": "block",
"deviation_threshold": 2,
"deviation_threshold": 4,
"algorithms": {
"levenshtein": true,
"homoglyph": true,
Expand Down
Loading