We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e7246f commit c4efe52Copy full SHA for c4efe52
1 file changed
detection-rules/4613_beta_fuzzy_attack_score.yml
@@ -0,0 +1,11 @@
1
+name: "Beta: Fuzzy attack score"
2
+description: "Exercises the beta.fuzzy_attack_score() function. The 'notaverdict' verdict ensures this rule never flags."
3
+type: "rule"
4
+severity: "low"
5
+source: |
6
+ type.inbound
7
+ and any([beta.fuzzy_attack_score()], .analyzed and .verdict == "notaverdict")
8
+id: "3aa811e4-44b6-5eda-b722-5f09af72a1ae"
9
+og_id: "0887f39a-2568-4694-99ff-9182e37dc894"
10
+testing_pr: 4613
11
+testing_sha: 794189cd5a710009db6400185316082d23175a79
0 commit comments