diff --git a/rules/windows/process_creation/proc_creation_win_mstsc.yml b/rules/windows/process_creation/proc_creation_win_mstsc.yml index b23281ef2..4198b7cd8 100644 --- a/rules/windows/process_creation/proc_creation_win_mstsc.yml +++ b/rules/windows/process_creation/proc_creation_win_mstsc.yml @@ -22,13 +22,13 @@ detection: - OriginalFileName: 'cmdkey.exe' selection_cmdkey_cli: CommandLine|contains|all: - - '/g' - - '/u' - - '/p' + - ' /g' + - ' /u' + - ' /p' condition: all of selection_mstsc* or all of selection_cmdkey* falsepositives: - Unknown level: medium tags: - attack.lateral_movement - - attack.t1021.001 \ No newline at end of file + - attack.t1021.001