Terminology Index
Glossary
1801 terms
Showing 1153-1184 of 1801 terms
Password Spraying
An attack that tries a few common passwords across many accounts to avoid lockouts.
Persistence Mechanisms
The techniques attackers use to keep access to a system across reboots and logoffs, such as scheduled tasks, services, registry run keys, and startup entries. Defenders must know them to detect, hunt, and remove persistence.
Persistence mechanisms are how malware and attackers ensure their code runs again after a reboot or logon: scheduled tasks, new or modified services, registry autostart keys, startup folder entries, account creation, and many more. They are a fundamental attacker need (the persistence tactic in ATT&CK), and a fundamental defender concern, knowing the full range of mechanisms is what makes auditing, hunting for, detecting, and removing persistence possible. They are core knowledge for OS-level defense.
Introduced in: Operating Systems for Defenders
Examples
- An attacker adding a scheduled task to relaunch their payload.
- Using a registry run key to persist across reboots.
- Creating a malicious service for durable access.
No related terms linked yet.
