2017-03-05 15:01:51 +01:00
|
|
|
title: Suspicious PowerShell Download
|
2019-11-12 23:12:27 +01:00
|
|
|
id: 65531a81-a694-4e31-ae04-f8ba5bc33759
|
2017-03-05 15:01:51 +01:00
|
|
|
status: experimental
|
|
|
|
|
description: Detects suspicious PowerShell download command
|
2018-07-24 10:56:41 +02:00
|
|
|
tags:
|
|
|
|
|
- attack.execution
|
|
|
|
|
- attack.t1086
|
2017-03-05 15:01:51 +01:00
|
|
|
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:
|
2019-10-29 19:53:18 +01:00
|
|
|
Message:
|
|
|
|
|
- '*System.Net.WebClient).DownloadString(*'
|
|
|
|
|
- '*system.net.webclient).downloadfile(*'
|
2017-03-05 15:01:51 +01:00
|
|
|
condition: keywords
|
|
|
|
|
falsepositives:
|
|
|
|
|
- PowerShell scripts that download content from the Internet
|
|
|
|
|
level: medium
|