Skip to content

Commit 64e6d2a

Browse files
Merge pull request #76 from airbus-cert/master
FileCreate: match ".dmp" files
2 parents b03f1b9 + d734809 commit 64e6d2a

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
@@ -469,6 +469,7 @@
469469
<TargetFilename condition="end with">.chm</TargetFilename>
470470
<TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting: Batch scripts can also use the .cmd extension | Credit: @mmazanec -->
471471
<TargetFilename condition="end with">.cmdline</TargetFilename> <!--Microsoft:dotNet: Executed by cvtres.exe-->
472+
<TargetFilename condition="end with">.dmp</TargetFilename> <!--Process dumps [ (fr) http://blog.gentilkiwi.com/securite/mimikatz/minidump ] -->
472473
<TargetFilename condition="end with">.docm</TargetFilename> <!--Microsoft:Office:Word: Macro-->
473474
<TargetFilename condition="end with">.exe</TargetFilename> <!--Executable-->
474475
<TargetFilename condition="end with">.jar</TargetFilename> <!--Java applets-->

0 commit comments

Comments
 (0)