fix: bugfix in BEAR activity rule

This commit is contained in:
Florian Roth 2019-02-24 14:04:24 +01:00
parent 8b7f0508a7
commit a60b53a7df

View File

@ -28,7 +28,7 @@ detection:
selection2:
EventID: 1
Image: '*\adexplorer.exe'
CommandLine: '* -snapshot "" c:\users\*'
CommandLine: '* -snapshot "" c:\users\\*'
---
logsource:
product: windows
@ -41,4 +41,4 @@ detection:
selection2:
EventID: 4688
NewProcessName: '*\adexplorer.exe'
ProcessCommandLine: '* -snapshot "" c:\users\*'
ProcessCommandLine: '* -snapshot "" c:\users\\*'