Suspicious Session Manager Autorun Keys Change (via registry_set)
This rule detects modification of autostart extensibility point (ASEP) in registry.
SigmamediumWindowsv1
sigma
suspicious-session-manager-autorun-keys-change-via-registry-set
title: Suspicious Session Manager Autorun Keys Change (via registry_set)
id: 686e2403-d2d7-54c2-97aa-df862ca32961
status: stable
description: This rule detects modification of autostart extensibility point (ASEP) in registry.
references:
- https://attack.mitre.org/techniques/T1546/009/
- https://attack.mitre.org/techniques/T1547/001/
- https://github.com/redcanaryco/atomic-red-team/blob/f339e7da7d05f6057fdfcdd3742bfcf365fee2a9/atomics/T1547.001/T1547.001.md
- https://learn.microsoft.com/en-us/sysinternals/downloads/autoruns
- https://gist.github.com/GlebSukhodolskiy/0fc5fa5f482903064b448890db1eaf9d
author: Huntrule Team
date: 2026-06-26
tags:
- attack.privilege-escalation
- attack.persistence
- attack.t1547.001
- attack.t1546.009
logsource:
category: registry_set
product: windows
detection:
session_manager_base:
TargetObject|contains: '\System\CurrentControlSet\Control\Session Manager'
session_manager:
TargetObject|contains:
- '\SetupExecute'
- '\S0InitialCommand'
- '\KnownDlls'
- '\Execute'
- '\BootExecute'
- '\AppCertDlls'
filter:
Details: '(Empty)'
condition: session_manager_base and session_manager and not filter
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.