2017-03-02 11:06:53 +01:00
|
|
|
title: PowerShell Download from URL
|
|
|
|
|
status: experimental
|
|
|
|
|
description: Detetcs a Powershell process that contains download commands in its command line string
|
|
|
|
|
author: Florian Roth
|
|
|
|
|
logsource:
|
2017-03-13 09:23:08 +01:00
|
|
|
product: windows
|
|
|
|
|
service: sysmon
|
2017-03-02 11:06:53 +01:00
|
|
|
detection:
|
|
|
|
|
selection:
|
|
|
|
|
EventID: 1
|
|
|
|
|
Image: '*\powershell.exe'
|
|
|
|
|
CommandLine:
|
|
|
|
|
- '*new-object system.net.webclient).downloadstring(*'
|
|
|
|
|
- '*new-object system.net.webclient).downloadfile(*'
|
|
|
|
|
condition: selection
|
|
|
|
|
falsepositives:
|
|
|
|
|
- unknown
|
|
|
|
|
level: medium
|
|
|
|
|
|