Detectionmediumtest

Use of TTDInject.exe

Detects the executiob of TTDInject.exe, which is used by Windows 10 v1809 and newer to debug time travel (underlying call of tttracer.exe)

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
François HubautCreated Mon May 16b27077d6-23e6-45d2-81a0-e2b356eea5fdwindows
Log Source
WindowsProcess Creation
ProductWindows← raw: windows
CategoryProcess Creation← raw: process_creation

Events generated when a new process is spawned on the system. Covers command-line arguments, parent/child relationships, and process metadata.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        - Image|endswith: 'ttdinject.exe'
        - OriginalFileName: 'TTDInject.EXE'
    condition: selection
False Positives

Legitimate use

Rule Metadata
Rule ID
b27077d6-23e6-45d2-81a0-e2b356eea5fd
Status
test
Level
medium
Type
Detection
Created
Mon May 16
Path
rules/windows/process_creation/proc_creation_win_lolbin_ttdinject.yml
Raw Tags
attack.defense-evasionattack.t1127
View on GitHub