Windows Registry Run Key Modification for ntkd Persistence
Flags Windows registry activity hitting the Run key path segment "\Run\ntkd" used for automatic startup persistence.
- Product
- windows
- Category
- registry_event
- Author
- Aidan Bracher (SigmaHQ), DRL 1.1
- Published
- 2020-07-07
- Updated
- 2026-07-31
ATT&CK techniques
Persistence → Priv EscRecon
Resource Dev
Initial Access
Execution
Persistence
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies Windows registry activity targeting the Run key entry containing 'ntkd' under the CurrentVersion\Run path. Attackers commonly use Run key modifications to establish persistence that launches automatically at user logon. The detection relies on registry event telemetry that includes the TargetObject field from Windows registry event logs.
Reporting behind it
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- 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.
title: Windows Registry Run Key Modification for ntkd Persistence
id: eada55de-2acc-47fb-b840-bd6ee31f6c7d
status: test
description: This rule identifies Windows registry activity targeting the Run key entry containing 'ntkd' under the CurrentVersion\Run path. Attackers commonly use Run key modifications to establish persistence that launches automatically at user logon. The detection relies on registry event telemetry that includes the TargetObject field from Windows registry event logs.
references:
- https://www.elastic.co/blog/advanced-techniques-used-in-malaysian-focused-apt-campaign
- https://github.com/SigmaHQ/sigma/blob/master/rules-emerging-threats/2020/TA/Leviathan/registry_event_apt_leviathan.yml
author: Aidan Bracher, Huntrule Team
date: 2020-07-07
modified: 2023-09-19
tags:
- attack.privilege-escalation
- attack.persistence
- attack.t1547.001
- detection.emerging-threats
logsource:
category: registry_event
product: windows
detection:
selection:
TargetObject|contains: \Software\Microsoft\Windows\CurrentVersion\Run\ntkd
condition: selection
level: critical
license: DRL-1.1
related:
- id: 70d43542-cd2d-483c-8f30-f16b436fd7db
type: derived