Skip to content

Commit a6b65c0

Browse files
[PR #3081] changed rule: Suspicious content identified by fuzzy attack detection
1 parent b25a44c commit a6b65c0

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: "Suspicious content identified by fuzzy attack detection"
2+
description: "Message has been analyzed and flagged as spam by the fuzzy attack detection system, indicating potentially malicious or unwanted content patterns."
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 == "spam"
9+
10+
attack_types:
11+
- "Spam"
12+
tactics_and_techniques:
13+
- "Evasion"
14+
- "Social engineering"
15+
detection_methods:
16+
- "Content analysis"
17+
- "Threat intelligence"
18+
id: "a3c34a5d-dedc-5911-ab58-0f327251f979"
19+
og_id: "e4a029a8-7a96-56fb-8f06-6e059807b785"
20+
testing_pr: 3081
21+
testing_sha: a5d3106dbd8593f7bf98d180c4c9f56d26335c2a

0 commit comments

Comments
 (0)