Persistence (TA0003)(opens in a new tab or window)
sequence by host.id with maxspan=5s
[process where host.os.type == "linux" and event.type == "start" and event.action == "exec" and
process.parent.name == "systemd" and process.name in (
"python*", "php*", "perl", "ruby", "lua*", "openssl", "nc", "netcat", "ncat", "telnet", "awk"
)
] by process.entity_id
[network where host.os.type == "linux" and event.action == "connection_attempted" and event.type == "start" and
not process.executable == "/tmp/newroot/bin/curl"] by process.parent.entity_id
Install detection rules in Elastic Security
Detect Suspicious Network Connection via systemd in the Elastic Security detection engine by installing this rule into your Elastic Stack.
To setup this rule, check out the installation guide for Prebuilt Security Detection Rules(opens in a new tab or window).