Merge pull request #305 from Karneades/patch-3
Remove too loose filter in notepad++ updater rule
This commit is contained in:
@@ -15,7 +15,11 @@ detection:
|
||||
selection:
|
||||
Image: '*\GUP.exe'
|
||||
filter:
|
||||
Image: '*\updater\*'
|
||||
Image:
|
||||
- 'C:\Users\*\AppData\Local\Notepad++\updater\gup.exe'
|
||||
- 'C:\Users\*\AppData\Roaming\Notepad++\updater\gup.exe'
|
||||
- 'C:\Program Files\Notepad++\updater\gup.exe'
|
||||
- 'C:\Program Files (x86)\Notepad++\updater\gup.exe'
|
||||
condition: selection and not filter
|
||||
falsepositives:
|
||||
- Execution of tools named GUP.exe and located in folders different than Notepad++\updater
|
||||
|
||||
Reference in New Issue
Block a user