Skip to content

Commit 7fc8e39

Browse files
fixed condition
1 parent bd15e92 commit 7fc8e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rules/windows/process_creation/proc_creation_win_pua_adfind_enumeration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ detection:
4545
CommandLine|contains: '-sc admincountdmp'
4646
selection_cmd_enum_exchange: # Enumerate Active Directory Exchange AD Objects
4747
CommandLine|contains: '-sc exchaddresses'
48-
condition: selection_img and 1 of selection_cmd_*
48+
condition: 1 of selection_*
4949
falsepositives:
5050
- Authorized administrative activity
5151
level: high

0 commit comments

Comments
 (0)