Rule tuning as part of Linux Detection Rules Review (#2170)

This commit is contained in:
shashank-elastic
2022-07-29 21:55:49 +05:30
committed by GitHub
parent 998afcf9c4
commit 8afded11e7
10 changed files with 29 additions and 23 deletions
@@ -1,7 +1,7 @@
[metadata]
creation_date = "2022/05/06"
maturity = "production"
updated_date = "2022/05/25"
updated_date = "2022/07/28"
[rule]
author = ["Elastic"]
@@ -108,7 +108,7 @@ process where event.type == "start" and
/* launching shells from unusual parents or parent+arg combos */
(process.name in ("bash", "sh", "dash","ash") and
(process.parent.name in ("byebug","git","ftp")) or
(process.parent.name in ("byebug","git","ftp","strace")) or
/* shells specified in parent args */
/* nice rule is broken in 8.2 */