Sigma
Suspicious PowerShell Child Process
Detect PowerShell spawning cmd.exe or wscript.exe with obfuscated command-line arguments.
title: Suspicious PowerShell Child Process
detection:
selection:
EventID: 4688
NewProcessName|contains: ['cmd.exe','wscript.exe']
condition: selection