Detectionhightest

Time Travel Debugging Utility Usage

Detects usage of Time Travel Debugging Utility. Adversaries can execute malicious processes and dump processes, such as lsass.exe, via tttracer.exe.

Convert In Phoenix Studio

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

Launch
Ensar Şamil, @oscd_initiativeCreated Tue Oct 06Updated Sun Oct 090b4ae027-2a2d-4b93-8c7e-962caaba5b2awindows
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:
        ParentImage|endswith: '\tttracer.exe'
    condition: selection
False Positives

Legitimate usage by software developers/testers

Rule Metadata
Rule ID
0b4ae027-2a2d-4b93-8c7e-962caaba5b2a
Status
test
Level
high
Type
Detection
Created
Tue Oct 06
Modified
Sun Oct 09
Path
rules/windows/process_creation/proc_creation_win_lolbin_tttracer_mod_load.yml
Raw Tags
attack.defense-evasionattack.credential-accessattack.t1218attack.t1003.001
View on GitHub