Skip to content

Commit b71119d

Browse files
committed
rule-tuning: Elastic Agent service termination improve for detection
1 parent f52aedf commit b71119d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/cross-platform/defense_evasion_elastic_agent_service_terminated.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ or
5151
/* service or systemctl used to stop Elastic Agent on Linux */
5252
(event.type == "end" and
5353
(process.name : ("systemctl", "service") and
54-
process.args : "elastic-agent" and
54+
process.args : ("elastic-agent", "elastic-agent.service") and
5555
process.args : ("stop", "disable"))
5656
or
5757
/* pkill , killall used to stop Elastic Agent on Linux */

0 commit comments

Comments
 (0)