Skip to content
Threat Feed
medium advisory

RemCom Administrative Tool Named Pipe Usage

Detection of the default named pipe used by the RemCom remote administration tool, which is frequently leveraged by attackers for lateral movement and remote command execution.

RemCom is a remote administration tool designed to function similarly to the Windows PsExec utility, allowing users to execute commands on remote systems. While used for legitimate administrative tasks, its default behavior includes the creation of specific named pipes, which makes it a persistent artifact for detection engineers. Threat actors often adopt RemCom for lateral movement or as a secondary payload execution mechanism due to its ability to facilitate remote service installation and interactive command shell access. Defenders should monitor for the creation of these pipes as a indicator of potential unauthorized remote access or administrative activity occurring within the environment.

Impact

Successful deployment of RemCom within a target network enables attackers to move laterally, escalate privileges, and execute arbitrary code on remote hosts. This activity can lead to full system compromise, exfiltration of sensitive data, and widespread ransomware deployment if the tool is utilized by unauthorized actors.

Recommendation

Deploy the provided Sigma rule to detect the creation of RemCom-specific named pipes. Ensure that Sysmon Event ID 17 (Pipe Created) is enabled in your environment's telemetry configuration to provide visibility into this activity. Investigate any instances where these pipes are created by processes originating from non-administrative service accounts or unconventional parent processes, as this may indicate an active security incident.


Immediate actions

Deploy Sigma detection rule to SIEM

Detection Engineering 72h

Threat Hunt

Search for historical instances of '\RemCom' pipes in existing pipe creation telemetry

T1021.002 medium high confidence hunt now

Data: Sysmon Event ID 17

Detection coverage 1

Detect RemCom Default Named Pipe Creation

medium

Detects the creation of named pipes associated with the RemCom remote administration tool

sigma tactics: execution, lateral_movement techniques: T1021.002, T1569.002 sources: pipe_created, windows

Detection queries are available on the platform. Get full rules →