Skip to main content
T1005Collectionmedium difficulty

Data from Local System

This is the collection step on a single host: the adversary searches local drives, configuration files, the registry, and databases for valuable data before exfiltration, using cmd or PowerShell to comb the filesystem. Detection rests on volume and pattern rather than any single read, such as one process opening large numbers of documents from user directories in a short span, or recursive searches keyed to sensitive file types and keywords.

Practice detecting Data from Local System on realistic XDR, SIEM alerts in SOCSimulator Operations.

XDRSIEM

What is Data from Local System?

Data from Local System is documented as technique T1005 in MITRE ATT&CK® v19.1 under the Collection tactic. Detection requires visibility into XDR, SIEM telemetry.

Detection Strategies

The following detection strategies help SOC analysts identify Data from Local System activity. These methods apply across XDR, SIEM environments and can be implemented as detection rules, correlation queries, or behavioral analytics in your security platform.

  1. 1

    Monitor for mass file access events on endpoints, particularly processes reading large numbers of document files (Office documents, PDFs, text files) from user directories in short time periods suggesting automated collection.

  2. 2

    Alert on compression utility usage followed by large file creation in staging directories, as attackers typically archive collected data before exfiltration to reduce transfer size and potentially encrypt contents.

  3. 3

    Track access to sensitive data repositories including source code directories, financial document stores, and customer database exports, alerting on access by accounts or processes with no legitimate business need.

  4. 4

    Detect staging behavior by monitoring for large amounts of data being consolidated into single directories or archives before being moved toward network egress points or removable media.

  5. 5

    Monitor clipboard access by unusual processes on systems containing sensitive information, as attackers may use keyloggers and clipboard monitors to capture credentials and sensitive data as users interact with applications.

Example Alerts

These realistic alert examples show what Data from Local System looks like in your security tools. Use them to tune detection rules and train analysts to recognize true positives versus false positives in live environments.

HighXDR

Mass Document Collection Script Executed

PowerShell script executed on executive workstation EX-WS-001 performing recursive search and copy of all .xlsx, .docx, .pdf, and .pptx files to a staging directory in C:\Users\Public. The script collected 2,847 documents totaling 4.3GB within 8 minutes. A 7zip compression process then created an encrypted archive of the staged files before network activity began toward an external destination.

CriticalXDR

Database Export File Created on Server

mysqldump process executed on database server DB-PROD-02 exporting the customer_data database containing 2.3 million customer records to a CSV file. The process was initiated by the web application service account, which has no legitimate reason to export full database contents. The export file was subsequently compressed and accessed by a process making network connections to an external IP address.

HighSIEM

Source Code Repository Cloned Locally

Git clone command executed by developer account on build server BUILD-01, cloning all 47 repositories from the internal GitLab instance to a local directory. This full repository clone representing 28GB of source code is unusual as developers typically clone only their working repositories. The account used has access to repositories outside its team scope due to overly permissive GitLab group settings.

Frequently Asked Questions

How do SOC analysts detect Data from Local System?
Detection centers on XDR, SIEM telemetry for the collection phase of the attack. Monitor for mass file access events on endpoints, particularly processes reading large numbers of document files (Office documents, PDFs, text files) from user directories in short time periods suggesting automated collection. Alert on compression utility usage followed by large file creation in staging directories, as attackers typically archive collected data before exfiltration to reduce transfer size and potentially encrypt contents.
What does a Data from Local System alert look like?
A representative XDR detection is "Mass Document Collection Script Executed" (high severity): PowerShell script executed on executive workstation EX-WS-001 performing recursive search and copy of all .xlsx, .docx, .pdf, and .pptx files to a staging directory in C:\Users\Public. The script collected 2,847 documents totaling 4.3GB within 8 minutes. A 7zip compression process then created an encrypted archive of the staged files before network activity began toward an external destination.
Which tools detect Data from Local System, and how can I practice?
Data from Local System (T1005) is best surfaced with XDR, SIEM telemetry, which exposes the collection signals described above. Practice detecting it on those exact consoles in SOCSimulator Operations, free.
Glossary

What is Exfiltration? SOC Glossary

Data exfiltration is the unauthorized transfer of sensitive data out of a victim environment to attacker-controlled infr…

Read more
Glossary

What is DLP? SOC Glossary

Data Loss Prevention (DLP) is a set of technologies and policies that detect and prevent unauthorized transmission, stor…

Read more
Glossary

What is SIEM? SOC Glossary

Security Information and Event Management (SIEM) is a platform that aggregates, normalizes, and correlates log data from…

Read more
Glossary

What is Log Management? SOC Glossary

Log management is the process of collecting, normalizing, storing, retaining, and analyzing log data from across the IT …

Read more
Career Path

DFIR Analyst Career Guide: Salary & Skills

DFIR Analysts combine forensic investigation with incident response. You collect and analyze digital evidence from compr…

Read more
Career Path

Incident Responder Career Guide: Salary & Skills

Incident Responders lead the technical response when confirmed breaches happen. You coordinate containment, run forensic…

Read more
Tool

XDR Training Console: SOCSimulator

The XDR console in SOCSimulator replicates the investigation workflow of platforms like CrowdStrike Falcon, Microsoft De…

Read more
Tool

SIEM Training Console: SOCSimulator

The SIEM console in SOCSimulator replicates the workflow of enterprise platforms like Splunk Enterprise Security, Micros…

Read more
Comparison

SOCSimulator Vs. Letsdefend: Platform Comparison

SOCSimulator wins on operational realism. You get multi-tool shift simulation with SLA pressure, noise injection, and al…

Read more
Glossary

SOC Glossary: Security Operations Terminology

Complete glossary of Security Operations Center terminology for aspiring SOC analysts.

Read more
Feature

Shift Mode: Real-Time SOC Simulation

Practice alert triage under realistic time pressure with SLA timers and noise injection.

Read more
Feature

Operations: Guided Training Operations

Structured CTF-style investigation operations covering real-world attack scenarios.

Read more