mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
severe base noise reduction
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ProcessAccess onmatch="exclude">
|
||||
<Rule groupRelation="and">
|
||||
<SourceImage condition="is">C:\Program Files\Microsoft Monitoring Agent\Agent\MonitoringHost.exe</SourceImage>
|
||||
<TargetImage condition="is">C:\Windows\system32\cscript.exe</TargetImage>
|
||||
</Rule>
|
||||
<SourceImage condition="contains all">C:\WindowsAzure\GuestAgent_;CollectGuestLogs.exe</SourceImage>
|
||||
<SourceImage condition="is">C:\Program Files\Microsoft Monitoring Agent\Agent\HealthService.exe</SourceImage>
|
||||
</ProcessAccess>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
@@ -0,0 +1,10 @@
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ProcessAccess onmatch="exclude">
|
||||
<SourceImage condition="is">C:\Program Files\Windows Defender Advanced Threat Protection\MsSense.exe</SourceImage>
|
||||
<SourceImage condition="contains all">C:\ProgramData\Microsoft\Windows Defender Advanced Threat Protection\DataCollection\;\OpenHandleCollector.exe</SourceImage>
|
||||
</ProcessAccess>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
@@ -0,0 +1,25 @@
|
||||
<!--COMMENT: Filtering these commonly loaded DLLs, which are so verbose they incur a lot of cost and have limited to no detection value-->
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ImageLoad onmatch="exclude">
|
||||
<Rule groupRelation="and">
|
||||
<Image condition="is">C:\Windows\System32\svchost.exe</Image>
|
||||
<ImageLoaded condition="is">C:\Windows\System32\netapi32.dll</ImageLoaded>
|
||||
</Rule>
|
||||
<Rule groupRelation="and">
|
||||
<Image condition="is">C:\Windows\System32\svchost.exe</Image>
|
||||
<ImageLoaded condition="is">C:\Windows\System32\msvcp110_win.dll</ImageLoaded>
|
||||
</Rule>
|
||||
<Rule groupRelation="and">
|
||||
<Image condition="is">C:\Windows\System32\svchost.exe</Image>
|
||||
<ImageLoaded condition="is">C:\Windows\System32\dsreg.dll</ImageLoaded>
|
||||
</Rule>
|
||||
<Rule groupRelation="and">
|
||||
<Image condition="is">C:\Windows\System32\svchost.exe</Image>
|
||||
<ImageLoaded condition="is">C:\Windows\System32\perfctrs.dll</ImageLoaded>
|
||||
</Rule>
|
||||
</ImageLoad>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
Reference in New Issue
Block a user