| name | T1102_web-service |
| description | Adversaries may use an existing, legitimate external Web service as a means for relaying data to/from a compromised system. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1102","command-and-control","esxi","linux","windows","macos"] |
| technique_id | T1102 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["ESXi","Linux","Windows","macOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1102 |
| tech_stack | ["esxi","linux","windows","macos"] |
| cwe_ids | ["CWE-300"] |
| chains_with | ["T1102.001","T1102.002","T1102.003"] |
| prerequisites | [] |
| severity_boost | {"T1102.001":"Chain with T1102.001 for deeper attack path","T1102.002":"Chain with T1102.002 for deeper attack path","T1102.003":"Chain with T1102.003 for deeper attack path"} |
T1102 Web Service
High-Level Description
Adversaries may use an existing, legitimate external Web service as a means for relaying data to/from a compromised system. Popular websites, cloud services, and social media acting as a mechanism for C2 may give a significant amount of cover due to the likelihood that hosts within a network are already communicating with them prior to a compromise. Using common services, such as those offered by Google, Microsoft, or Twitter, makes it easier for adversaries to hide in expected noise. Web service providers commonly use SSL/TLS encryption, giving adversaries an added level of protection.
Use of Web services may also protect back-end C2 infrastructure from discovery through malware binary analysis while also enabling operational resiliency (since this infrastructure may be dynamically changed).
Kill Chain Phase
- Command and Control (TA0011)
Platforms: ESXi, Linux, Windows, macOS
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Web Service by examining the target platforms (ESXi, Linux, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1102 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 activity at the network level.