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
detection:
selection1:
ParentImage: '*\WinRAR.exe'
Image: '*\wscript.exe'
ParentImage|endswith: '\WinRAR.exe'
Image|endswith: '\wscript.exe'
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
fields:
- CommandLine