mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
19 lines
513 B
YAML
19 lines
513 B
YAML
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:
|
|
product: sysmon
|
|
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
|
|
|