mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 17:58:52 +00:00
Update win_apt_bear_activity_gtr19.yml
This commit is contained in:
parent
e24e6da3b5
commit
0860978412
@ -18,10 +18,19 @@ logsource:
|
||||
detection:
|
||||
selection1:
|
||||
Image|endswith: '\xcopy.exe'
|
||||
CommandLine|contains: '/S /E /C /Q /H \\'
|
||||
CommandLine|contains|all:
|
||||
- '/S'
|
||||
- '/E'
|
||||
- '/C'
|
||||
- '/Q'
|
||||
- '/H'
|
||||
- '\\'
|
||||
selection2:
|
||||
Image|endswith: '\adexplorer.exe'
|
||||
CommandLine|contains: ' -snapshot "" c:\users\\'
|
||||
CommandLine|contains|all:
|
||||
- '-snapshot'
|
||||
- '""'
|
||||
- 'c:\users\\'
|
||||
condition: selection1 or selection2
|
||||
falsepositives:
|
||||
- unknown
|
||||
|
Loading…
Reference in New Issue
Block a user