CyberGlossary

Malware

Credential Stealer

Also known as: Password stealer, Credential dumper

Definition

Malware focused specifically on extracting passwords, hashes, and authentication tokens from an infected system or its memory.

A credential stealer is a tool — sometimes a standalone module of a larger info stealer — that targets stored or in-memory secrets such as Windows LSASS process credentials, browser password stores, SSH keys, Wi-Fi passwords, and cached domain credentials. Once extracted, the secrets enable lateral movement, persistence, business email compromise, and credential stuffing. Mimikatz is the archetypal example, often loaded reflectively into memory. Defences include Credential Guard, LSA protection, strong least-privilege, removing local admin rights, FIDO2 keys instead of passwords, EDR with memory-scraping detections, and detection of suspicious access to credential stores.

Examples

  • Mimikatz extracting NTLM hashes from LSASS memory.
  • LaZagne pulling passwords from browsers, Wi-Fi, and applications.

Related terms