Detectionmediumtest

PUA - RemCom Default Named Pipe

Detects default RemCom pipe creation

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Nikita Nazarov, oscd.community, Nasreddine Bencherchali (Nextron Systems)Created Mon Aug 07Updated Thu Nov 30d36f87ea-c403-44d2-aa79-1a0ac7c24456windows
Log Source
WindowsNamed Pipe Created
ProductWindows← raw: windows
CategoryNamed Pipe Created← raw: pipe_created

Definition

Note that you have to configure logging for Named Pipe Events in Sysmon config (Event ID 17 and Event ID 18). The basic configuration is in popular sysmon configuration (https://github.com/SwiftOnSecurity/sysmon-config), but it is worth verifying. You can also use other repo, e.g. https://github.com/Neo23x0/sysmon-config, https://github.com/olafhartong/sysmon-modular. How to test detection? You can check powershell script from this site https://svch0st.medium.com/guide-to-named-pipes-and-hunting-for-cobalt-strike-pipes-dc46b2c5f575

Detection Logic
Detection Logic1 selector
detection:
    selection:
        PipeName|contains: '\RemCom'
    condition: selection
False Positives

Legitimate Administrator activity

Related Rules
Similar

9e77ed63-2ecf-4c7b-b09d-640834882028

Rule not found
Rule Metadata
Rule ID
d36f87ea-c403-44d2-aa79-1a0ac7c24456
Status
test
Level
medium
Type
Detection
Created
Mon Aug 07
Modified
Thu Nov 30
Path
rules/windows/pipe_created/pipe_created_pua_remcom_default_pipe.yml
Raw Tags
attack.lateral-movementattack.t1021.002attack.executionattack.t1569.002
View on GitHub