powershell_rundll32_remote_thread_creation
Description
Detects PowerShell remote thread creation in Rundll32.exe 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, `.*\\powershell\.exe`) and re.regex($selection.target.process.file.full_path, `.*\\rundll32\.exe`))
condition:
$selection