endpoint(opens in a new tab or window)
windows(opens in a new tab or window)
any where host.os.type == "windows" and event.category in ("file", "process") and
(
(event.type == "creation" and file.path regex~ """[A-Z]:\\:.+""") or
(event.type == "start" and process.executable regex~ """[A-Z]:\\:.+""")
)
Install detection rules in Elastic Security
Detect Alternate Data Stream Creation/Execution at Volume Root Directory 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).