mirror of
https://github.com/LOLBAS-Project/LOLBAS
synced 2024-12-27 15:28:34 +01:00
Create Ssh.yml (#211)
* Create Ssh.yml * newline ymlint Co-authored-by: bohops <bohops>
This commit is contained in:
parent
1072d3dc34
commit
ded90467a8
@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
Name: ssh.exe
|
Name: ssh.exe
|
||||||
Description: Ssh.exe is the OpenSSH compatible client can be used to connect to Windows 10 (build 1809 and later) and Windows Server 2019 devices.
|
Description: Ssh.exe is the OpenSSH compatible client can be used to connect to Windows 10 (build 1809 and later) and Windows Server 2019 devices.
|
||||||
Author: 'Akshat Pradhan'
|
Author: 'Akshat Pradhan'
|
||||||
@ -11,18 +10,21 @@ Commands:
|
|||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1202
|
MitreID: T1202
|
||||||
OperatingSystem: Windows 10 1809, Windows Server 2019
|
OperatingSystem: Windows 10 1809, Windows Server 2019
|
||||||
- Command: ssh localhost calc.exe
|
- Command: ssh -o ProxyCommand=calc.exe .
|
||||||
Description: Executes calc.exe.
|
Description: Executes calc.exe from ssh.exe
|
||||||
Usecase: Performs execution of specified file, can be used to bypass Application Whitelisting.
|
Usecase: Performs execution of specified file, can be used as a defensive evasion.
|
||||||
Category: AWL Bypass
|
Category: Execute
|
||||||
Privileges: User
|
Privileges: User
|
||||||
MitreID: T1218
|
MitreID: T1202
|
||||||
OperatingSystem: Windows 10 1809, Windows Server 2019
|
OperatingSystem: Windows 10
|
||||||
Full_Path:
|
Full_Path:
|
||||||
- Path: c:\windows\system32\OpenSSH\ssh.exe
|
- Path: c:\windows\system32\OpenSSH\ssh.exe
|
||||||
Detection:
|
Detection:
|
||||||
- Sigma: https://github.com/SigmaHQ/sigma/blob/197615345b927682ab7ad7fa3c5f5bb2ed911eed/rules/windows/process_creation/proc_creation_win_lolbin_ssh.yml
|
- Sigma: https://github.com/SigmaHQ/sigma/blob/197615345b927682ab7ad7fa3c5f5bb2ed911eed/rules/windows/process_creation/proc_creation_win_lolbin_ssh.yml
|
||||||
- IOC: Event ID 4624 with process name C:\Windows\System32\OpenSSH\sshd.exe.
|
- IOC: Event ID 4624 with process name C:\Windows\System32\OpenSSH\sshd.exe.
|
||||||
- IOC: command line arguments specifying execution.
|
- IOC: command line arguments specifying execution.
|
||||||
|
Resources:
|
||||||
|
- Link: https://gtfobins.github.io/gtfobins/ssh/
|
||||||
Acknowledgement:
|
Acknowledgement:
|
||||||
- Person: Akshat Pradhan
|
- Person: Akshat Pradhan
|
||||||
|
- Person: Felix Boulet
|
||||||
|
Loading…
Reference in New Issue
Block a user