Terminology Index

Glossary

1801 terms

Open concept maps

Showing 449-480 of 1801 terms

C
32

Credential Dumping

An attacker technique of extracting stored credentials, passwords, hashes, or tickets, from a compromised system, often from memory (like LSASS on Windows) or credential files, to reuse them for lateral movement and escalation.

Once on a host, attackers commonly harvest the credentials it holds: hashes and tickets cached in memory, secrets in files, or domain credentials. These are then reused to authenticate elsewhere, enabling pass-the-hash, lateral movement, and privilege escalation. Because dumping touches sensitive areas like LSASS memory, it leaves detectable traces, making it a high-value detection and hunting target.

Introduced in: Threat Landscape and Attacker Thinking

Examples

  • Extracting password hashes from LSASS memory on a Windows host.
  • Harvesting cached domain credentials for reuse elsewhere.
  • Stealing Kerberos tickets to authenticate as another user.

No related terms linked yet.