Sysmon v6.01 Configuration
<!--
Base configuration file with all options enabled
Sysmon v6.01
-->
<Sysmon schemaversion="3.30">
<!-- Capture all hashes -->
<HashAlgorithms>*</HashAlgorithms>
<EventFiltering>
<!-- Log all process creations -->
<ProcessCreate onmatch="exclude" />
<!-- Log all file time creation changes -->
<FileCreateTime onmatch="exclude" />
<!-- Log all network connections -->
<NetworkConnect onmatch="exclude" />
<!-- Log all process terminations -->
<ProcessTerminate onmatch="exclude" />
<!-- Log all loaded drivers -->
<DriverLoad onmatch="exclude" />
<!-- Log all loaded images -->
<ImageLoad onmatch="exclude" />
<!-- Log all remote threat creations -->
<CreateRemoteThread onmatch="exclude" />
<!-- Log all RAW access reads -->
<RawAccessRead onmatch="exclude" />
<!-- Log all process accesses -->
<ProcessAccess onmatch="exclude" />
<!-- Log all file creations -->
<FileCreate onmatch="exclude" />
<!-- Log all registry activity (object add, object rename, object delete, value set) -->
<RegistryEvent onmatch="exclude" />
<!-- Log all file stream creations -->
<FileCreateStreamHash onmatch="exclude" />
<!-- Log all pipe activity (creation, and connected) -->
<PipeEvent onmatch="exclude" />
</EventFiltering>
</Sysmon>
<!--
Base configuration file with all options enabled
Sysmon v5.2
-->
<Sysmon schemaversion="3.20">
<!-- Capture all hashes -->
<HashAlgorithms>*</HashAlgorithms>
<EventFiltering>
<!-- Log all process creations -->
<ProcessCreate onmatch="exclude" />
<!-- Log all file time creation changes -->
<FileCreateTime onmatch="exclude" />
<!-- Log all network connections -->
<NetworkConnect onmatch="exclude" />
<!-- Log all process terminations -->
<ProcessTerminate onmatch="exclude" />
<!-- Log all loaded drivers -->
<DriverLoad onmatch="exclude" />
<!-- Log all loaded images -->
<ImageLoad onmatch="exclude" />
<!-- Log all remote threat creations -->
<CreateRemoteThread onmatch="exclude" />
<!-- Log all RAW access reads -->
<RawAccessRead onmatch="exclude" />
<!-- Log all process accesses -->
<ProcessAccess onmatch="exclude" />
<!-- Log all file creations -->
<FileCreate onmatch="exclude" />
<!-- Log all registry activity (object add, object rename, object delete, value set) -->
<RegistryEvent onmatch="exclude" />
<!-- Log all file stream creations -->
<FileCreateStreamHash onmatch="exclude" />
</EventFiltering>
</Sysmon>