Gold Open Source
ExplorePackagesVulnerabilitiesCWEsMCP ServersScan
Login
Gold Open Source

The authoritative source for production-ready open-source components. Every package, container image, AI model, and MCP server undergoes rigorous verification for security, malware, and license compliance.

Explore Gold

  • Explore Everything
  • Packages
  • Gold Certified Packages
  • Container Images
  • AI Models
  • MCP Servers
  • Agent Skills
  • Chip Manufacturers

Security Data & Tools

  • Scan Your Dependencies
  • Trending Threats
  • Threat RSS Feeds
  • CVE Database
  • Actively Exploited (KEV)
  • SGZ Zero-Days
  • CWE Index
  • MITRE ATT&CK
  • Malicious Packages
  • Security Glossary
  • Supply-Chain Report
  • Developers (API & Badge)
  • Chrome Extension
  • Credits & Data Sources

Products

  • The Platform
  • ESSCM
  • Portal
  • TPRM
  • OSM
  • Cowork
  • Code / Runner
  • Guard

Use Cases

  • Know Your Software
  • Auto-Fix Vulnerabilities
  • Asset Discovery
  • AI Governance
  • MCP Server Security
  • Supply Chain Compliance
  • Zero-Day Discovery
  • All Use Cases

Company

  • About
  • Pricing
  • Blog
  • Documentation
  • Safeguard Academy
  • Contact
  • Privacy Policy
  • Terms of Service

© 2026 Gold Open Source. All rights reserved.

Built with care bySafeguard
Home/ATT&CK/T1547/T1547.001
MITRE ATT&CK Sub-Technique

T1547.001: Registry Run Keys / Startup Folder

ShareXLinkedInRedditHN

Adversaries may achieve persistence by adding a program to a startup folder or referencing it with a Registry run key. Adding an entry to the "run keys" in the Registry or startup folder will cause the program referenced to be executed when a user logs in.(Citation: Microsoft Run Key) These programs will be executed under the context of the user and will have the account's associated permissions level. The following run keys are created by default on Windows systems: * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run</code> * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunOnce</code> * <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run</code> * <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnce</code> Run keys may exist under multiple hives.(Citation: Microsoft Wow6432Node 2018)(Citation: Malwarebytes Wow6432Node 2016) The <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunOnceEx</code> is also available but is not created by default on Windows Vista and newer. Registry run key entries can reference programs directly or list them as a dependency.(Citation: Microsoft Run Key) For example, it is possible to load a DLL at logon using a "Depend" key with RunOnceEx: <code>reg add HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx\0001\Depend /v 1 /d "C:\temp\evil[.]dll"</code> (Citation: Oddvar Moe RunOnceEx Mar 2018) Placing a program within a startup folder will also cause that program to execute when a user logs in. There is a startup folder location for individual user accounts as well as a system-wide startup folder that will be checked regardless of which user account logs in. The startup folder path for the current user is <code>C:\Users\\[Username]\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup</code>. The startup folder path for all users is <code>C:\ProgramData\Microsoft\Windows\Start Menu\Programs\StartUp</code>. The following Registry keys can be used to set startup folder items for persistence: * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders</code> * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code> * <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\Shell Folders</code> * <code>HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\User Shell Folders</code> The following Registry keys can control automatic startup of services during boot: * <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce</code> * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServicesOnce</code> * <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\RunServices</code> * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\RunServices</code> Using policy settings to specify startup programs creates corresponding values in either of two Registry keys: * <code>HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run</code> * <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\Explorer\Run</code> Programs listed in the load value of the registry key <code>HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Windows</code> run automatically for the currently logged-on user. By default, the multistring <code>BootExecute</code> value of the registry key <code>HKEY_LOCAL_MACHINE\System\CurrentControlSet\Control\Session Manager</code> is set to <code>autocheck autochk *</code>. This value causes Windows, at startup, to check the file-system integrity of the hard disks if the system has been shut down abnormally. Adversaries can add other programs or processes to this registry value which will automatically launch at boot. Adversaries can use these configuration locations to execute malware, such as remote access tools, to maintain persistence through system reboots. Adversaries may also use [Masquerading](https://attack.mitre.org/techniques/T1036) to make the Registry entries look as if they are associated with legitimate programs.

Tactics
PersistencePrivilege Escalation
Platforms
Windows

▪Parent technique

T1547: Boot or Logon Autostart Execution

▪Used by groups (56)

G0004Ke3changG0007APT28G0010Turla

▪Software using this technique (201)

S0004TinyZBotmalwareS0011Taidoormalware

▪Reference

T1547.001on MITRE ATT&CK

MITRE ATT&CK® is a registered trademark of The MITRE Corporation. © 2026 The MITRE Corporation. This work is reproduced and distributed with the permission of The MITRE Corporation.

G0012Darkhotel
G0016APT29
G0019Naikon
G0021Molerats
G0022APT3
G0024Putter Panda
G0026APT18
G0027Threat Group-3390
G0032Lazarus Group
G0035Dragonfly
G0037FIN6
G0040Patchwork
G0046FIN7
G0047Gamaredon Group
G0048RTM
G0050APT32
G0051FIN10
G0056PROMETHIUM
G0059Magic Hound
G0060BRONZE BUTLER
G0064APT33
G0065Leviathan
G0067APT37
G0069MuddyWater
G0070Dark Caracal
G0073APT19
G0078Gorgon Group
G0080Cobalt Group
G0081Tropic Trooper
G0087APT39
G0091Silence
G0094Kimsuky
G0096APT41
G0100Inception
G0102Wizard Spider
G0106Rocke
G0112Windshift
G0121Sidewinder
G0126Higaisa
G0128ZIRCONIUM
G0129Mustang Panda
G0139TeamTNT
G0140LazyScripter
G0142Confucius
G1014LuminousMoth
G1016FIN13
G1018TA2541
G1036Moonstone Sleet
G1039RedCurl
G1043BlackByte
G1046Storm-1811
G1052Contagious Interview
G1055VOID MANTICORE
S0012PoisonIvymalware
S0013PlugXmalware
S0015Ixeshemalware
S0018Sykipotmalware
S0028SHIPSHAPEmalware
S0030Carbanakmalware
S0031BACKSPACEmalware
S0032gh0st RATmalware
S0034NETEAGLEmalware
S0035SPACESHIPmalware
S0036FLASHFLOODmalware
S0044JHUHUGITmalware
S0045ADVSTORESHELLmalware
S0046CozyCarmalware
S0053SeaDukemalware
S0058SslMMmalware
S0062DustySkymalware
S0070HTTPBrowsermalware
S0074Sakulamalware
S0080Mivastmalware
S0081Elisemalware
S0082Emissarymalware
S0085S-Typemalware
S0087Hi-Zormalware
S0088Kasidetmalware
S0089BlackEnergymalware
S0090Rovermalware
S0093Backdoor.Oldreamalware
S0094Trojan.Karaganymalware
S0113Prikormkamalware
S0115Crimsonmalware
S0124Pisloadermalware
S0127BBSRATmalware
S0128BADNEWSmalware
S0131TINYTYPHONmalware
S0136USBStealermalware
S0137CORESHELLmalware
S0139PowerDukemalware
S0141Winnti for Windowsmalware
S0144ChChesmalware
S0145POWERSOURCEmalware
S0147Pteranodonmalware
S0148RTMmalware
S0152EvilGrabmalware
S0153RedLeavesmalware
S0159SNUGRIDEmalware
S0167Matryoshkamalware
S0168Gazermalware
S0170Helminthmalware
S0172Reavermalware
S0178Truvasysmalware
S0182FinFishermalware
S0186DownPapermalware
S0192Pupytool
S0194PowerSploittool
S0196PUNCHBUGGYmalware
S0198NETWIREmalware
S0199TURNEDUPmalware
S0204Bribamalware
S0207Vasportmalware
S0226Smoke Loadermalware
S0228NanHaiShumalware
S0235CrossRATmalware
S0244Comniemalware
S0247NavRATmalware
S0249Gold Dragonmalware
S0250Koadictool
S0251Zebrocymalware
S0253RunningRATmalware
S0254PLAINTEEmalware
S0256Mosquitomalware
S0259InnaputRATmalware
S0260InvisiMolemalware
S0262QuasarRATtool
S0265Kazuarmalware
S0266TrickBotmalware
S0267FELIXROOTmalware
S0268Bisonalmalware
S0270RogueRobinmalware
S0330Zeus Pandamalware
S0331Agent Teslamalware
S0332Remcostool
S0334DarkCometmalware
S0336NanoCoremalware
S0337BadPatchmalware
S0338Cobian RATmalware
S0340Octopusmalware
S0341Xbashmalware
S0345Seasaltmalware
S0348Cardinal RATmalware
S0353NOKKImalware
S0355Final1stspymalware
S0356KONNImalware
S0363Empiretool
S0367Emotetmalware
S0371POWERTONmalware
S0373Astarothmalware
S0375Remeximalware
S0381FlawedAmmyymalware
S0382ServHelpermalware
S0385njRATmalware
S0386Ursnifmalware
S0389JCrymalware
S0396EvilBunnymalware
S0397LoJaxmalware
S0409Machetemalware
S0414BabySharkmalware
S0417GRIFFONmalware
S0428PoetRATmalware
S0433Rifdoormalware
S0439Okrummalware
S0441PowerShowermalware
S0442VBShowermalware
S0444ShimRatmalware
S0446Ryukmalware
S0449Mazemalware
S0455Metamorfomalware
S0456Aria-bodymalware
S0458Ramsaymalware
S0461SDBbotmalware
S0471build_downermalware
S0483IcedIDmalware
S0484Carberpmalware
S0491StrongPitymalware
S0499Hancitormalware
S0500MCMDtool
S0512FatDukemalware
S0513LiteDukemalware
S0531Grandoreiromalware
S0532Lucifermalware
S0534Bazarmalware
S0546SharpStagemalware
S0553MoleNetmalware
S0561GuLoadermalware
S0568EVILNUMmalware
S0570BitPaymermalware
S0582LookBackmalware
S0586TAINTEDSCRIBEmalware
S0608Confickermalware
S0622AppleSeedmalware
S0630Nebulaemalware
S0631Chaesmalware
S0632GrimAgentmalware
S0635BoomBoxmalware
S0640Avaddonmalware
S0644ObliqueRATmalware
S0647Turianmalware
S0649SMOKEDHAMmalware
S0650QakBotmalware
S0652MarkiRATmalware
S0660Clamblingmalware
S0662RCSessionmalware
S0663SysUpdatemalware
S0665ThreatNeedlemalware
S0666Gelsemiummalware
S0669KOCTOPUSmalware
S0670WarzoneRATmalware
S0692SILENTTRINITYtool
S0696Flagpromalware
S1018Saint Botmalware
S1021DnsSystemmalware
S1025Amadeymalware
S1026Mongallmalware
S1027Heyoka Backdoormalware
S1029AuTo Stealermalware
S1035Small Sievemalware
S1037STARWHALEmalware
S1041Chinoxymalware
S1044FunnyDreammalware
S1053AvosLockermalware
S1066DarkTortillamalware
S1074ANDROMEDAmalware
S1086Snip3malware
S1111DarkGatemalware
S1122Mispadumalware
S1130Raspberry Robinmalware
S1138Gootloadermalware
S1145Pikabotmalware
S1150ROADSWEEPmalware
S1160Latrodectusmalware
S1182MagicRATmalware
S1199LockBit 2.0malware
S1207XLoadermalware
S1212RansomHubmalware
S1213Lumma Stealermalware
S1228PUBLOADmalware
S1230HIUPANmalware
S1236CLAIMLOADERmalware
S1239TONESHELLmalware
S1242Qilinmalware
S1245InvisibleFerretmalware
S1247Embargomalware
S9010GlassWormmalware
S9018HeartCryptmalware
S9019PureCryptermalware
S9020LODEINFOmalware
S9032MuddyVipermalware
S9034Tsundere Botnetmalware
S9037RustyWatermalware