Suspicious RemCom Service Deployment (via system)
This rule detects RemCom service installation and execution events
SigmamediumWindowsv1
sigma
suspicious-remcom-service-deployment-via-system
title: Suspicious RemCom Service Deployment (via system)
id: 05356052-5e00-58be-ae96-a5ccda507066
status: stable
description: This rule detects RemCom service installation and execution events
references:
- https://attack.mitre.org/techniques/T1569/002/
- https://github.com/kavika13/RemCom/
author: Huntrule Team
date: 2026-01-09
tags:
- attack.execution
- attack.t1569.002
logsource:
product: windows
service: system
detection:
selection_eid:
Provider_Name: 'Service Control Manager'
EventID: 7045
selection_service:
- ServiceName: 'RemComSvc'
- ImagePath|endswith: '\RemComSvc.exe'
condition: all of selection_*
falsepositives:
- Unknown
level: medium
Known false positives
- Unknown
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.