Skip to content

Commit 627c0a8

Browse files
[PR #3080] changed rule: Fuzzy Attack Score: Malicious Content Detected
1 parent 0186e64 commit 627c0a8

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: "Fuzzy Attack Score: Malicious Content Detected"
2+
description: "Message analyzed by fuzzy attack scoring algorithm and determined to contain malicious content with high confidence."
3+
type: "rule"
4+
severity: "medium"
5+
source: |
6+
type.inbound
7+
and beta.fuzzy_attack_score().analyzed
8+
and beta.fuzzy_attack_score().verdict == "malicious"
9+
10+
attack_types:
11+
- "BEC/Fraud"
12+
- "Callback Phishing"
13+
- "Credential Phishing"
14+
- "Extortion"
15+
- "Malware/Ransomware"
16+
tactics_and_techniques:
17+
- "Social engineering"
18+
- "Evasion"
19+
detection_methods:
20+
- "Content analysis"
21+
- "Natural Language Understanding"
22+
- "File analysis"
23+
id: "68a93248-8161-5452-a166-831d6a1633d2"
24+
og_id: "853a3e74-58a8-54c1-9367-79e27a73646b"
25+
testing_pr: 3080
26+
testing_sha: 65dbb68d367b1196b17c1452301263bba99e0405

0 commit comments

Comments
 (0)