| name | T1437.001_web-protocols |
| description | Adversaries may communicate using application layer protocols associated with web protocols traffic to avoid detection/network filtering by blending in with existing traffic. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","mobile","t1437.001","command-and-control","android","ios","sub-technique"] |
| technique_id | T1437.001 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["Android","iOS"] |
| mitre_url | https://attack.mitre.org/techniques/T1437/001 |
| tech_stack | ["android","ios"] |
| cwe_ids | ["CWE-300"] |
| chains_with | ["T1437"] |
| prerequisites | ["T1437"] |
| severity_boost | {"T1437":"Chain with T1437 for deeper attack path"} |
T1437.001 Web Protocols
Sub-technique of: T1437
High-Level Description
Adversaries may communicate using application layer protocols associated with web protocols traffic to avoid detection/network filtering by blending in with existing traffic. Commands to remote mobile devices, and often the results of those commands, will be embedded within the protocol traffic between the mobile client and server.
Web protocols such as HTTP and HTTPS are used for web traffic as well as well as notification services native to mobile messaging services such as Google Cloud Messaging (GCM) and newly, Firebase Cloud Messaging (FCM), (GCM/FCM: two-way communication) and Apple Push Notification Service (APNS; one-way server-to-device). Such notification services leverage HTTP/S via the respective API and are commonly abused on Android and iOS respectively in order blend in with routine device traffic making it difficult for enterprises to inspect.
Kill Chain Phase
- Command and Control (TA0037)
Platforms: Android, iOS
What to Check
How to Test
Identify Attack Surface
Determine if the target mobile environment is susceptible to Web Protocols by examining the target platforms (Android, iOS).
Assess Existing Defenses
Review whether mitigations for T1437.001 are in place. If defenses are absent or misconfigured, this technique may be exploitable.
Remediation Guide
No specific mitigations documented for this technique.
Detection
Detection of Web Protocols
Risk Assessment
| Finding | Severity | Impact |
|---|
| Web Protocols technique applicable | Low | Command And Control |
CWE Categories
| CWE ID | Title |
|---|
| CWE-300 | Channel Accessible by Non-Endpoint |