From 7d9ce4b53aa2038193c610c28abd098975c22dbc Mon Sep 17 00:00:00 2001 From: hegusung <7390383+hegusung@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:15:47 +0200 Subject: [PATCH] Update Ttdinject.yml Tags: --- yml/OSBinaries/Ttdinject.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yml/OSBinaries/Ttdinject.yml b/yml/OSBinaries/Ttdinject.yml index 31c79c1..42f0d66 100644 --- a/yml/OSBinaries/Ttdinject.yml +++ b/yml/OSBinaries/Ttdinject.yml @@ -11,6 +11,8 @@ Commands: Privileges: Administrator MitreID: T1127 OperatingSystem: Windows 10 2004 and above, Windows 11 + Tags: + - Execute: EXE - Command: ttdinject.exe /ClientScenario TTDRecorder /ddload 0 /ClientParams "7 tmp.run 0 0 0 0 0 0 0 0 0 0" /launch "C:/Windows/System32/calc.exe" Description: Execute calc using ttdinject.exe. Requires administrator privileges. A log file will be created in tmp.run. The log file can be changed, but the length (7) has to be updated. Usecase: Spawn process using other binary @@ -18,6 +20,8 @@ Commands: Privileges: Administrator MitreID: T1127 OperatingSystem: Windows 10 1909 and below + Tags: + - Execute: EXE Full_Path: - Path: C:\Windows\System32\ttdinject.exe - Path: C:\Windows\Syswow64\ttdinject.exe