Windows: Process creation of TTDInject.exe (ttdinject.exe) for Time Travel Debugging
Alerts on Windows process creation for ttdinject.exe (TTDInject.EXE), a time travel debugging component.
- Product
- windows
- Category
- process_creation
- Author
- frack113 (SigmaHQ), DRL 1.1
- Published
- 2022-05-16
- Updated
- 2026-07-31
ATT&CK techniques
Execution → Defense EvasionRecon
Resource Dev
Initial Access
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule detects execution of TTDInject.exe by matching process creation where the image ends with ttdinject.exe and the OriginalFileName is TTDInject.EXE. Attackers can use this binary to support stealthy debugging and analysis workflows associated with Windows Time Travel Debugging. The detection relies on Windows process creation telemetry, specifically the spawned process image path and original file metadata.
Reporting behind it
Changelog
v2- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Windows: Process creation of TTDInject.exe (ttdinject.exe) for Time Travel Debugging"
id: c581af9e-dc93-4498-801a-5fdde88f9a7e
status: test
description: This rule detects execution of TTDInject.exe by matching process creation where the image ends with ttdinject.exe and the OriginalFileName is TTDInject.EXE. Attackers can use this binary to support stealthy debugging and analysis workflows associated with Windows Time Travel Debugging. The detection relies on Windows process creation telemetry, specifically the spawned process image path and original file metadata.
references:
- https://lolbas-project.github.io/lolbas/Binaries/Ttdinject/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_lolbin_ttdinject.yml
author: frack113, Huntrule Team
date: 2022-05-16
tags:
- attack.execution
- attack.stealth
- attack.t1127
logsource:
product: windows
category: process_creation
detection:
selection:
- Image|endswith: ttdinject.exe
- OriginalFileName: TTDInject.EXE
condition: selection
falsepositives:
- Legitimate use
level: medium
license: DRL-1.1
related:
- id: b27077d6-23e6-45d2-81a0-e2b356eea5fd
type: derived