| name | T1071.005_publishsubscribe-protocols |
| description | Adversaries may communicate using publish/subscribe (pub/sub) application layer protocols to avoid detection/network filtering by blending in with existing traffic. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1071.005","command-and-control","macos","linux","windows","network-devices","sub-technique"] |
| technique_id | T1071.005 |
| tactic | command-and-control |
| all_tactics | ["command-and-control"] |
| platforms | ["macOS","Linux","Windows","Network Devices"] |
| mitre_url | https://attack.mitre.org/techniques/T1071/005 |
| tech_stack | ["macos","linux","windows","network devices"] |
| cwe_ids | ["CWE-300"] |
| chains_with | ["T1071","T1071.001","T1071.002","T1071.003","T1071.004"] |
| prerequisites | ["T1071"] |
| severity_boost | {"T1071":"Chain with T1071 for deeper attack path","T1071.001":"Chain with T1071.001 for deeper attack path","T1071.002":"Chain with T1071.002 for deeper attack path"} |
T1071.005 Publish/Subscribe Protocols
Sub-technique of: T1071
High-Level Description
Adversaries may communicate using publish/subscribe (pub/sub) application layer protocols to avoid detection/network filtering by blending in with existing traffic. Commands to the remote system, and often the results of those commands, will be embedded within the protocol traffic between the client and server.
Protocols such as MQTT, XMPP, AMQP, and STOMP use a publish/subscribe design, with message distribution managed by a centralized broker. Publishers categorize their messages by topics, while subscribers receive messages according to their subscribed topics. An adversary may abuse publish/subscribe protocols to communicate with systems under their control from behind a message broker while also mimicking normal, expected traffic.
Kill Chain Phase
- Command and Control (TA0011)
Platforms: macOS, Linux, Windows, Network Devices
What to Check
How to Test
Manual Testing
-
Identify Attack Surface: Determine if the target environment is susceptible to Publish/Subscribe Protocols by examining the target platforms (macOS, Linux, Windows).
-
Assess Existing Defenses: Review whether mitigations for T1071.005 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.