mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
excluding symantec and wmiadap
excluding from process tempering event C:\Windows\System32\wbem\WMIADAP.exe C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\bin\XDelta64\xdelta3.exe
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<Sysmon schemaversion="4.50">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ProcessTampering onmatch="exclude">
|
||||
<Image condition="is">C:\Program Files (x86)\Symantec\Symantec Endpoint Protection Manager\bin\XDelta64\xdelta3.exe</Image>
|
||||
</ProcessTampering>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
@@ -0,0 +1,9 @@
|
||||
<Sysmon schemaversion="4.50">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<ProcessTampering onmatch="exclude">
|
||||
<Image condition="is">C:\Windows\System32\wbem\WMIADAP.exe</Image>
|
||||
</ProcessTampering>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
Reference in New Issue
Block a user