cactustorch_remote_thread_creation
Description
Detects remote thread creation from CACTUSTORCH as described in references. License: https://github.com/Neo23x0/sigma/blob/master/LICENSE.Detection.Rules.md.
Query · yara_l
events:
($selection.metadata.product_event_type = "8" and (re.regex($selection.principal.process.file.full_path, `.*\\System32\\cscript\.exe`) or re.regex($selection.principal.process.file.full_path, `.*\\System32\\wscript\.exe`) or re.regex($selection.principal.process.file.full_path, `.*\\System32\\mshta\.exe`) or re.regex($selection.principal.process.file.full_path, `.*\\winword\.exe`) or re.regex($selection.principal.process.file.full_path, `.*\\excel\.exe`)) and re.regex($selection.target.process.file.full_path, `.*\\SysWOW64\\.*`) and $selection.principal.application = "")
condition:
$selection