2017-03-05 14:01:51 +00:00
|
|
|
title: Suspicious PowerShell Download
|
|
|
|
status: experimental
|
|
|
|
description: Detects suspicious PowerShell download command
|
2018-07-24 08:56:41 +00:00
|
|
|
tags:
|
|
|
|
- attack.execution
|
|
|
|
- attack.t1086
|
2017-03-05 14:01:51 +00:00
|
|
|
author: Florian Roth
|
|
|
|
logsource:
|
2017-03-21 09:22:13 +00:00
|
|
|
product: windows
|
|
|
|
service: powershell
|
2017-03-05 14:01:51 +00:00
|
|
|
detection:
|
|
|
|
keywords:
|
|
|
|
- 'System.Net.WebClient).DownloadString('
|
|
|
|
- 'system.net.webclient).downloadfile('
|
|
|
|
condition: keywords
|
|
|
|
falsepositives:
|
|
|
|
- PowerShell scripts that download content from the Internet
|
|
|
|
level: medium
|