26 lines
573 B
YAML
26 lines
573 B
YAML
|
|
title: Suspicious PowerShell Download
|
|
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: experimental
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
- attack.t1086
|