Windows Service Creation for KrbRelayUp (KrbSCM)

Flags creation of the KrbSCM Windows service, a known KrbRelayUp installation artifact.

FreeReviewedSigma · High · v2
Product
windows
Service
system
Author
Sittikorn S, Tim Shelton (SigmaHQ), DRL 1.1
Published
2022-05-11
Updated
2026-07-31
title: Windows Service Creation for KrbRelayUp (KrbSCM)
id: 21556ad4-4557-40f6-a66e-452140e48d78
status: test
description: This rule identifies Windows service creation events for the service name "KrbSCM", indicating use of the KrbRelayUp tool for establishing a new service on a domain-connected host. Attackers may use this persistence and privilege-escalation technique when environments do not enforce LDAP signing. Detection relies on Windows Service Control Manager telemetry, specifically Event ID 7045 capturing service installation details.
references:
  - https://github.com/Dec0ne/KrbRelayUp
  - https://github.com/SigmaHQ/sigma/blob/master/rules/windows/builtin/system/service_control_manager/win_system_krbrelayup_service_installation.yml
author: Sittikorn S, Tim Shelton, Huntrule Team
date: 2022-05-11
modified: 2022-10-05
tags:
  - attack.persistence
  - attack.privilege-escalation
  - attack.t1543
logsource:
  product: windows
  service: system
detection:
  selection:
    EventID: 7045
    ServiceName: KrbSCM
  condition: selection
falsepositives:
  - Unknown
level: high
license: DRL-1.1
related:
  - id: e97d9903-53b2-41fc-8cb9-889ed4093e80
    type: derived