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.

FreeReviewedSigma · Medium · v2
Product
windows
Category
process_creation
Author
frack113 (SigmaHQ), DRL 1.1
Published
2022-05-16
Updated
2026-07-31
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