added keywords & source to sysmon_powershell_download.yml

This commit is contained in:
Kyle Polley 2019-02-07 18:25:04 -08:00
parent 423fdca32c
commit c8c06763b4

View File

@ -15,6 +15,9 @@ detection:
CommandLine:
- '*new-object system.net.webclient).downloadstring(*'
- '*new-object system.net.webclient).downloadfile(*'
- '*new-object net.webclient).downloadstring(*' # Ex. https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1086/T1086.md#atomic-test-2---bloodhound
- '*new-object net.webclient).downloadfile(*' # Ex. https://github.com/redcanaryco/atomic-red-team/blob/master/atomics/T1086/T1086.md#atomic-test-3---obfuscation-tests
condition: selection
fields:
- CommandLine