# T0893_data-from-local-system

> Adversaries may target and collect data from local system sources, such as file systems, configuration files, or local databases.

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

---


# T0893 Data from Local System

## High-Level Description

Adversaries may target and collect data from local system sources, such as file systems, configuration files, or local databases. This can include sensitive data such as specifications, schematics, or diagrams of control system layouts, devices, and processes.

Adversaries may do this using Command-Line Interface or Scripting techniques to interact with the file system to gather information. Adversaries may also use Automated Collection on the local system.

## Kill Chain Phase

- Collection (TA0100)

**Platforms:** ICS

## What to Check

- [ ] Identify if Data from Local System technique is applicable to target ICS environment
- [ ] Check ICS/SCADA systems for indicators of Data from Local System
- [ ] Verify mitigations are bypassed or absent (4 known mitigations)
- [ ] Assess detection coverage (1 detection strategies)

## How to Test

### Identify Attack Surface

Determine if the target ICS/SCADA environment is susceptible to Data from Local System by examining operational technology systems and network architecture.

### Assess Existing Defenses

Review whether mitigations for T0893 are in place. If defenses are absent or misconfigured, this technique may be exploitable in the ICS environment.

## Remediation Guide

### M0941 Encrypt Sensitive Information

Information which is sensitive to the operation and architecture of the process environment may be encrypted to ensure confidentiality and restrict access to only those who need to know.

### M0803 Data Loss Prevention

Data loss prevention can restrict access to sensitive data and detect sensitive data that is unencrypted.

### M0922 Restrict File and Directory Permissions

Protect files stored locally with proper permissions to limit opportunities for adversaries to interact and collect information from the local system.

### M0917 User Training

Develop and publish policies that define acceptable information to be stored on local systems.

## Detection

### Detection of Data from Local System

## Risk Assessment

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

## CWE Categories

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

## References

- [MITRE ATT&CK ICS - T0893](https://attack.mitre.org/techniques/T0893)

