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 dd16382 commit fb1d85aCopy full SHA for fb1d85a
detection-rules/3457_brand_impersonation_paperlesspost.yml
@@ -20,8 +20,10 @@ source: |
20
) < 2
21
and not (
22
(subject.is_forward or subject.is_reply)
23
- and (length(headers.references) != 0 or headers.in_reply_to is not null)
24
- and length(body.previous_threads) > 0
+ and (
+ (length(headers.references) != 0 or headers.in_reply_to is not null)
25
+ or length(body.previous_threads) > 0
26
+ )
27
)
28
29
sender.email.domain.root_domain == "paperlesspost.com"
@@ -41,4 +43,4 @@ detection_methods:
41
43
id: "bc42e605-e209-565f-aa99-de14bf398910"
42
44
og_id: "e9ec5e09-e50f-5d02-ad14-35a1a1442960"
45
testing_pr: 3457
-testing_sha: 781e64c32d8a4795ef65255b70858f7b5e817af9
46
+testing_sha: 5c998d9cd2864b47845d0149fcb99e46c5c57824
0 commit comments