2020-03-25 13:58:14 +00:00
|
|
|
title: PowerShell DownloadFile
|
|
|
|
id: 8f70ac5f-1f6f-4f8e-b454-db19561216c5
|
|
|
|
status: experimental
|
|
|
|
description: Detects the execution of powershell, a WebClient object creation and the invocation of DownloadFile in a single command line
|
|
|
|
references:
|
|
|
|
- https://www.fireeye.com/blog/threat-research/2020/03/apt41-initiates-global-intrusion-campaign-using-multiple-exploits.html
|
|
|
|
author: Florian Roth
|
2020-08-28 14:14:26 +00:00
|
|
|
date: 2020/08/28
|
2020-03-25 13:58:14 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
2020-06-16 20:46:08 +00:00
|
|
|
- attack.t1059.001
|
2020-08-28 14:14:26 +00:00
|
|
|
- attack.t1086 # an old one
|
|
|
|
- attack.command_and_control
|
|
|
|
- attack.t1104
|
|
|
|
- attack.t1105
|
2020-03-25 13:58:14 +00:00
|
|
|
logsource:
|
|
|
|
category: process_creation
|
|
|
|
product: windows
|
|
|
|
detection:
|
|
|
|
selection:
|
2020-06-16 20:46:08 +00:00
|
|
|
CommandLine|contains|all:
|
2020-03-25 13:58:14 +00:00
|
|
|
- 'powershell'
|
|
|
|
- '.DownloadFile'
|
|
|
|
- 'System.Net.WebClient'
|
|
|
|
condition: selection
|
|
|
|
falsepositives:
|
|
|
|
- Unknown
|
|
|
|
level: high
|