# T1634_credentials-from-password-store

> Adversaries may search common password storage locations to obtain user credentials.

- Skill: `cyberstrikeus/t1634-credentials-from-password-store` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t1634-credentials-from-password-store`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t1634-credentials-from-password-store/raw
- Safety review: PASS (external: skill-scanner PASS, skillspector PASS)
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: cyberstrikeus (https://skillmd.com/u/cyberstrikeus)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/cyberstrikeus/t1634-credentials-from-password-store

---


# T1634 Credentials from Password Store

## High-Level Description

Adversaries may search common password storage locations to obtain user credentials. Passwords can be stored in several places on a device, depending on the operating system or application holding the credentials. There are also specific applications that store passwords to make it easier for users to manage and maintain. Once credentials are obtained, they can be used to perform lateral movement and access restricted information.

## Kill Chain Phase

- Credential Access (TA0031)

**Platforms:** iOS

## What to Check

- [ ] Identify if Credentials from Password Store technique is applicable to target mobile environment
- [ ] Check iOS devices for indicators of Credentials from Password Store
- [ ] Verify mitigations are bypassed or absent (3 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target mobile environment is susceptible to Credentials from Password Store by examining the target platforms (iOS).

### Assess Existing Defenses

Review whether mitigations for T1634 are in place. If defenses are absent or misconfigured, this technique may be exploitable.

## Remediation Guide

### M1001 Security Updates

Apple regularly provides security updates for known OS vulnerabilities.

### M1002 Attestation

Device attestation can often detect jailbroken devices.

### M1010 Deploy Compromised Device Detection Method

Mobile security products can take appropriate action when jailbroken devices are detected, potentially limiting the adversary’s access to password stores.

## Detection

### Detection of Credentials from Password Store

## Risk Assessment

| Finding                                              | Severity | Impact            |
| ---------------------------------------------------- | -------- | ----------------- |
| Credentials from Password Store technique applicable | High     | Credential Access |

## CWE Categories

| CWE ID  | Title                                |
| ------- | ------------------------------------ |
| CWE-522 | Insufficiently Protected Credentials |

## References

- [NIST Mobile Threat Catalogue](https://pages.nist.gov/mobile-threat-catalogue/authentication-threats/AUT-11.html)
- [MITRE ATT&CK Mobile - T1634](https://attack.mitre.org/techniques/T1634)

