mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
12 lines
391 B
XML
12 lines
391 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<ImageLoad onmatch="exclude">
|
|
<Rule groupRelation="and">
|
|
<Image condition="is">C:\Windows\System32\cscript.exe</Image>
|
|
<OriginalFileName condition="is">scrobj.dll</OriginalFileName>
|
|
</Rule>
|
|
</ImageLoad>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon> |