mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
13 lines
746 B
XML
13 lines
746 B
XML
<Sysmon schemaversion="4.30">
|
|
<EventFiltering>
|
|
<RuleGroup name="" groupRelation="or">
|
|
<ProcessCreate onmatch="exclude">
|
|
<Image condition="begin with">C:\Program Files\Windows Defender\</Image> <!--Microsoft:Windows:Defender in Win10-->
|
|
<Image condition="is">C:\Windows\system32\MpSigStub.exe</Image> <!--Microsoft:Windows: Microsoft Malware Protection Signature Update Stub-->
|
|
<Image condition="begin with">C:\Windows\SoftwareDistribution\Download\Install\AM_</Image> <!--Microsoft:Defender: Signature updates-->
|
|
<Image condition="is">C:\Program Files\Microsoft Security Client\MpCmdRun.exe</Image>
|
|
</ProcessCreate>
|
|
</RuleGroup>
|
|
</EventFiltering>
|
|
</Sysmon>
|