[Rule Tuning] Q2 Linux DR Tuning - Part 3 (#4164)

* [Rule Tuning] Q2 Linux DR Tuning - Part 3

* Update execution_suspicious_executable_running_system_commands.toml
This commit is contained in:
Ruben Groenewoud
2024-10-18 16:18:14 +02:00
committed by GitHub
parent 3982228132
commit 39fc23cb3d
11 changed files with 101 additions and 79 deletions
@@ -2,7 +2,7 @@
creation_date = "2024/07/30"
integration = ["endpoint"]
maturity = "production"
updated_date = "2024/07/30"
updated_date = "2024/10/17"
[rule]
author = ["Elastic"]
@@ -60,7 +60,8 @@ process where host.os.type == "linux" and event.type == "start" and event.action
process.name == "openssl" and (
(process.args == "s_client" and process.args : ("-connect", "*:*") and not process.args == "-showcerts") or
(process.args == "s_server" and process.args == "-port")
)
) and
not process.parent.executable in ("/pro/xymon/client/ext/awsXymonCheck.sh", "/opt/antidot-svc/nrpe/plugins/check_cert")
'''
[[rule.threat]]