Skip to content

Commit 8075eee

Browse files
[Shared Samples] [PR #4613] added rule: PR# 4613 - Beta: Fuzzy Spam
1 parent 1ab5937 commit 8075eee

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 Spam"
2+
description: "Exercises the beta.fuzzy_attack_score() function. Flags on Fpam verdicts."
3+
type: "rule"
4+
severity: "medium"
5+
source: |
6+
type.inbound
7+
and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "spam")
8+
id: "503cf29d-e232-5659-9944-b6dbb6e0682c"
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)