# T1533_data-from-local-system

> Adversaries may search local system sources, such as file systems or local databases, to find files of interest and sensitive data prior to exfiltration.

- Skill: `cyberstrikeus/t1533-data-from-local-system` (Agent Skill)
- Install (CLI): `npx skillmds@latest add cyberstrikeus/t1533-data-from-local-system`
- Raw SKILL.md: https://api.skillmd.com/api/skills/cyberstrikeus/t1533-data-from-local-system/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/t1533-data-from-local-system

---


# T1533 Data from Local System

## High-Level Description

Adversaries may search local system sources, such as file systems or local databases, to find files of interest and sensitive data prior to exfiltration.

Access to local system data, which includes information stored by the operating system, often requires escalated privileges. Examples of local system data include authentication tokens, the device keyboard cache, Wi-Fi passwords, and photos. On Android, adversaries may also attempt to access files from external storage which may require additional storage-related permissions.

## Kill Chain Phase

- Collection (TA0035)

**Platforms:** Android, iOS

## What to Check

- [ ] Identify if Data from Local System technique is applicable to target mobile environment
- [ ] Check Android devices for indicators of Data from Local System
- [ ] Check iOS devices for indicators of Data from Local System
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target mobile environment is susceptible to Data from Local System by examining the target platforms (Android, iOS).

### Assess Existing Defenses

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

## Remediation Guide

No specific mitigations documented for this technique.

## Detection

### Detection of Data from Local System

## Risk Assessment

| Finding                                     | Severity | Impact     |
| ------------------------------------------- | -------- | ---------- |
| Data from Local System technique applicable | High     | Collection |

## CWE Categories

| CWE ID  | Title                             |
| ------- | --------------------------------- |
| CWE-200 | Exposure of Sensitive Information |

## References

- [NIST Mobile Threat Catalogue](https://pages.nist.gov/mobile-threat-catalogue/stack-threats/STA-41.html)
- [MITRE ATT&CK Mobile - T1533](https://attack.mitre.org/techniques/T1533)

