mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
8 lines
376 B
XML
8 lines
376 B
XML
<Sysmon schemaversion="4.1">
|
|
<EventFiltering>
|
|
<FileCreate onmatch="include">
|
|
<TargetFilename condition="end with">.bat</TargetFilename> <!--Batch scripting-->
|
|
<TargetFilename condition="end with">.cmd</TargetFilename> <!--Batch scripting: Batch scripts can also use the .cmd extension | Credit: @mmazanec -->
|
|
</FileCreate>
|
|
</EventFiltering>
|
|
</Sysmon> |