Adversaries may utilize standard operating system APIs to gather account data.
Scanned 5/30/2026
Install via CLI
openskills install CyberStrikeus/CyberStrike---
name: "T1636.005_accounts"
description: "Adversaries may utilize standard operating system APIs to gather account data."
category: "information-gathering"
version: "18.1"
author: "cyberstrike-official"
tags:
- mitre-attack
- mobile
- t1636.005
- collection
- android
- ios
- sub-technique
technique_id: "T1636.005"
tactic: "collection"
all_tactics:
- collection
platforms:
- Android
- iOS
mitre_url: "https://attack.mitre.org/techniques/T1636/005"
tech_stack:
- android
- ios
cwe_ids:
- CWE-200
chains_with:
- T1636
- T1636.001
- T1636.002
- T1636.003
- T1636.004
prerequisites:
- T1636
severity_boost:
T1636: "Chain with T1636 for deeper attack path"
T1636.001: "Chain with T1636.001 for deeper attack path"
T1636.002: "Chain with T1636.002 for deeper attack path"
---
# T1636.005 Accounts
> **Sub-technique of:** T1636
## High-Level Description
Adversaries may utilize standard operating system APIs to gather account data. On Android, this can be accomplished by using the AccountManager API. For example, adversaries may use the `getAccounts()` method to list all accounts. On iOS, this can be accomplished by using the Keychain services.
If the device has been jailbroken or rooted, adversaries may be able to access Accounts without the users’ knowledge or approval.
## Kill Chain Phase
- Collection (TA0035)
**Platforms:** Android, iOS
## What to Check
- [ ] Identify if Accounts technique is applicable to target mobile environment
- [ ] Check Android devices for indicators of Accounts
- [ ] Check iOS devices for indicators of Accounts
- [ ] Verify mitigations are bypassed or absent (2 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)
## How to Test
### Identify Attack Surface
Determine if the target mobile environment is susceptible to Accounts by examining the target platforms (Android, iOS).
### Assess Existing Defenses
Review whether mitigations for T1636.005 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
## Remediation Guide
### M1006 Use Recent OS Version
OS feature updates often enhance security and privacy around permissions.
### M1011 User Guidance
Access to accounts is an uncommonly needed permission, so users should be instructed to use extra scrutiny when granting access to their accounts.
## Detection
### Detection of Accounts
## Risk Assessment
| Finding | Severity | Impact |
| ----------------------------- | -------- | ---------- |
| Accounts technique applicable | Low | Collection |
## CWE Categories
| CWE ID | Title |
| ------- | --------------------------------- |
| CWE-200 | Exposure of Sensitive Information |
## References
- [Android_AccountManager_Feb2025](https://developer.android.com/reference/android/accounts/AccountManager)
- [MITRE ATT&CK Mobile - T1636.005](https://attack.mitre.org/techniques/T1636/005)
No comments yet. Be the first to comment!