// MITRE ATT&CK

T1003.007 · Proc Filesystem

🎯 Credential Access Linux Sub-technique

Sub-technique of T1003 · OS Credential Dumping.

Adversaries may gather credentials from the proc filesystem or `/proc`. The proc filesystem is a pseudo-filesystem used as an interface to kernel data structures for Linux based systems managing virtual memory. For each process, the `/proc//maps` file shows how memory is mapped within the proce...

How to detect & mitigate it

Detecting Proc Filesystem starts with your SIEM/EDR telemetry. Write a detection rule with the Sigma generator, analyze suspicious logs in the log analyzer, and place the technique on your coverage with the ATT&CK matrix.

Related techniques

Source: MITRE ATT&CK®. ATT&CK is a registered trademark of The MITRE Corporation. Content for educational purposes.