Skip to content

Commit

Permalink
fix: fixed image in taskmgr rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Roth committed Jun 21, 2019
1 parent ff71282 commit 26036e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rules/windows/process_creation/win_susp_taskmgr_parent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ detection:
ParentImage: '*\taskmgr.exe'
filter:
Image:
- resmon.exe
- mmc.exe
- '*\resmon.exe'
- '*\mmc.exe'
condition: selection and not filter
fields:
- Image
Expand Down

0 comments on commit 26036e0

Please sign in to comment.