Windows: Detect KrbRelayUp.exe HackTool Process Execution

Flags Windows process executions of KrbRelayUp.exe with relay/domain and SCM spawn command-line patterns.

FreeReviewedSigma · High · v2
Product
windows
Category
process_creation
Author
Florian Roth (Nextron Systems) (SigmaHQ), DRL 1.1
Published
2022-04-26
Updated
2026-07-31
title: "Windows: Detect KrbRelayUp.exe HackTool Process Execution"
id: 6dcf7738-0ad7-44cf-a66f-ce3a975e2c5f
status: test
description: This rule flags Windows process creation where the executable name or original filename indicates KrbRelayUp, and the command line contains multiple KrbRelayUp-specific argument patterns. KrbRelayUp is a credential- and privilege-impacting utility used to perform local privilege escalation in certain domain configurations. It relies on process creation telemetry, including the image path/name and the full command line arguments.
references:
  - https://github.com/Dec0ne/KrbRelayUp
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/process_creation/proc_creation_win_hktl_krbrelayup.yml
author: Florian Roth (Nextron Systems), Huntrule Team
date: 2022-04-26
modified: 2023-02-04
tags:
  - attack.credential-access
  - attack.t1558.003
  - attack.lateral-movement
  - attack.t1550.003
logsource:
  category: process_creation
  product: windows
detection:
  selection_img:
    - Image|endswith: \KrbRelayUp.exe
    - OriginalFileName: KrbRelayUp.exe
  selection_cli_1:
    CommandLine|contains|all:
      - " relay "
      - " -Domain "
      - " -ComputerName "
  selection_cli_2:
    CommandLine|contains|all:
      - " krbscm "
      - " -sc "
  selection_cli_3:
    CommandLine|contains|all:
      - " spawn "
      - " -d "
      - " -cn "
      - " -cp "
  condition: 1 of selection_*
falsepositives:
  - Unlikely
level: high
license: DRL-1.1
related:
  - id: 12827a56-61a4-476a-a9cb-f3068f191073
    type: derived