Files
blue-team-tools/rules/windows/powershell/powershell_module/posh_pm_susp_download.yml
T
frack113 0f3eefdc9c Update title (#3746)
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
2022-12-02 18:10:43 +01:00

28 lines
743 B
YAML

title: Suspicious PowerShell Download - PowerShell Module
id: de41232e-12e8-49fa-86bc-c05c7e722df9
related:
- id: 65531a81-a694-4e31-ae04-f8ba5bc33759
type: derived
status: experimental
description: Detects suspicious PowerShell download command
author: Florian Roth
date: 2017/03/05
modified: 2022/12/02
tags:
- attack.execution
- attack.t1059.001
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