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