Skip to content

Commit

Permalink
Update proc_creation_win_findstr_subfolder_search.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nasbench committed Nov 11, 2023
1 parent b5fb5db commit 491829f
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ detection:
- CommandLine|contains: findstr
- Image|endswith: 'findstr.exe'
- OriginalFileName: 'FINDSTR.EXE'
selection_cli_creds_1:
selection_cli_search_subfolder:
CommandLine|contains:
- ' /s '
- ' -s '
selection_cli_creds_2:
selection_cli_search_insensitive:
CommandLine|contains:
- ' /i '
- ' -i '
condition: selection_findstr and all of selection_cli_download_*
condition: selection_findstr and all of selection_cli_search_*
falsepositives:
- Administrative or software activity
level: low

0 comments on commit 491829f

Please sign in to comment.