We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1e9a8f commit d852990Copy full SHA for d852990
1 file changed
sysmonconfig-export.xml
@@ -587,6 +587,10 @@
587
<TargetFilename condition="contains">\hive_sam_</TargetFilename> <!-- Default output of HiveNightmare / SeriousSAM tools -->
588
<TargetFilename condition="is">C:\windows\temp\sam</TargetFilename> <!-- Default output of HiveNightmare / SeriousSAM tools -->
589
<TargetFilename condition="begin with">C:\Windows\System32\spool\drivers\x64</TargetFilename> <!-- PrinterNight -->
590
+ <Rule groupRelation="and"> <!-- CVE-2021-40444 https://twitter.com/RonnyTNL/status/1436334640617373699 -->
591
+ <Image condition="end with">\WINWORD.EXE</Image>
592
+ <TargetFilename condition="contains any">.cab;.inf</TargetFilename>
593
+ </Rule>
594
</FileCreate>
595
</RuleGroup>
596
0 commit comments