Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Important and relevant NamedPipe names #151

Merged
merged 2 commits into from
Oct 17, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 18 additions & 6 deletions sysmonconfig-export.xml
Original file line number Diff line number Diff line change
Expand Up @@ -820,11 +820,23 @@
<!--ADDITIONAL REFERENCE: [ https://blog.cobaltstrike.com/2015/10/07/named-pipe-pivoting/ ] -->

<!--DATA: UtcTime, ProcessGuid, ProcessId, PipeName, Image-->
<RuleGroup name="" groupRelation="or">
<PipeEvent onmatch="include">
<!--NOTE: Using incide with no rules means nothing in this section will be logged-->
</PipeEvent>
</RuleGroup>
<RuleGroup name="" groupRelation="or">
<PipeEvent onmatch="include">
<!-- Remote Command Execution Tools -->
<PipeName condition="contains any">paexec;remcom;csexec</PipeName>
<!-- Password or Credential Dumpers -->
<PipeName condition="contains any">\lsadump;\cachedump;\wceservicepipe</PipeName>
<!-- Malware -->
<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>
<PipeName condition="contains any">\atctl;\userpipe;\iehelper;\sdlrpc;\comnap</PipeName>
<!-- Cobalt Strike Pipe Names -->
<PipeName condition="contains all">MSSE-;-server</PipeName>
<PipeName condition="begin with">\postex_</PipeName>
<PipeName condition="begin with">\postex_ssh_</PipeName>
<PipeName condition="begin with">\status_</PipeName>
<PipeName condition="begin with">\msagent_</PipeName>
</PipeEvent>
</RuleGroup>

<!--SYSMON EVENT ID 19 & 20 & 21 : WMI EVENT MONITORING [WmiEvent]-->
<!--EVENT 19: "WmiEventFilter activity detected"-->
Expand Down Expand Up @@ -1156,4 +1168,4 @@
<!--Cannot be filtered.-->

</EventFiltering>
</Sysmon>
</Sysmon>