Initial Access (TA0001)(external, opens in a new tab or window)
Privilege Escalation (TA0004)(external, opens in a new tab or window)
text code block:from logs-endpoint.events.process-* METADATA _id, _index, _version | WHERE host.os.type == "macos" AND event.type == "start" AND process.name == "SSFileCopySender" AND KQL(""" process.args : "0" AND process.args : "80" """) | KEEP _id, _version, _index, @timestamp, data_stream.namespace, host.name, host.id, user.id, user.name, process.name, process.entity_id, process.parent.name, process.command_line | SORT @timestamp DESC | LIMIT 100
Install detection rules in Elastic Security
Detect SSFileCopySender Executed as Root 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).