Files
blue-team-tools/rules/windows/process_creation/proc_creation_win_lolbin_ssh.yml
T
frack113 197615345b Add missing lolbin OSBinaries (#3835)
Co-authored-by: Nasreddine Bencherchali <8741929+nasbench@users.noreply.github.com>
2022-12-29 14:36:33 +01:00

23 lines
633 B
YAML

title: Lolbin Ssh.exe Use As Proxy
id: 7d6d30b8-5b91-4b90-a891-46cccaf29598
status: experimental
description: Detect usage of the "ssh.exe" binary as a proxy to launch other programs
references:
- https://lolbas-project.github.io/lolbas/Binaries/Ssh/
author: frack113
date: 2022/12/29
tags:
- attack.defense_evasion
- attack.t1218
logsource:
category: process_creation
product: windows
detection:
selection:
ParentImage: 'C:\Windows\System32\OpenSSH\sshd.exe'
#ParentCommandLine: '"C:\Windows\System32\OpenSSH\sshd.exe" -R'
condition: selection
falsepositives:
- Unknown
level: medium