Skip to content

Commit 5674c3e

Browse files
authored
Merge pull request #20 from phantinuss/master
tracking mstsc connection history registry keys
2 parents ae35ee4 + 7c0dc56 commit 5674c3e

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

sysmonconfig-export.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@
508508

509509
<RuleGroup name="" groupRelation="or">
510510
<ProcessAccess onmatch="exclude">
511-
<!-- NOTE: Potentially noisy PorcessAccess Events in your environment can be excluded here -->
511+
<!-- NOTE: Potentially noisy ProcessAccess Events in your environment can be excluded here -->
512512
</ProcessAccess>
513513
</RuleGroup>
514514

@@ -673,6 +673,8 @@
673673
<TargetObject condition="end with">LastLoggedOnUser</TargetObject> <!--Windows: Changing last-logged in user-->
674674
<TargetObject name="ModifyRemoteDesktopPort" condition="end with">RDP-tcp\PortNumber</TargetObject> <!--Windows: Changing RDP port to evade IDS-->
675675
<TargetObject condition="end with">Services\PortProxy\v4tov4</TargetObject> <!--Windows: Changing RDP port to evade IDS-->
676+
<TargetObject condition="contains">\Microsoft\Terminal Server Client\Default\MRU</TargetObject> <!-- MSTSC Connection History -->
677+
<TargetObject condition="contains">\Microsoft\Terminal Server Client\Servers\</TargetObject> <!-- MSTSC Connection History -->
676678
<!--CLSID launch commands and Default File Association changes-->
677679
<TargetObject name="T1042" condition="contains">\command\</TargetObject> <!--Windows: Sensitive sub-key under file associations and CLSID that map to launch command-->
678680
<TargetObject name="T1122" condition="contains">\ddeexec\</TargetObject> <!--Windows: Sensitive sub-key under file associations and CLSID that map to launch command-->

0 commit comments

Comments
 (0)