Skip to content

Commit b15db81

Browse files
[PR #3083] changed rule: Fuzzy Attack Score: Graymail Content Detected
1 parent 627c0a8 commit b15db81

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: "Fuzzy Attack Score: Graymail Content Detected"
2+
description: "Message analyzed by fuzzy attack detection system and classified as graymail, indicating potentially unwanted or suspicious content that falls between legitimate and malicious."
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 == "graymail"
9+
10+
attack_types:
11+
- "Spam"
12+
tactics_and_techniques:
13+
- "Evasion"
14+
detection_methods:
15+
- "Content analysis"
16+
- "Threat intelligence"
17+
id: "eab9aeaf-264d-594d-92c1-61697021d380"
18+
og_id: "4fbeb8bd-2253-55ba-bfbb-cf7998be8822"
19+
testing_pr: 3083
20+
testing_sha: 92bc1db75de0f083bb5cc6d2a6f5832d9d268ce7

0 commit comments

Comments
 (0)