SigmaHQ/rules/windows/sysmon/sysmon_powershell_download.yml

23 lines
584 B
YAML
Raw Normal View History

title: PowerShell Download from URL
status: experimental
2018-07-09 17:02:42 +00:00
description: Detects a Powershell process that contains download commands in its command line string
author: Florian Roth
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
2017-09-12 21:54:04 +00:00
fields:
- CommandLine
- ParentCommandLine
falsepositives:
- unknown
level: medium