Skip to content

Commit 373150f

Browse files
[Shared Samples] [PR #4613] added rule: PR# 4613 - Beta: Fuzzy Graymail
1 parent d4fc315 commit 373150f

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: "PR# 4613 - Beta: Fuzzy Graymail"
2+
description: "Exercises the beta.fuzzy_attack_score() function. Flags on Graymail verdicts."
3+
type: "rule"
4+
severity: "medium"
5+
source: |
6+
type.inbound
7+
and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "graymail")
8+
id: "d1aa603a-668e-5494-9b9d-cd7d556d112e"
9+
tags:
10+
- created_from_open_prs
11+
- rule_status_added
12+
- pr_author_dlynch-sublime
13+
references:
14+
- https://github.com/sublime-security/sublime-rules/pull/4613

0 commit comments

Comments
 (0)