1
0
mirror of https://github.com/LOLBAS-Project/LOLBAS synced 2024-09-20 10:41:47 +02:00
LOLBAS/yml/OSBinaries/Tttracer.yml
2019-11-18 12:50:49 +01:00

40 lines
1.4 KiB
YAML

---
Name: Tttracer.exe
Description: Used by Windows 1809 and newer to Debug Time Travel
Author: 'Oddvar Moe'
Created: '2019-11-5'
Commands:
- Command: tttracer.exe C:\windows\system32\calc.exe
Description: Execute calc using tttracer.exe. Requires administrator privileges
Usecase: Spawn process using other binary
Category: Execute
Privileges: Administrator
MitreID: T1218
MitreLink: https://attack.mitre.org/wiki/Technique/T1218
OperatingSystem: Windows 10 1809 and newer
- Command: TTTracer.exe -dumpFull -attach pid
Description: Dumps process using tttracer.exe. Requires administrator privileges
Usecase: Dump process by PID
Category: Dump
Privileges: Administrator
MitreID: T1003
MitreLink: https://attack.mitre.org/wiki/Technique/T1003
OperatingSystem: Windows 10 1809 and newer
Full_Path:
- Path: C:\Windows\System32\tttracer.exe
- Path: C:\Windows\SysWOW64\tttracer.exe
Code_Sample:
- Code:
Detection:
- IOC: Parent child relationship. Tttracer parent for executed command
Resources:
- Link: https://twitter.com/oulusoyum/status/1191329746069655553
- Link: https://twitter.com/mattifestation/status/1196390321783025666
- Link: https://lists.samba.org/archive/cifs-protocol/2016-April/002877.html
Acknowledgement:
- Person: Onur Ulusoy
Handle: '@oulusoyum'
- Person: Matt Graeber
Handle: '@mattifestation'
---