Update win_apt_bear_activity_gtr19.yml

This commit is contained in:
Jonhnathan 2020-10-27 23:26:34 -03:00 committed by GitHub
parent e24e6da3b5
commit 0860978412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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