Skip to content

Commit 41e7611

Browse files
[Test Rules] [PR #4690] modified rule: Impersonation: Legal firm with copyright infringement notice
1 parent 004bcab commit 41e7611

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

detection-rules/4690_impersonation_fake_copyright_infringement_notice_from_unsolicited_sender.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ source: |
66
type.inbound
77
and length(body.previous_threads) == 0
88
and length(body.current_thread.text) < 5000
9-
and length(body.links) < 10
9+
and (
10+
0 < length(body.links) < 10 or beta.scan_qr(file.message_screenshot()).found
11+
)
1012
1113
// common strings in subject or base
1214
and (
@@ -154,4 +156,4 @@ detection_methods:
154156
id: "01580fe8-324f-5aba-ac91-27a5dffed750"
155157
og_id: "85bf58f6-3891-56ea-ae0a-d88073ade20f"
156158
testing_pr: 4690
157-
testing_sha: 84936f97ce19c17adbc36ae285c20698fcc0436c
159+
testing_sha: 61501f1a10baa0f0cb48ba35813ec4d7db104528

0 commit comments

Comments
 (0)