27 lines
722 B
YAML
27 lines
722 B
YAML
title: Suspicious PowerShell Download
|
|
id: de41232e-12e8-49fa-86bc-c05c7e722df9
|
|
related:
|
|
- id: 65531a81-a694-4e31-ae04-f8ba5bc33759
|
|
type: derived
|
|
status: experimental
|
|
description: Detects suspicious PowerShell download command
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
author: Florian Roth
|
|
date: 2017/03/05
|
|
modified: 2021/10/18
|
|
logsource:
|
|
product: windows
|
|
category: ps_module
|
|
detection:
|
|
webclient:
|
|
ContextInfo|contains: 'System.Net.WebClient'
|
|
download:
|
|
ContextInfo|contains:
|
|
- '.DownloadFile('
|
|
- '.DownloadString('
|
|
condition: webclient and download
|
|
falsepositives:
|
|
- PowerShell scripts that download content from the Internet
|
|
level: medium |