Powershell Inline Execution From A File
Description
Detects inline execution of PowerShell code from a file
Query · sigma
selection_exec: CommandLine|contains: - 'iex ' - 'Invoke-Expression ' - 'Invoke-Command ' - 'icm ' selection_read: CommandLine|contains: - 'cat ' - 'get-content ' - 'type ' selection_raw: CommandLine|contains: ' -raw' condition: all of selection_*
Known false positives
- Unknown