Skip to content

Commit

Permalink
fix: FPs - extended filter
Browse files Browse the repository at this point in the history
  • Loading branch information
Neo23x0 committed Nov 20, 2021
1 parent 8271b04 commit dfbaadf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions rules/windows/image_load/sysmon_uipromptforcreds_dlls.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ detection:
- 'credui.dll'
- 'wincredui.dll'
filter:
Image:
- 'C:\Windows\System32\Taskmgr.exe'
- 'C:\Windows\System32\consent.exe'
Image|startswith:
- 'C:\Windows\System32\'
- 'C:\Windows\explorer.exe'
condition: selection and not filter
falsepositives:
Expand Down

0 comments on commit dfbaadf

Please sign in to comment.