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 84f3bf1 commit ca4a7a0Copy full SHA for ca4a7a0
detection-rules/attachment_encrypted_pdf_cred_theft.yml
@@ -23,6 +23,25 @@ source: |
23
or any(ml.nlu_classifier(beta.ocr(beta.message_screenshot()).text).intents,
24
.name == "cred_theft" and .confidence in ("medium", "high")
25
)
26
+ or (
27
+ (
28
+ regex.icontains(body.current_thread.text,
29
+ 'PDF\s*(?:Access|Unlock|Decrypt)\s*(?:Pass)?code'
30
+ )
31
32
33
+ length(body.current_thread.text) <= 10
34
+ or (body.current_thread.text is null)
35
36
+ and any(body.previous_threads,
37
+ regex.icontains(.text,
38
39
+
40
41
42
43
44
45
46
and (
47
(
0 commit comments