Files
hayabusa/rules/sigma/deprecated/powershell_suspicious_download.yml
itiB 83d891b2fa Feature/rm submodule (#312)
* rm: submodule

* Add: rules

* Fix: hayabusa-rules to c9c10a
2021-12-20 21:14:32 +09:00

27 lines
587 B
YAML

title: Suspicious PowerShell Download
ruletype: Sigma
author: Florian Roth
date: 2017/03/05
description: Detects suspicious PowerShell download command
detection:
SELECTION_1:
- System.Net.WebClient
SELECTION_2:
- .DownloadFile(
- .DownloadString(
condition: (SELECTION_1 and (SELECTION_2))
falsepositives:
- PowerShell scripts that download content from the Internet
id: 65531a81-a694-4e31-ae04-f8ba5bc33759
level: medium
logsource:
product: windows
service: powershell
modified: 2021/09/21
status: deprecated
tags:
- attack.execution
- attack.t1059.001
- attack.t1086