MITRE ATT&CK technique
Boot or Logon Autostart Execution detection rulesT1547
Boot or Logon Autostart Execution (T1547) is a MITRE ATT&CK technique in the Persistence tactic. This page lists the 63 community-maintained Sigma detection rules in the library mapped to T1547 and its sub-techniques. Each rule includes its detection logic, log source, false positives and original YAML. These rules mainly target windows, linux, zeek.
Tactic
Leviathan Registry Key Activity
criticalDetects registry key used by Leviathan APT in Malaysian focused campaign
windows · registry_event
Authencesn Crypto Module Load via Modprobe - Copy-Fail Indicator
highDetects kernel auto-loading of the authencesn crypto module via modprobe This occurs when user-space code creates an AF_ALG socket and binds the authencesn AEAD cipher (e.g., authencesn(hmac(sha256),cbc(aes))). The kernel invokes modprobe to load the crypto module. This is a key indicator of CVE-2026-31431 (Copy Fail) exploitation, where the authencesn cipher is used to trigger a buffer overflow in the AF_ALG AEAD splice path, corrupting the page cache of SUID binaries for local privilege escalation. On Linux systems, modprobe is typically a symlink to kmod, so the process image will be /usr/bin/kmod (or /bin/kmod) with 'modprobe' appearing in the command line.
linux · process_creation
Bypass UAC Using Event Viewer
highBypasses User Account Control using Event Viewer and a relevant Windows Registry modification
windows · registry_set
Creation Exe for Service with Unquoted Path
highAdversaries may execute their own malicious payloads by hijacking vulnerable file path references. Adversaries can take advantage of paths that lack surrounding quotations by placing an executable in a higher level directory within the path, so that Windows will choose the adversary's executable to launch.
windows · file_event
Default RDP Port Changed to Non Standard Port
highDetects changes to the default RDP port. Remote desktop is a common feature in operating systems. It allows a user to log into a remote system using an interactive session with a graphical user interface. Microsoft refers to its implementation of the Remote Desktop Protocol (RDP) as Remote Desktop Services (RDS).
windows · registry_set
DLL Load via LSASS
highDetects a method to load DLL via LSASS process using an undocumented Registry key
windows · registry_event
File Creation In Suspicious Directory By Msdt.EXE
highDetects msdt.exe creating files in suspicious directories which could be a sign of exploitation of either Follina or Dogwalk vulnerabilities
windows · file_event
Forest Blizzard APT - Custom Protocol Handler Creation
highDetects the setting of a custom protocol handler with the name "rogue". Seen being created by Forest Blizzard APT as reported by MSFT.
windows · registry_set
Forest Blizzard APT - Custom Protocol Handler DLL Registry Set
highDetects the setting of the DLL that handles the custom protocol handler. Seen being created by Forest Blizzard APT as reported by MSFT.
windows · registry_set
Kapeka Backdoor Autorun Persistence
highDetects the setting of a new value in the Autorun key that is used by the Kapeka backdoor for persistence.
windows · registry_set
Loading of Kernel Module via Insmod
highDetects loading of kernel modules with insmod command. Loadable Kernel Modules (LKMs) are pieces of code that can be loaded and unloaded into the kernel upon demand. Adversaries may use LKMs to obtain persistence within the system or elevate the privileges.
linux
Modify User Shell Folders Startup Value
highDetect modification of the User Shell Folders registry values for Startup or Common Startup which could indicate persistence attempts. Attackers may modify User Shell Folders registry keys to point to malicious executables or scripts that will be executed during startup. This technique is often used to maintain persistence on a compromised system by ensuring that the malicious payload is executed automatically.
windows · registry_set
Narrator's Feedback-Hub Persistence
highDetects abusing Windows 10 Narrator's Feedback-Hub
windows · registry_event
New RUN Key Pointing to Suspicious Folder
highDetects suspicious new RUN key element pointing to an executable in a suspicious folder
windows · registry_set
New TimeProviders Registered With Uncommon DLL Name
highDetects processes setting a new DLL in DllName in under HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\TimeProvider. Adversaries may abuse time providers to execute DLLs when the system boots. The Windows Time service (W32Time) enables time synchronization across and within domains.
windows · registry_set
Potential KamiKakaBot Activity - Winlogon Shell Persistence
highDetects changes to the "Winlogon" registry key where a process will set the value of the "Shell" to a value that was observed being used by KamiKakaBot samples in order to achieve persistence.
windows · registry_set
Potential RipZip Attack on Startup Folder
highDetects a phishing attack which expands a ZIP file containing a malicious shortcut. If the victim expands the ZIP file via the explorer process, then the explorer process expands the malicious ZIP file and drops a malicious shortcut redirected to a backdoor into the Startup folder. Additionally, the file name of the malicious shortcut in Startup folder contains {0AFACED1-E828-11D1-9187-B532F1E9575D} meaning the folder shortcut operation.
windows · file_event
Potential Ryuk Ransomware Activity
highDetects Ryuk ransomware activity
windows · process_creation
Potential Startup Shortcut Persistence Via PowerShell.EXE
highDetects PowerShell writing startup shortcuts. This procedure was highlighted in Red Canary Intel Insights Oct. 2021, "We frequently observe adversaries using PowerShell to write malicious .lnk files into the startup directory to establish persistence. Accordingly, this detection opportunity is likely to identify persistence mechanisms in multiple threats. In the context of Yellow Cockatoo, this persistence mechanism eventually launches the command-line script that leads to the installation of a malicious DLL"
windows · file_event
Registry Persistence Mechanisms in Recycle Bin
highDetects persistence registry keys for Recycle Bin
windows · registry_event
Registry Persistence via Explorer Run Key
highDetects a possible persistence mechanism using RUN key for Windows Explorer and pointing to a suspicious folder
windows · registry_set
Security Support Provider (SSP) Added to LSA Configuration
highDetects the addition of a SSP to the registry. Upon a reboot or API call, SSP DLLs gain access to encrypted and plaintext passwords stored in Windows.
windows · registry_event
Suspicious Autorun Registry Modified via WMI
highDetects suspicious activity where the WMIC process is used to create an autorun registry entry via reg.exe, which is often indicative of persistence mechanisms employed by malware.
windows · process_creation
Suspicious GrpConv Execution
highDetects the suspicious execution of a utility to convert Windows 3.x .grp files or for persistence purposes by malicious software or actors
windows · process_creation
Suspicious Run Key from Download
highDetects the suspicious RUN keys created by software located in Download or temporary Outlook/Internet Explorer directories
windows · registry_event
Suspicious Startup Folder Persistence
highDetects the creation of potentially malicious script and executable files in Windows startup folders, which is a common persistence technique used by threat actors. These files (.ps1, .vbs, .js, .bat, etc.) are automatically executed when a user logs in, making the Startup folder an attractive target for attackers. This technique is frequently observed in malvertising campaigns and malware distribution where attackers attempt to maintain long-term access to compromised systems.
windows · file_event
Suspicious VBScript UN2452 Pattern
highDetects suspicious inline VBScript keywords as used by UNC2452
windows · process_creation
User Shell Folders Registry Modification via CommandLine
highDetects modifications to User Shell Folders registry values via reg.exe or PowerShell, which could indicate persistence attempts. Attackers may modify User Shell Folders registry values to point to malicious executables or scripts that will be executed during startup. This technique is often used to maintain persistence on a compromised system by ensuring that malicious payloads are executed automatically.
windows · process_creation
VBScript Payload Stored in Registry
highDetects VBScript content stored into registry keys as seen being used by UNC2452 group
windows · registry_set
Windows Event Log Access Tampering Via Registry
highDetects changes to the Windows EventLog channel permission values. It focuses on changes to the Security Descriptor Definition Language (SDDL) string, as modifications to these values can restrict access to specific users or groups, potentially aiding in defense evasion by controlling who can view or modify a event log channel. Upon execution, the user shouldn't be able to access the event log channel via the event viewer or via utilities such as "Get-EventLog" or "wevtutil".
windows · registry_set
WINEKEY Registry Modification
highDetects potential malicious modification of run keys by winekey or team9 backdoor
windows · registry_event
Winlogon Notify Key Logon Persistence
highAdversaries may abuse features of Winlogon to execute DLLs and/or executables when a user logs in. Winlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete.
windows · registry_set
WinRAR Creating Files in Startup Locations
highDetects WinRAR creating files in Windows startup locations, which may indicate an attempt to establish persistence by adding malicious files to the Startup folder. This kind of behaviour has been associated with exploitation of WinRAR path traversal vulnerability CVE-2025-6218 or CVE-2025-8088.
windows · file_event
Add Port Monitor Persistence in Registry
mediumAdversaries may use port monitors to run an attacker supplied DLL during system boot for persistence or privilege escalation. A port monitor can be set through the AddMonitor API call to set a DLL to be loaded at startup.
windows · registry_set
Atbroker Registry Change
mediumDetects creation/modification of Assistive Technology applications and persistence with usage of 'at'
windows · registry_event
Classes Autorun Keys Modification
mediumDetects modification of Windows Registry Classes keys used for persistence. Adversaries modify these autostart extensibility points (ASEP) to execute malicious code when file types are opened or actions are performed. Various legitimate software also uses these keys. Currently, this rule only filters out known legitimate software paths, thus it is recommended to review and tune filters for your environment to reduce false positives before deploying to production.
windows · registry_set
Common Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
CurrentControlSet Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
CurrentVersion Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
CurrentVersion NT Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
Desktop.INI Created by Uncommon Process
mediumDetects unusual processes accessing desktop.ini, which can be leveraged to alter how Explorer displays a folder's content (i.e. renaming files) without changing them on disk.
windows · file_event
Direct Autorun Keys Modification
mediumDetects direct modification of autostart extensibility point (ASEP) in registry using reg.exe.
windows · process_creation
Internet Explorer Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
MITRE BZAR Indicators for Persistence
mediumWindows DCE-RPC functions which indicate a persistence techniques on the remote system. All credit for the Zeek mapping of the suspicious endpoint/operation field goes to MITRE.
zeek
New Custom Shim Database Created
mediumAdversaries may establish persistence and/or elevate privileges by executing malicious content triggered by application shims. The Microsoft Windows Application Compatibility Infrastructure/Framework (Application Shim) was created to allow for backward compatibility of software as the operating system codebase changes over time.
windows · file_event
Office Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry. Adversaries may modify these keys to execute malicious code when Office files are opened. There are various legitimate add-ins that also use these keys and this filter list might not be exhaustive. Thus, it is recommended to review and tune filters for your environment to reduce false positives before deploying to production.
windows · registry_set
Potential Persistence Attempt Via Run Keys Using Reg.EXE
mediumDetects suspicious command line reg.exe tool adding key to RUN key in Registry
windows · process_creation
Potential Suspicious Activity Using SeCEdit
mediumDetects potential suspicious behaviour using secedit.exe. Such as exporting or modifying the security policy
windows · process_creation
Registry Set With Crypto-Classes From The "Cryptography" PowerShell Namespace
mediumDetects the setting of a registry inside the "\Shell\Open\Command" value with PowerShell classes from the "System.Security.Cryptography" namespace. The PowerShell namespace "System.Security.Cryptography" provides classes for on-the-fly encryption and decryption. These can be used for example in decrypting malicious payload for defense evasion.
windows · registry_set
Session Manager Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
Startup Folder File Write
mediumA General detection for files being created in the Windows startup directory. This could be an indicator of persistence.
windows · file_event
Startup/Logon Script Added to Group Policy Object
mediumDetects the modification of Group Policy Objects (GPO) to add a startup/logon script to users or computer objects.
windows
Suspicious Driver Install by pnputil.exe
mediumDetects when a possible suspicious driver is being installed via pnputil.exe lolbin
windows · process_creation
Suspicious PowerShell In Registry Run Keys
mediumDetects potential PowerShell commands or code within registry run keys
windows · registry_set
System Scripts Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
TanStack Supply-Chain Attack File Creation Indicators - Linux
mediumDetects file creation indicators associated with the Mini Shai-Hulud supply-chain campaign targeting TanStack npm packages and others such as mistralai and uipath reported on early May 2026.
linux · file_event
Windows Network Access Suspicious desktop.ini Action
mediumDetects unusual processes accessing desktop.ini remotely over network share, which can be leveraged to alter how Explorer displays a folder's content (i.e. renaming files) without changing them on disk.
windows
Windows Terminal Profile Settings Modification By Uncommon Process
mediumDetects the creation or modification of the Windows Terminal Profile settings file "settings.json" by an uncommon process.
windows · file_event
Winlogon Helper DLL
mediumWinlogon.exe is a Windows component responsible for actions at logon/logoff as well as the secure attention sequence (SAS) triggered by Ctrl-Alt-Delete. Registry entries in HKLM\Software[Wow6432Node]Microsoft\Windows NT\CurrentVersion\Winlogon\ and HKCU\Software\Microsoft\Windows NT\CurrentVersion\Winlogon\ are used to manage additional helper programs and functionalities that support Winlogon. Malicious modifications to these Registry keys may cause Winlogon to load and execute malicious DLLs and/or executables.
windows · ps_script
WinSock2 Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
Wow6432Node Classes Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
Wow6432Node CurrentVersion Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set
Wow6432Node Windows NT CurrentVersion Autorun Keys Modification
mediumDetects modification of autostart extensibility point (ASEP) in registry.
windows · registry_set