// MITRE ATT&CK

T1564.010 · Process Argument Spoofing

🎯 Stealth Windows Sub-technique

Sub-technique of T1564 · Hide Artifacts.

Adversaries may attempt to hide process command-line arguments by overwriting process memory. Process command-line arguments are stored in the process environment block (PEB), a data structure used by Windows to store various information about/used by a process. The PEB includes the process command-...

How to detect & mitigate it

Detecting Process Argument Spoofing 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.