mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
19 lines
486 B
YAML
19 lines
486 B
YAML
title: Suspicious PowerShell Download
|
|
status: experimental
|
|
description: Detects suspicious PowerShell download command
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1086
|
|
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
|