Skip to content
← RegistryDossier · 5 steps · 4 edges

User foothold → keychain dump → cloud creds

Standard user shell on macOS. Brute the login.keychain master via ChainBreaker / a keylogged password; dump all entries — Safari saved creds, AWS keys, Slack tokens, SSO cookies.

Filed by AD Knowledge Base
§ Kill-chainDrag · zoom · scroll

§ Context

Assumed environment: foothold as the desktop user (no root). User has Safari saved logins + dev creds in their login.keychain. Their account password is weak or known via prior compromise.

§ Steps

  1. 01
    Use harvested cloud / SSO credsInitial Access
    T1078Valid Accounts
  2. 02
    User shellInitial Access
    T1078Valid Accounts
  3. 03
    security dump-keychain / chainbreakerCredential Access
    T1552Unsecured Credentials
  4. 04
    Locate ~/Library/Keychains/login.keychain-dbDiscovery
    T1083File and Directory Discovery
  5. 05
    Crack master with ChainBreakerCredential Access
    MAC-KEYCHAIN-DUMPmacOS Keychain Dump

§ References

§ Frequently asked

What is the "User foothold → keychain dump → cloud creds" attack path?
Standard user shell on macOS. Brute the login.keychain master via ChainBreaker / a keylogged password; dump all entries — Safari saved creds, AWS keys, Slack tokens, SSO cookies. It chains 5 steps drawn from real-world offensive-security techniques.
What starting position does this attack require?
The first step is Use harvested cloud / SSO creds (T1078) — a initial access primitive. Assumed environment: foothold as the desktop user (no root).
What is the final impact of this kill-chain?
The final step lands on Crack master with ChainBreaker (MAC-KEYCHAIN-DUMP), which falls under Credential Access. From here, an operator typically pivots into post-exploitation or maintains persistence.
How can defenders detect or prevent this attack?
Detection and prevention vary per step. Refer to each linked MITRE ATT&CK entry under "References" — every technique on that page lists defensive controls, detection telemetry, and known threat-actor usage.

§ Related dossiers