Fixed condition
AND has higher precedence than OR.
This commit is contained in:
@@ -20,7 +20,7 @@ detection:
|
||||
- 'MsMpEng.exe'
|
||||
keyword2:
|
||||
- 'mpengine.dll'
|
||||
condition: selection1 or selection2 and keyword1 and keyword2
|
||||
condition: (selection1 or selection2) and keyword1 and keyword2
|
||||
falsepositives:
|
||||
- Unknown
|
||||
level: high
|
||||
|
||||
Reference in New Issue
Block a user