Skip to content

Commit 867b37a

Browse files
authored
Important and relevant NamedPipe names
The events generated by an explicit matches on the listed pipe names should be few and highly relevant.
1 parent 5ded528 commit 867b37a

File tree

1 file changed

+13
-6
lines changed

1 file changed

+13
-6
lines changed

sysmonconfig-export.xml

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -820,11 +820,18 @@
820820
<!--ADDITIONAL REFERENCE: [ https://blog.cobaltstrike.com/2015/10/07/named-pipe-pivoting/ ] -->
821821

822822
<!--DATA: UtcTime, ProcessGuid, ProcessId, PipeName, Image-->
823-
<RuleGroup name="" groupRelation="or">
824-
<PipeEvent onmatch="include">
825-
<!--NOTE: Using incide with no rules means nothing in this section will be logged-->
826-
</PipeEvent>
827-
</RuleGroup>
823+
<RuleGroup name="" groupRelation="or">
824+
<PipeEvent onmatch="include">
825+
<PipeName condition="contains any">paexec;remcom;csexec</PipeName>
826+
<PipeName condition="contains any">\lsadump;\cachedump;\wceservicepipe</PipeName>
827+
<PipeName condition="contains any">\isapi_http;\isapi_dg;\isapi_dg2;\sdlrpc;\ahexec;\winsession;\lsassw;\46a676ab7f179e511e30dd2dc41bd388;\9f81f59bc58452127884ce513865ed20;\e710f28d59aa529d6792ca6ff0ca1b34;\rpchlp_3;\NamePipe_MoreWindows;\pcheap_reuse;\gruntsvc;\583da945-62af-10e8-4902-a8f205c72b2e;\bizkaz;\svcctl;\Posh;\jaccdpqnvbrrxlaf;\csexecsvc</PipeName>
828+
<PipeName condition="contains all">MSSE-;-server</PipeName>
829+
<PipeName condition="begin with">\postex_</PipeName>
830+
<PipeName condition="begin with">\postex_ssh_</PipeName>
831+
<PipeName condition="begin with">\status_</PipeName>
832+
<PipeName condition="contains any">\atctl;\userpipe;\iehelper;\sdlrpc;\comnap</PipeName>
833+
</PipeEvent>
834+
</RuleGroup>
828835

829836
<!--SYSMON EVENT ID 19 & 20 & 21 : WMI EVENT MONITORING [WmiEvent]-->
830837
<!--EVENT 19: "WmiEventFilter activity detected"-->
@@ -1156,4 +1163,4 @@
11561163
<!--Cannot be filtered.-->
11571164

11581165
</EventFiltering>
1159-
</Sysmon>
1166+
</Sysmon>

0 commit comments

Comments
 (0)