You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
name: "VIP impersonation with charitable donation fraud"
2
+
description: "Fake email thread shows a VIP requesting a donation to a charity, usually addressed to Accounts Payable departments. Can result in monetary loss."
3
+
type: "rule"
4
+
severity: "high"
5
+
source: |
6
+
type.inbound
7
+
and strings.ilike(body.current_thread.text,
8
+
"*charity*",
9
+
"*gala*",
10
+
"*donation*",
11
+
"*donor*"
12
+
)
13
+
and any(ml.nlu_classifier(body.current_thread.text).entities,
14
+
.name == "financial"
15
+
)
16
+
and any(ml.nlu_classifier(body.current_thread.text).entities,
0 commit comments