We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d372d01 commit 4b61278Copy full SHA for 4b61278
detection-rules/3445_impersonation_usps.yml
@@ -6,9 +6,7 @@ source: |
6
type.inbound
7
and (
8
any(ml.logo_detect(file.message_screenshot()).brands, .name == "USPS")
9
- or (
10
- strings.ilike(sender.display_name, "USPS")
11
- )
+ or sender.display_name =~ "USPS"
12
)
13
and length(body.links) > 0
14
and 2 of (
@@ -69,4 +67,4 @@ detection_methods:
69
67
id: "c9ab649e-13a0-50b8-9032-b191498b9388"
70
68
og_id: "28b9130a-d8e0-50af-97c9-c1b8f4c46d68"
71
testing_pr: 3445
72
-testing_sha: cfd70dc1b2a02636ebbafb033b28b741455c9909
+testing_sha: ccf3f5b313dcfc8a23417ff392200f327f581140
0 commit comments