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 d36b5db commit 8dc7723Copy full SHA for 8dc7723
detection-rules/impersonation_usps.yml
@@ -4,7 +4,10 @@ type: "rule"
4
severity: "high"
5
source: |
6
type.inbound
7
- and any(ml.logo_detect(file.message_screenshot()).brands, .name == "USPS")
+ and (
8
+ any(ml.logo_detect(file.message_screenshot()).brands, .name == "USPS")
9
+ or sender.display_name =~ "USPS"
10
+ )
11
and length(body.links) > 0
12
and 2 of (
13
any(body.links,
0 commit comments