Skip to content

Commit ca4d69b

Browse files
[PR #3437] modified rule: Brand impersonation: TikTok
1 parent 515d9bd commit ca4d69b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

detection-rules/3437_brand_impersonation_tiktok.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,15 @@ source: |
3838
)
3939
and (
4040
// ML Topic Analysis and Credential Theft Detection
41-
any(beta.ml_topic(body.current_thread.text).topics,
41+
any(ml.nlu_classifier(body.current_thread.text).topics,
4242
.name in (
4343
"Security and Authentication",
4444
"Secure Message",
4545
"Reminders and Notifications"
4646
)
4747
and .confidence in ("medium", "high")
4848
)
49-
or any(beta.ml_topic(beta.ocr(file.message_screenshot()).text).topics,
49+
or any(ml.nlu_classifier(beta.ocr(file.message_screenshot()).text).topics,
5050
.name in (
5151
"Security and Authentication",
5252
"Secure Message",
@@ -106,4 +106,4 @@ detection_methods:
106106
id: "566894ca-f0cb-5e3c-86c7-c4bba1e3a455"
107107
og_id: "aaacc8b7-fbbd-596d-9268-d90b92bdfcd7"
108108
testing_pr: 3437
109-
testing_sha: 23525e7e904ca64e0b44bec657d4933fdd2f9e3a
109+
testing_sha: 6856998b312be2bb7c4f75a06e59a8c9f175a5cf

0 commit comments

Comments
 (0)