min_stack all rules to 8.3 (#2259)

* min_stack all rules to 8.3

* bump date

Co-authored-by: Mika Ayenson <mika.ayenson@elastic.co>
This commit is contained in:
Justin Ibarra
2022-08-24 10:38:49 -06:00
committed by GitHub
parent 023fbc7bbd
commit 46d5e37b76
689 changed files with 2198 additions and 999 deletions
+4 -4
View File
@@ -1,9 +1,9 @@
[metadata]
creation_date = "2020/04/15"
maturity = "production"
updated_date = "2022/03/31"
min_stack_comments = "Comprehensive timeline templates only available in 8.2+"
min_stack_version = "8.2"
updated_date = "2022/08/24"
min_stack_comments = "New fields added: required_fields, related_integrations, setup"
min_stack_version = "8.3.0"
[rule]
author = ["Elastic"]
@@ -26,7 +26,7 @@ timestamp_override = "event.ingested"
type = "query"
query = '''
event.category:process and event.type:(start or process_started) and
event.category:process and event.type:(start or process_started) and
process.name:python* and
process.args:("import pty; pty.spawn(\"/bin/sh\")" or
"import pty; pty.spawn(\"/bin/dash\")" or