Skip to content

Commit d734809

Browse files
author
Simon Garrelou
committed
FileCreate: match ".dmp" files
1 parent 3df6f3b commit d734809

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sysmonconfig-export.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@
466466
<TargetFilename condition="end with">.chm</TargetFilename>
467467
<TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting: Batch scripts can also use the .cmd extension | Credit: @mmazanec -->
468468
<TargetFilename condition="end with">.cmdline</TargetFilename> <!--Microsoft:dotNet: Executed by cvtres.exe-->
469+
<TargetFilename condition="end with">.dmp</TargetFilename> <!--Process dumps [ (fr) http://blog.gentilkiwi.com/securite/mimikatz/minidump ] -->
469470
<TargetFilename condition="end with">.docm</TargetFilename> <!--Microsoft:Office:Word: Macro-->
470471
<TargetFilename condition="end with">.exe</TargetFilename> <!--Executable-->
471472
<TargetFilename condition="end with">.jar</TargetFilename> <!--Java applets-->

0 commit comments

Comments
 (0)