Files
olafhartong-sysmon-modular/exclude_desktop_central.xml
Ali Alwashali 4533bc20d4 exclude_desktop_central
Excluding desktop central processes such as dcpatchscan.exe
2022-07-24 16:26:45 +03:00

10 lines
395 B
XML

<Sysmon schemaversion="4.30">
<EventFiltering>
<RuleGroup name="" groupRelation="or">
<ProcessCreate onmatch="exclude">
<Image condition="begin with">C:\program files (x86)\desktopcentral_agent\bin\</Image>
<Image condition="begin with">C:\program files\desktopcentral_server\bin\</Image>
</ProcessCreate>
</RuleGroup>
</EventFiltering>
</Sysmon>