Terminology Index
Glossary
1801 terms
Showing 1377-1408 of 1801 terms
Run Key
A Windows registry key whose entries point to programs the OS launches automatically at logon. Run keys are a classic persistence location attackers abuse and defenders inspect.
Run keys (HKCU\...\Run, HKLM\...\Run, and RunOnce variants) hold paths to programs that Windows launches at user logon or boot. They are convenient for legitimate software and one of the most common persistence mechanisms attackers use. Defenders inventory, monitor, and audit run-key contents to spot unauthorized entries, both as part of OS-defense fundamentals and via writing detections that flag suspicious additions. Recognizing run keys is foundational to Windows endpoint defense.
Introduced in: Operating Systems for Defenders
Examples
- An attacker adding a malicious path to a run key for persistence.
- Inventorying current run-key contents during a system audit.
- Detecting a suspicious new run-key entry on an endpoint.
No related terms linked yet.
