Windows Remote Thread Creation via Ttdinject.exe Proxy
Alerts on Windows create-remote-thread events initiated by Ttdinject.exe used as a proxy.
FreeReviewedSigma · High · v2
- Product
- windows
- Category
- create_remote_thread
- 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 flags remote thread creation events where the source image ends with '\\ttdinject.exe'. Using Ttdinject.exe as a proxy for remote thread injection can enable stealthy code execution in another process. It relies on Windows telemetry that records remote thread creation with the originating executable name.
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.
windows-createremotethread-using-ttdinject-exe-as-proxy-c15e99a3
title: Windows Remote Thread Creation via Ttdinject.exe Proxy
id: 13d08f30-ab85-48b6-9577-61031cb21936
status: test
description: This rule flags remote thread creation events where the source image ends with '\\ttdinject.exe'. Using Ttdinject.exe as a proxy for remote thread injection can enable stealthy code execution in another process. It relies on Windows telemetry that records remote thread creation with the originating executable name.
references:
- https://lolbas-project.github.io/lolbas/Binaries/Ttdinject/
- https://github.com/SigmaHQ/sigma/blob/master/rules/windows/create_remote_thread/create_remote_thread_win_ttdinjec.yml
author: frack113, Huntrule Team
date: 2022-05-16
modified: 2022-06-02
tags:
- attack.execution
- attack.stealth
- attack.t1127
logsource:
product: windows
category: create_remote_thread
detection:
selection:
SourceImage|endswith: \ttdinject.exe
condition: selection
falsepositives:
- Unknown
level: high
license: DRL-1.1
related:
- id: c15e99a3-c474-48ab-b9a7-84549a7a9d16
type: derived