// MITRE ATT&CK

T1036.011 · Overwrite Process Arguments

🎯 Stealth Linux Sub-technique

Sub-technique of T1036 · Masquerading.

Adversaries may modify a process's in-memory arguments to change its name in order to appear as a legitimate or benign process. On Linux, the operating system stores command-line arguments in the process’s stack and passes them to the `main()` function as the `argv` array. The first element, `argv...

How to detect & mitigate it

Detecting Overwrite Process Arguments 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.