kevmap

Techniques › T1133

T1133 External Remote Services

persistence · initial access — Containers, Linux, macOS, Windows · attack.mitre.org · JSON

1
MITRE detection strategy
4
analytics
20
Sigma rules tagged attack.t1133
25
KEV CVEs mapped here
<p>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.</p><p>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.</p><p>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.</p><p>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.</p>

KEV CVEs mapped to this technique · CTID Mappings Explorer

CVEVendor / productMapping typeStateAdded
CVE-2023-39780ASUS RT-AX55 Routers exploitation technique Mapped2025-06-02
CVE-2025-32756Fortinet Multiple Products exploitation technique Mapped2025-05-14
CVE-2024-11120GeoVision Multiple Devices exploitation technique Mapped2025-05-07
CVE-2024-45195Apache OFBiz exploitation technique Mapped2025-02-04
CVE-2023-48365Qlik Sense exploitation technique Mapped2025-01-13
CVE-2023-20269Cisco Adaptive Security Appliance and Firepower Threat Defense exploitation technique Mapped2023-09-13
CVE-2023-27532Veeam Backup & Replication exploitation technique Mapped2023-08-22
CVE-2022-20699Cisco Small Business RV160, RV260, RV340, and RV345 Series Routers exploitation technique Mapped2022-03-03
CVE-2014-6271GNU Bourne-Again Shell (Bash) exploitation technique Mapped2022-01-28
CVE-2014-7169GNU Bourne-Again Shell (Bash) exploitation technique Mapped2022-01-28
CVE-2018-4939Adobe ColdFusion primary impact Mapped2021-11-03
CVE-2019-3396Atlassian Confluence Server and Data Server exploitation technique Mapped2021-11-03
CVE-2021-1497Cisco HyperFlex HX exploitation technique Mapped2021-11-03
CVE-2021-1498Cisco HyperFlex HX exploitation technique Mapped2021-11-03
CVE-2019-19781Citrix Application Delivery Controller (ADC), Gateway, and SD-WAN WANOP Appliance exploitation technique Mapped2021-11-03
CVE-2020-25506D-Link DNS-320 Device exploitation technique Mapped2021-11-03
CVE-2020-8515DrayTek Multiple Vigor Routers exploitation technique Mapped2021-11-03
CVE-2020-5902F5 BIG-IP exploitation technique Stale2021-11-03
CVE-2021-22986F5 BIG-IP and BIG-IQ Centralized Management exploitation technique Mapped2021-11-03
CVE-2019-5591Fortinet FortiOS exploitation technique Mapped2021-11-03
CVE-2019-0708Microsoft Remote Desktop Services exploitation technique Mapped2021-11-03
CVE-2020-1472Microsoft Netlogon exploitation technique secondary impact Mapped2021-11-03
CVE-2021-26855Microsoft Exchange Server exploitation technique Mapped2021-11-03
CVE-2021-26857Microsoft Exchange Server secondary impact Mapped2021-11-03
CVE-2019-11510Ivanti Pulse Connect Secure exploitation technique Mapped2021-11-03

Detection strategy · ATT&CK Enterprise v19.2

Sigma rules · SigmaHQ da9bb07d64, tag attack.t1133

Author: Josh Nickels, Qi Nan · 2024-03-11 · logsource: product=linux category=process_creation · 1f6b8cd4-3e60-47cc-b282-5aa1cbc9182d
Detects the command line executed when TeamViewer starts a session started by a remote host. Once a connection has been started, an investigator can verify the connection details by viewing the "incoming_connections.txt" log file in the TeamViewer folder.
Techniques: T1133
Author: Micah Babinski (@micahbabinski), Zach Mathis (@yamatosecurity) · 2023-01-19 (modified 2024-03-11) · logsource: product=windows service=security · 259a9cdf-c4dd-4fa2-b243-2269e5ab18a2
Detects successful logon from public IP address via RDP. This can indicate a publicly-exposed RDP port.
Techniques: T1133T1078T1110
Author: Marco Pedrinazzi (@pedrinazziM) (InTheCyber) · 2025-11-01 · logsource: product=fortigate service=event · 2bfb6216-0c31-4d20-8501-2629b29a3fa2
Detects the addition of a VPN SSL Web Portal on a Fortinet FortiGate Firewall. This behavior was observed in pair with modification of VPN SSL settings.
Techniques: T1133
Author: Security Onion Solutions · 2024-03-08 · logsource: product=opencanary category=application · 512cff7a-683a-43ad-afe0-dd398e872f36
Detects instances where a Telnet service on an OpenCanary node has had a login attempt.
Techniques: T1133T1078
Author: Marco Pedrinazzi (@pedrinazziM) · 2026-01-06 · logsource: product=opencanary category=application · 598290cf-5932-45cd-9123-be1e05ab4f2e
Detects instances where an RDP service on an OpenCanary node has had a connection attempt.
Techniques: T1133T1021.001
Author: MSFT (idea), Swachchhanda Shrawan Poudel (Nextron Systems) · 2025-10-07 · logsource: product=windows category=process_creation · 6c76b3d0-afe4-4870-9443-ffe6773c5fef
Detects suspicious command execution by child processes of the GoAnywhere Managed File Transfer (MFT) application, which may indicate exploitation such as CVE-2025-10035. This behavior is indicative of post-exploitation activity related to CVE-2025-10035, as observed in campaigns by the threat actor Storm-1175.
CVE tags: CVE-2025-10035
Author: Florian Roth (Nextron Systems) · 2021-02-11 (modified 2024-02-26) · logsource: product=windows category=process_creation · 75bfe6e6-cd8e-429e-91d3-03921e1d7962
Detects ScreenConnect program starts that establish a remote access to a system.
Techniques: T1133
Author: Micah Babinski (@micahbabinski), Zach Mathis (@yamatosecurity) · 2023-01-19 (modified 2024-03-11) · logsource: product=windows service=security · 78d5cab4-557e-454f-9fb9-a222bd0d5edc
Detects successful logon from public IP address via SMB. This can indicate a publicly-exposed SMB port.
Techniques: T1133T1078T1110
Author: Marco Pedrinazzi (@pedrinazziM) (InTheCyber) · 2025-11-01 · logsource: product=fortigate service=event · 8b5dacf2-aeb7-459d-b133-678eb696d410
Detects the modification of VPN SSL Settings (for example, the modification of authentication rules). This behavior was observed in pair with the addition of a VPN SSL Web Portal.
Techniques: T1133
Author: Tim Rauch (Nextron Systems), Elastic (idea) · 2022-09-27 (modified 2023-02-15) · logsource: product=windows category=file_delete · 8f0b1fb1-9bd4-4e74-8cdf-a8de4d2adfd0
Detects an unexpected file being deleted by dns.exe which my indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
Techniques: T1133
Author: Tim Rauch (Nextron Systems), Elastic (idea) · 2022-09-27 · logsource: product=windows category=file_change · 9f383dc0-fdeb-4d56-acbc-9f9f4f8f20f3
Detects an unexpected file being modified by dns.exe which my indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
Techniques: T1133
Author: Tim Rauch, Elastic (idea) · 2022-09-27 (modified 2023-02-05) · logsource: product=windows category=process_creation · a4e3d776-f12e-42c2-8510-9e6ed1f43ec3
Detects an unexpected process spawning from dns.exe which may indicate activity related to remote code execution or other forms of exploitation as seen in CVE-2020-1350 (SigRed)
Techniques: T1133
Author: Josh Nickels, Qi Nan · 2024-03-11 · logsource: product=windows category=process_creation · ab70c354-d9ac-4e11-bbb6-ec8e3b153357
Detects the command line executed when TeamViewer starts a session started by a remote host. Once a connection has been started, an investigator can verify the connection details by viewing the "incoming_connections.txt" log file in the TeamViewer folder.
Techniques: T1133
Author: frack113 · 2021-12-28 (modified 2023-08-17) · logsource: product=windows category=registry_set · b64a026b-8deb-4c1d-92fd-98893209dff1
Running Chrome VPN Extensions via the Registry install 2 vpn extension
Techniques: T1133
Author: Security Onion Solutions · 2024-03-08 · logsource: product=opencanary category=application · cd55f721-5623-4663-bd9b-5229cab5237d
Detects instances where an SSH service on an OpenCanary node has had a connection attempt.
Techniques: T1133T1021T1078
Author: Micah Babinski · 2025-11-25 · logsource: product=windows category=file_event · e890acee-d488-420e-8f20-d9b19b3c3d43
Detects instances where the ArcGIS Server process ArcSOC.exe, which hosts REST services running on an ArcGIS server, creates a file with suspicious file type, indicating that it may be an executable, script file, or otherwise unusual.
Techniques: T1127T1105T1133
Author: Josh Nickels, Qi Nan · 2024-03-11 · logsource: product=macos category=process_creation · f459ccb4-9805-41ea-b5b2-55e279e2424a
Detects the command line executed when TeamViewer starts a session started by a remote host. Once a connection has been started, an investigator can verify the connection details by viewing the "incoming_connections.txt" log file in the TeamViewer folder.
Techniques: T1133
Author: NVISO · 2020-05-06 (modified 2024-03-11) · logsource: product=windows service=security · f88e112a-21aa-44bd-9b01-6ee2a2bbbed1
Detects a failed logon attempt from a public IP. A login from a public IP can indicate a misconfigured firewall or network boundary.
Techniques: T1078T1190T1133
Author: Security Onion Solutions · 2024-03-08 · logsource: product=opencanary category=application · ff7139bc-fdb1-4437-92f2-6afefe8884cb
Detects instances where an SSH service on an OpenCanary node has had a login attempt.
Techniques: T1133T1021T1078
Author: Florian Roth (Nextron Systems) · 2021-12-06 (modified 2022-09-09) · logsource: product=windows category=process_creation · ffa28e60-bdb1-46e0-9f82-05f7a61cc06e
Detects addition of users to the local Remote Desktop Users group via "Net" or "Add-LocalGroupMember".