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 953e8a5 commit eda4539Copy full SHA for eda4539
detection-rules/3487_brand_impersonation_greenvelope.yml
@@ -46,6 +46,13 @@ source: |
46
)
47
48
49
+ // avoid fwd/replies
50
+ and not (
51
+ (subject.is_forward or subject.is_reply)
52
+ and (length(headers.references) != 0 or headers.in_reply_to is not null)
53
+ and length(body.previous_threads) > 0
54
+ )
55
+
56
// Capping length to limit FP's
57
and length(body.current_thread.text) < 1500
58
attack_types:
@@ -59,4 +66,4 @@ detection_methods:
59
66
id: "07bf6342-6504-5dc2-b2d7-9a84556fd9d5"
60
67
og_id: "9cbbf9b8-a44a-5d86-8caa-3aef898841c1"
61
68
testing_pr: 3487
62
-testing_sha: 3d5f974244663df2dfc5f9bf6a2d6c76f5204ef5
69
+testing_sha: f690e7e062cc3b76d4d1abd3fb8725d0ee534e0b
0 commit comments