SigmaHQ/rules/windows/sysmon/sysmon_powershell_download.yml
2018-07-26 21:15:07 -07:00

26 lines
632 B
YAML

title: PowerShell Download from URL
status: experimental
description: Detects a Powershell process that contains download commands in its command line string
author: Florian Roth
tags:
- attack.t1086
- attack.execution
logsource:
product: windows
service: sysmon
detection:
selection:
EventID: 1
Image: '*\powershell.exe'
CommandLine:
- '*new-object system.net.webclient).downloadstring(*'
- '*new-object system.net.webclient).downloadfile(*'
condition: selection
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium