refactor: exclude case in which upper ticks are used

This commit is contained in:
Florian Roth 2021-09-09 12:55:10 +02:00
parent 6d86c7df6c
commit f00aaf8461
No known key found for this signature in database
GPG Key ID: 5C328E4878049D7A

View File

@ -20,7 +20,9 @@ detection:
- '\powerpnt.exe'
- '\excel.exe'
filter:
CommandLine|endswith: '\control.exe input.dll'
CommandLine|endswith:
- '\control.exe input.dll'
- '\control.exe" input.dll'
condition: selection and not filter
falsepositives:
- Unknown