We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3df6f3b commit d734809Copy full SHA for d734809
1 file changed
sysmonconfig-export.xml
@@ -466,6 +466,7 @@
466
<TargetFilename condition="end with">.chm</TargetFilename>
467
<TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting: Batch scripts can also use the .cmd extension | Credit: @mmazanec -->
468
<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 ] -->
470
<TargetFilename condition="end with">.docm</TargetFilename> <!--Microsoft:Office:Word: Macro-->
471
<TargetFilename condition="end with">.exe</TargetFilename> <!--Executable-->
472
<TargetFilename condition="end with">.jar</TargetFilename> <!--Java applets-->
0 commit comments