Credential Access (TA0006)(external, opens in a new tab or window)
Defense Evasion (TA0005)(external, opens in a new tab or window)
text code block:process where host.os.type == "linux" and event.type == "start" and event.action in ("exec", "exec_event", "start") and process.name == "openssl" and ( ( process.args in ("cms", "smime") and process.args == "-decrypt" ) or ( process.args == "req" and process.args : "*LinuxTransport*" ) ) and not process.args like "/var/lib/waagent/*" and not process.parent.executable like ( "/usr/sbin/waagent", "/usr/bin/waagent" )
Install detection rules in Elastic Security
Detect Azure WireServer OpenSSL Certificate Decrypt or LinuxTransport Generation 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(external, opens in a new tab or window).