mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Update win_malware_qbot.yml
This commit is contained in:
parent
da7648f154
commit
3152b8f174
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user