Skip to content

Commit 6956096

Browse files
committed
Update proc_creation_win_ssh_proxy_execution.yml
1 parent b9a91bb commit 6956096

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rules/windows/process_creation/proc_creation_win_ssh_proxy_execution.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ references:
1010
- https://man.openbsd.org/ssh_config#LocalCommand
1111
author: frack113, Nasreddine Bencherchali
1212
date: 2022-12-29
13-
modified: 2025-07-02
13+
modified: 2025-10-16
1414
tags:
1515
- attack.defense-evasion
1616
- attack.t1218
@@ -37,8 +37,8 @@ detection:
3737
selection_cli_flags:
3838
- CommandLine|contains: 'ProxyCommand='
3939
- CommandLine|contains|all:
40-
- 'PermitLocalCommand'
41-
- 'LocalCommand'
40+
- 'PermitLocalCommand=yes'
41+
- ' LocalCommand'
4242
condition: selection_parent or all of selection_cli_*
4343
falsepositives:
4444
- Legitimate usage for administration purposes

0 commit comments

Comments
 (0)