// MITRE ATT&CK

T1003.008 · /etc/passwd and /etc/shadow

🎯 Credential Access Linux Sub-technique

Sub-technique of T1003 · OS Credential Dumping.

Adversaries may attempt to dump the contents of /etc/passwd and /etc/shadow to enable offline password cracking. Most modern Linux operating systems use a combination of /etc/passwd and /etc/shadow to store user account information, including passw...

How to detect & mitigate it

Detecting /etc/passwd and /etc/shadow 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.