Skip to content

Commit 4b61278

Browse files
[PR #3445] modified rule: Brand impersonation: USPS
1 parent d372d01 commit 4b61278

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

detection-rules/3445_impersonation_usps.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,7 @@ source: |
66
type.inbound
77
and (
88
any(ml.logo_detect(file.message_screenshot()).brands, .name == "USPS")
9-
or (
10-
strings.ilike(sender.display_name, "USPS")
11-
)
9+
or sender.display_name =~ "USPS"
1210
)
1311
and length(body.links) > 0
1412
and 2 of (
@@ -69,4 +67,4 @@ detection_methods:
6967
id: "c9ab649e-13a0-50b8-9032-b191498b9388"
7068
og_id: "28b9130a-d8e0-50af-97c9-c1b8f4c46d68"
7169
testing_pr: 3445
72-
testing_sha: cfd70dc1b2a02636ebbafb033b28b741455c9909
70+
testing_sha: ccf3f5b313dcfc8a23417ff392200f327f581140

0 commit comments

Comments
 (0)