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 9b462ff commit a6d6dccCopy full SHA for a6d6dcc
detection-rules/3416_spam_mastercard_promo.yml
@@ -4,6 +4,8 @@ type: "rule"
4
severity: "low"
5
source: |
6
type.inbound
7
+ and length(attachments) == 0
8
+ and not subject.is_forward
9
and any(ml.nlu_classifier(beta.ocr(file.message_screenshot()).text).topics,
10
.name == "Financial Communications"
11
)
@@ -50,4 +52,4 @@ detection_methods:
50
52
id: "e5402e0a-54d4-58da-89d4-13862a5c29dc"
51
53
og_id: "5f2cb559-0db6-5aa0-b8ee-496d688eafa0"
54
testing_pr: 3416
-testing_sha: f3bf3bc5e2773630150b9b3bac56e8b2e74335d5
55
+testing_sha: 32cbdb03573c78ba826aa0ff64d58b5535ac81fc
0 commit comments