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)

Sigma rule (View on GitHub)

 1title: Use of TTDInject.exe
 2id: b27077d6-23e6-45d2-81a0-e2b356eea5fd
 3status: test
 4description: Detects the executiob of TTDInject.exe, which is used by Windows 10 v1809 and newer to debug time travel (underlying call of tttracer.exe)
 5references:
 6    - https://lolbas-project.github.io/lolbas/Binaries/Ttdinject/
 7author: frack113
 8date: 2022-05-16
 9tags:
10    - attack.execution
11    - attack.stealth
12    - attack.t1127
13logsource:
14    product: windows
15    category: process_creation
16detection:
17    selection:
18        - Image|endswith: 'ttdinject.exe'
19        - OriginalFileName: 'TTDInject.EXE'
20    condition: selection
21falsepositives:
22    - Legitimate use
23level: medium

References

Related rules

to-top