Windows Remote Thread Created in KeePass.exe

Flags remote thread creation targeting KeePass.exe, a possible indicator of credential theft.

FreeReviewedSigma · High · v2
Product
windows
Category
create_remote_thread
Author
Timon Hackenjos (SigmaHQ), DRL 1.1
Published
2022-04-22
Updated
2026-07-31
title: Windows Remote Thread Created in KeePass.exe
id: 23420a3c-e711-4fcd-ac9d-b23b5f27a84e
status: test
description: This rule flags creation of a remote thread targeting KeePass.exe. Attackers can use remote thread injection to execute code inside a password manager process, which may support credential theft or related credential-access activity. The detection relies on Windows telemetry that records remote thread creation events with a target process image path ending in '\KeePass.exe'.
references:
  - https://www.cisa.gov/uscert/ncas/alerts/aa20-259a
  - https://github.com/denandz/KeeFarce
  - https://github.com/GhostPack/KeeThief
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/create_remote_thread/create_remote_thread_win_keepass.yml
author: Timon Hackenjos, Huntrule Team
date: 2022-04-22
modified: 2023-05-05
tags:
  - attack.credential-access
  - attack.t1555.005
logsource:
  product: windows
  category: create_remote_thread
detection:
  selection:
    TargetImage|endswith: \KeePass.exe
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: 77564cc2-7382-438b-a7f6-395c2ae53b9a
    type: derived