mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Update win_powershell_download.yml
This commit is contained in:
parent
cb57e08bc0
commit
c47fb4708f
@ -13,12 +13,12 @@ logsource:
|
||||
product: windows
|
||||
detection:
|
||||
selection:
|
||||
Image: '*\powershell.exe'
|
||||
CommandLine:
|
||||
- '*new-object system.net.webclient).downloadstring(*'
|
||||
- '*new-object system.net.webclient).downloadfile(*'
|
||||
- '*new-object net.webclient).downloadstring(*'
|
||||
- '*new-object net.webclient).downloadfile(*'
|
||||
Image|endswith: '\powershell.exe'
|
||||
CommandLine|contains:
|
||||
- 'new-object system.net.webclient).downloadstring('
|
||||
- 'new-object system.net.webclient).downloadfile('
|
||||
- 'new-object net.webclient).downloadstring('
|
||||
- 'new-object net.webclient).downloadfile('
|
||||
condition: selection
|
||||
fields:
|
||||
- CommandLine
|
||||
|
Loading…
Reference in New Issue
Block a user