2022-12-02 18:10:43 +01:00
|
|
|
title: Suspicious PowerShell Download - Powershell Script
|
2021-10-18 14:13:29 +02:00
|
|
|
id: 403c2cc0-7f6b-4925-9423-bfa573bed7eb
|
|
|
|
|
related:
|
|
|
|
|
- id: 65531a81-a694-4e31-ae04-f8ba5bc33759
|
|
|
|
|
type: derived
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detects suspicious PowerShell download command
|
2023-02-01 11:14:59 +01:00
|
|
|
author: Florian Roth (Nextron Systems)
|
2021-10-18 14:13:29 +02:00
|
|
|
date: 2017/03/05
|
2022-12-02 18:10:43 +01:00
|
|
|
modified: 2022/12/02
|
2022-10-26 09:43:39 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1059.001
|
2021-10-18 14:13:29 +02:00
|
|
|
logsource:
|
|
|
|
|
product: windows
|
|
|
|
|
category: ps_script
|
2023-01-04 17:49:32 +01:00
|
|
|
definition: 'Requirements: Script Block Logging must be enabled'
|
2021-10-18 14:13:29 +02:00
|
|
|
detection:
|
|
|
|
|
webclient:
|
2021-10-18 14:52:35 +02:00
|
|
|
ScriptBlockText|contains: 'System.Net.WebClient'
|
2021-10-18 14:13:29 +02:00
|
|
|
download:
|
|
|
|
|
ScriptBlockText|contains:
|
|
|
|
|
- '.DownloadFile('
|
|
|
|
|
- '.DownloadString('
|
|
|
|
|
condition: webclient and download
|
|
|
|
|
falsepositives:
|
|
|
|
|
- PowerShell scripts that download content from the Internet
|
2022-10-26 09:43:39 +02:00
|
|
|
level: medium
|