mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
13 lines
449 B
XML
13 lines
449 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<ImageLoad onmatch="exclude">
|
|
<Rule groupRelation="and">
|
|
<Image name="technique_id=T1137,technique_name=Office Application Startup" condition="end with">VSTOInstaller.exe</Image>
|
|
<ImageLoaded condition="begin with">C:\Windows\</ImageLoaded>
|
|
</Rule>
|
|
</ImageLoad>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|