mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-08 18:23:52 +00:00
16 lines
439 B
YAML
16 lines
439 B
YAML
|
title: Suspicious PowerShell Download
|
||
|
status: experimental
|
||
|
description: Detects suspicious PowerShell download command
|
||
|
author: Florian Roth
|
||
|
logsource:
|
||
|
platform: windows
|
||
|
product: powershell
|
||
|
detection:
|
||
|
keywords:
|
||
|
- 'System.Net.WebClient).DownloadString('
|
||
|
- 'system.net.webclient).downloadfile('
|
||
|
condition: keywords
|
||
|
falsepositives:
|
||
|
- PowerShell scripts that download content from the Internet
|
||
|
level: medium
|