mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
10 lines
499 B
XML
10 lines
499 B
XML
<Sysmon schemaversion="4.1">
|
|
<EventFiltering>
|
|
<FileCreate onmatch="include">
|
|
<TargetFilename condition="end with">.py</TargetFilename> <!--Python [ More information: https://attack.mitre.org/wiki/Group/G0035 ] -->
|
|
<TargetFilename condition="end with">.pyc</TargetFilename> <!--Python compiled code -->
|
|
<TargetFilename condition="end with">.pyw</TargetFilename> <!--Python script to be ran with console suppressed -->
|
|
</FileCreate>
|
|
</EventFiltering>
|
|
</Sysmon>
|