| name | T1001.003_protocol-or-service-impersonation |
| description | Adversaries may impersonate legitimate protocols or web service traffic to disguise command and control activity and thwart analysis efforts. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1001.003","command-and-control","esxi","linux","macos","windows","sub-technique"] |
| technique_id | T1001.003 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["ESXi","Linux","macOS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1001/003 |
| tech_stack | ["esxi","linux","macos","windows"] |
| cwe_ids | ["CWE-300"] |
| chains_with | ["T1001","T1001.001","T1001.002"] |
| prerequisites | ["T1001"] |
| severity_boost | {"T1001":"Chain with T1001 for deeper attack path","T1001.001":"Chain with T1001.001 for deeper attack path","T1001.002":"Chain with T1001.002 for deeper attack path"} |
T1001.003 Protocol or Service Impersonation
Sub-technique of: T1001
High-Level Description
Adversaries may impersonate legitimate protocols or web service traffic to disguise command and control activity and thwart analysis efforts. By impersonating legitimate protocols or web services, adversaries can make their command and control traffic blend in with legitimate network traffic.
Adversaries may impersonate a fake SSL/TLS handshake to make it look like subsequent traffic is SSL/TLS encrypted, potentially interfering with some security tooling, or to make the traffic look like it is related with a trusted entity.
Adversaries may also leverage legitimate protocols to impersonate expected web traffic or trusted services. For example, adversaries may manipulate HTTP headers, URI endpoints, SSL certificates, and transmitted data to disguise C2 communications or mimic legitimate services such as Gmail, Google Drive, and Yahoo Messenger.
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 Protocol or Service Impersonation by examining the target platforms (ESXi, Linux, macOS).
-
Assess Existing Defenses: Review whether mitigations for T1001.003 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 for updates.