Skip to content

Commit fe58d94

Browse files
[PR #3402] modified rule: Vendor impersonation: Thread hijacking with typosquat domain
1 parent 77e640a commit fe58d94

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

detection-rules/3402_vendor_impersonation_thread_hijack.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ source: |
2424
and any(ml.nlu_classifier(body.current_thread.text).intents,
2525
.name == "bec" and .confidence != "low"
2626
)
27+
// risky category
28+
and any(ml.nlu_classifier(body.current_thread.text).topics,
29+
.name in (
30+
"Financial Communications",
31+
"E-Signature",
32+
"Benefit Enrollment"
33+
)
34+
and .confidence == "high"
35+
)
2736
and 1 of (
2837
not network.whois(sender.email.domain).found,
2938
any(body.previous_threads, strings.icontains(.preamble, sender.display_name))
@@ -47,4 +56,4 @@ detection_methods:
4756
id: "2919da99-ceae-5d74-98cf-bb853d418415"
4857
og_id: "9c2f38ed-dfc3-5251-aaf1-3d35cf18369e"
4958
testing_pr: 3402
50-
testing_sha: 07fc37e7822dc96f7669096b6420842f8c9360b5
59+
testing_sha: be3a0abcd784d0e1db8e0d16d4804bf947ef47c1

0 commit comments

Comments
 (0)