| name | T1133_external-remote-services |
| description | Adversaries may leverage external-facing remote services to initially access and/or persist within a network. |
| category | configuration |
| version | 18.1 |
| author | cyberstrike-official |
| tags | ["mitre-attack","enterprise","t1133","persistence","initial-access","containers","linux","macos","windows"] |
| technique_id | T1133 |
| tactic | persistence |
| all_tactics | ["persistence","initial-access"] |
| platforms | ["Containers","Linux","macOS","Windows"] |
| mitre_url | https://attack.mitre.org/techniques/T1133 |
| tech_stack | ["containers","linux","macos","windows"] |
| cwe_ids | ["CWE-276"] |
| chains_with | [] |
| prerequisites | [] |
| severity_boost | {} |
T1133 External Remote Services
High-Level Description
Adversaries may leverage external-facing remote services to initially access and/or persist within a network. Remote services such as VPNs, Citrix, and other access mechanisms allow users to connect to internal enterprise network resources from external locations. There are often remote service gateways that manage connections and credential authentication for these services. Services such as Windows Remote Management and VNC can also be used externally.
Access to Valid Accounts to use the service is often a requirement, which could be obtained through credential pharming or by obtaining the credentials from users after compromising the enterprise network. Access to remote services may be used as a redundant or persistent access mechanism during an operation.
Access may also be gained through an exposed service that doesn’t require authentication. In containerized environments, this may include an exposed Docker API, Kubernetes API server, kubelet, or web application such as the Kubernetes dashboard.
Adversaries may also establish persistence on network by configuring a Tor hidden service on a compromised system. Adversaries may utilize the tool ShadowLink to facilitate the installation and configuration of the Tor hidden service. Tor hidden service is then accessible via the Tor network because ShadowLink sets up a .onion address on the compromised system. ShadowLink may be used to forward any inbound connections to RDP, allowing the adversaries to have remote access. Adversaries may get ShadowLink to persist on a system by masquerading it as an MS Defender application.
Kill Chain Phase
- Persistence (TA0003)
- Initial Access (TA0001)
Platforms: Containers, Linux, macOS, Windows
What to Check
How to Test
Atomic Red Team Tests
The following tests are from and provide actionable ways to test this technique: