Skip to content

Commit 3c249b9

Browse files
committed
refactor: moved section to bigger "include" block
1 parent a23727f commit 3c249b9

1 file changed

Lines changed: 5 additions & 8 deletions

File tree

sysmonconfig-export.xml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -967,6 +967,11 @@
967967
<!-- Other specific named pipes -->
968968
<PipeName condition="contains">6e7645c4-32c5-4fe3-aabf-e94c2f4370e7</PipeName> <!-- LiquidSnake hacktool https://github.com/RiccardoAncarani/LiquidSnake -->
969969
<Image condition="end with">\scrcons.exe</Image> <!-- Susupicious WMI Event Consumer creating a named pipe -->
970+
<!-- Some interesting ConnectPipe events that we want to include -->
971+
<PipeEvent onmatch="include">
972+
<EventType condition="is">ConnectPipe</EventType>
973+
<PipeName condition="is">\MICROSOFT##WID\tsql\query</PipeName> <!-- https://github.com/SigmaHQ/sigma/pull/2128 -->
974+
</PipeEvent>
970975
</PipeEvent>
971976
</RuleGroup>
972977
<!-- Common Pipe Names to would appear very often in -->
@@ -978,14 +983,6 @@
978983
<PipeName condition="is">\wkssvc</PipeName>
979984
</PipeEvent>
980985
</RuleGroup>
981-
<!-- ConnectPipe Events -->
982-
<!-- Some interesting ConnectPipe events that we want to include -->
983-
<RuleGroup name="InterestingConnectPipe" groupRelation="and">
984-
<PipeEvent onmatch="include">
985-
<EventType condition="is">ConnectPipe</EventType>
986-
<PipeName condition="is">\MICROSOFT##WID\tsql\query</PipeName> <!-- https://github.com/SigmaHQ/sigma/pull/2128 -->
987-
</PipeEvent>
988-
</RuleGroup>
989986

990987
<!--SYSMON EVENT ID 19 & 20 & 21 : WMI EVENT MONITORING [WmiEvent]-->
991988
<!--EVENT 19: "WmiEventFilter activity detected"-->

0 commit comments

Comments
 (0)