fixing false positives
This commit is contained in:
@@ -21,13 +21,13 @@ detection:
|
||||
- Image|endswith: '\esentutl.exe'
|
||||
CommandLine|contains:
|
||||
- 'vss'
|
||||
- '/m'
|
||||
- '/y'
|
||||
- ' /m '
|
||||
- ' /y '
|
||||
- CommandLine|contains:
|
||||
- '\windows\ntds\ntds.dit'
|
||||
- '\config\sam'
|
||||
- '\config\security'
|
||||
- '\config\system'
|
||||
- '\config\system ' # space needed to avoid false positives with \config\systemprofile\
|
||||
- '\repair\sam'
|
||||
- '\repair\system'
|
||||
- '\repair\security'
|
||||
|
||||
@@ -59,7 +59,7 @@ detection:
|
||||
- '\schtasks.exe'
|
||||
- '\smartscreen.exe'
|
||||
- '\spoolsv.exe'
|
||||
- '\taskhost.exe'
|
||||
# - '\taskhost.exe' # disabled due to false positives
|
||||
- '\tstheme.exe'
|
||||
- '\userinit.exe'
|
||||
- '\vssadmin.exe'
|
||||
|
||||
Reference in New Issue
Block a user