mirror of
https://github.com/olafhartong/sysmon-modular
synced 2026-06-08 16:29:39 +00:00
include all wmi and remake config
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
<Sysmon schemaversion="4.30">
|
||||
<EventFiltering>
|
||||
<RuleGroup name="" groupRelation="or">
|
||||
<!-- COMMENT: Sysmon already performs some filtering on WMI events - it only logs ActiveScript and CommandLine consumers, since Attackers abuse those -->
|
||||
<!-- COMMENT: The recommendation is to log everything for WMI: https://github.com/trustedsec/SysmonCommunityGuide/blob/master/chapters/WMI-events.md -->
|
||||
<WmiEvent onmatch="exclude">
|
||||
</WmiEvent>
|
||||
</RuleGroup>
|
||||
</EventFiltering>
|
||||
</Sysmon>
|
||||
@@ -217,6 +217,7 @@ filepath,priority
|
||||
17_18_pipe_event/include_srvsvc.xml,10
|
||||
17_18_pipe_event/include_tsvcpipe.xml,10
|
||||
17_18_pipe_event/include_winreg.xml,10
|
||||
19_20_21_wmi_event/exclude_wmi_none.xml,10
|
||||
2_file_create_time/exclude_chrome.xml,10
|
||||
2_file_create_time/exclude_nvidia.xml,10
|
||||
2_file_create_time/exclude_onedrive.xml,10
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user