Remote services (leveraging RemCom tool) to run encoded PowerShell commands within organizations.
RemCom
RemCom is an open-source remote command execution utility for Windows that serves as a PsExec-like replacement, allowing operators to execute processes on remote systems through service-based execution.
Profile source: Mallory opens in a new tabRemCom
Family profile
RemCom is an open-source remote command execution utility for Windows that serves as a PsExec-like replacement, allowing operators to execute processes on remote systems through service-based execution. It is best characterized as a legitimate dual-use administrative tool that is frequently repurposed by threat actors for lateral movement and post-compromise operations inside Windows environments. Observed malicious use includes remote execution of encoded PowerShell commands, deployment of additional payloads, and propagation across compromised enterprise networks.
RemCom has appeared in intrusion activity associated with multiple threat actors and operations, including APT39, Mango Sandstorm (formerly tracked by Microsoft as MERCURY), Stately Taurus, and reporting on FANCY BEAR tradecraft. It has also been referenced in destructive and ransomware-related operations as an auxiliary tool used after initial compromise, including BlackCat/ALPHV-linked activity and environments later impacted by IsaacWiper. In these contexts, RemCom is typically not the initial payload but a post-exploitation utility used to extend access, execute tooling remotely, and support movement between hosts.
Operationally, RemCom is commonly associated with creation of temporary or attacker-controlled Windows services to launch commands on remote hosts, making it relevant to service-execution and remote-service-creation detections. Because it is openly available and can be used legitimately by administrators, detections require contextual analysis to distinguish benign administration from adversary tradecraft. Its repeated use across espionage, ransomware, and destructive campaigns has made RemCom a well-known indicator of hands-on-keyboard lateral movement in Windows enterprise intrusions.
Capabilities
- Lateral Movement
- Post Exploitation
Reported operators
Threat actors
2 named in public reportingAPT39 has used post-exploitation tools including RemCom and the Non-sucking Service Manager (NSSM) to execute processes.
MITRE ATT&CK
RemCom in ATT&CK
7 distinct techniquesReporting
Research mentioning RemCom
Incident response statistics and cases at educational institutions in Brazil | Securelist
Brazilian educational institutions faced a sustained wave of cyber incidents in incident-response cases reviewed from January 2025 through June 2026, with attackers most often gaining access through valid accounts, exploitation of public-facing applications, insider activity, and weak patch management. High-severity cases were dominated by ransomware, particularly DragonForce and LockBit 3, and private institutions were more frequently affected than public ones. Investigators also found that outdated and unpatched systems, including Windows 10 deployments kept past end of support and unpatched Windows Server 2016 hosts, materially increased exposure. Representative intrusions showed attackers relying on common but effective techniques rather than novel tradecraft. One LockBit case involved a custom deployment built from the leaked builder and spread with PsExec, aligning with the well-documented abuse of Windows service execution for lateral movement and payload launch. Another DragonForce intrusion used AnyDesk and log wiping to maintain access and hinder response, while a separate insider case involved a Python keylogger installed on a shared machine to capture credentials. The findings underscore the need for MFA, least privilege, removal of shared accounts, tighter control of remote-access tools, stronger backups, centralized logging, longer EDR retention, and faster patching.