mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
10 lines
346 B
XML
10 lines
346 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<FileCreateStreamHash onmatch="include">
|
|
<TargetFilename condition="end with">.hta</TargetFilename> <!--Mitre T1218.005--> <!--Scripting-->
|
|
</FileCreateStreamHash>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|