Techniques
Sample rules
PowerShell Web Download
- source: sigma
- technicques:
- t1059
- t1059.001
- t1105
Description
Detects suspicious ways to download files or content using PowerShell
Detection logic
condition: selection
selection:
CommandLine|contains:
- .DownloadString(
- .DownloadFile(
- 'Invoke-WebRequest '
- 'iwr '