| name | T1001.001_junk-data |
| description | Adversaries may add junk data to protocols used for command and control to make detection more difficult. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1001.001","command-and-control","esxi","linux","macos","windows","sub-technique"] |
| technique_id | T1001.001 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["ESXi","Linux","macOS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1001/001 |
| tech_stack | ["esxi","linux","macos","windows"] |
| cwe_ids | ["CWE-300"] |
| chains_with | ["T1001","T1001.002","T1001.003"] |
| prerequisites | ["T1001"] |
| severity_boost | {"T1001":"Chain with T1001 for deeper attack path","T1001.002":"Chain with T1001.002 for deeper attack path","T1001.003":"Chain with T1001.003 for deeper attack path"} |
T1001.001 Junk Data
Sub-technique of: T1001
High-Level Description
Adversaries may add junk data to protocols used for command and control to make detection more difficult. By adding random or meaningless data to the protocols used for command and control, adversaries can prevent trivial methods for decoding, deciphering, or otherwise analyzing the traffic. Examples may include appending/prepending data with junk characters or writing junk characters between significant characters.
Kill Chain Phase
- Command and Control (TA0011)
Platforms: ESXi, Linux, macOS, Windows
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Junk Data by examining the target platforms (ESXi, Linux, macOS).
-
Assess Existing Defenses: Review whether mitigations for T1001.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
-
Execute Test: Use tools and methods described in the MITRE ATT&CK page and external references below.
Note: No Atomic Red Team tests available for this technique. See Atomic Red Team GitHub for updates.
Remediation Guide
M1031 Network Intrusion Prevention
Network intrusion detection and prevention systems that use network signatures to identify traffic for specific adversary malware can be used to mitigate some obfuscation activity at the network level.
Detection
Detecting Junk Data in C2 Channels via Behavioral Analysis
Risk Assessment