EXPLORE
← Back to Explore
sigmamediumHunting

RemCom Service File Creation

Detects default RemCom service filename which indicates RemCom service installation and execution

MITRE ATT&CK

execution

Detection Query

selection:
  TargetFilename|endswith: \RemComSvc.exe
condition: selection

Author

Nasreddine Bencherchali (Nextron Systems)

Created

2023-08-04

Data Sources

windowsFile Events

Platforms

windows

Tags

attack.executionattack.t1569.002attack.s0029
Raw Content
title: RemCom Service File Creation
id: 7eff1a7f-dd45-4c20-877a-f21e342a7611
status: test
description: Detects default RemCom service filename which indicates RemCom service installation and execution
references:
    - https://github.com/kavika13/RemCom/
author: Nasreddine Bencherchali (Nextron Systems)
date: 2023-08-04
tags:
    - attack.execution
    - attack.t1569.002
    - attack.s0029
logsource:
    category: file_event
    product: windows
detection:
    selection:
        TargetFilename|endswith: '\RemComSvc.exe'
    condition: selection
falsepositives:
    - Unknown
level: medium