32 lines
910 B
YAML
32 lines
910 B
YAML
title: Suspicious PowerShell Download
|
|
author: Florian Roth
|
|
date: 2017/03/05
|
|
description: Detects suspicious PowerShell download command
|
|
detection:
|
|
SELECTION_1:
|
|
ContextInfo: '*System.Net.WebClient*'
|
|
SELECTION_2:
|
|
ContextInfo: '*.DownloadFile(*'
|
|
SELECTION_3:
|
|
ContextInfo: '*.DownloadString(*'
|
|
condition: (SELECTION_1 and (SELECTION_2 or SELECTION_3))
|
|
falsepositives:
|
|
- PowerShell scripts that download content from the Internet
|
|
id: de41232e-12e8-49fa-86bc-c05c7e722df9
|
|
level: medium
|
|
logsource:
|
|
category: ps_module
|
|
product: windows
|
|
modified: 2021/10/18
|
|
related:
|
|
- id: 65531a81-a694-4e31-ae04-f8ba5bc33759
|
|
type: derived
|
|
status: experimental
|
|
tags:
|
|
- attack.execution
|
|
- attack.t1059.001
|
|
- attack.t1086
|
|
yml_filename: powershell_suspicious_download_in_contextinfo.yml
|
|
yml_path: /Users/user/Documents/YamatoSecurity/sigma/rules/windows/powershell/powershell_module
|
|
|