SigmaHQ/rules/windows/powershell/powershell_suspicious_download.yml
2017-03-21 10:22:13 +01:00

16 lines
438 B
YAML

title: Suspicious PowerShell Download
status: experimental
description: Detects suspicious PowerShell download command
author: Florian Roth
logsource:
product: windows
service: powershell
detection:
keywords:
- 'System.Net.WebClient).DownloadString('
- 'system.net.webclient).downloadfile('
condition: keywords
falsepositives:
- PowerShell scripts that download content from the Internet
level: medium