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
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