Update win_malware_qbot.yml

This commit is contained in:
Jonhnathan 2020-10-15 18:02:35 -03:00 committed by GitHub
parent da7648f154
commit 3152b8f174
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,10 +18,10 @@ logsource:
product: windows product: windows
detection: detection:
selection1: selection1:
ParentImage: '*\WinRAR.exe' ParentImage|endswith: '\WinRAR.exe'
Image: '*\wscript.exe' Image|endswith: '\wscript.exe'
selection2: selection2:
CommandLine: '* /c ping.exe -n 6 127.0.0.1 & type *' CommandLine|contains: ' /c ping.exe -n 6 127.0.0.1 & type '
condition: selection1 or selection2 condition: selection1 or selection2
fields: fields:
- CommandLine - CommandLine