Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#178 - Adds schema update for research configuration file. #179

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 9 additions & 8 deletions sysmonconfig-research.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- NOTICE : This is a RESEARCH ONLY configuration with extreme verbosity -->
<!-- NOTICE : This is a RESEARCH ONLY configuration with extreme verbosity -->
<!-- The log volume expected from this file is significantly high, really DO NOT USE IN PRODUCTION! -->
<!-- This config is only for research, this will use way more CPU/Memory -->
<!-- Only enable prior to running the to be investigated technique, when done load a lighter config -->
<!-- Only enable prior to running the to be investigated technique, when done load a lighter config -->
<!-- -->
<!-- //** ***// -->
<!-- ///#(** **%(/// -->
Expand All @@ -18,7 +18,7 @@
<!-- (& ,&. -->
<!-- .*&&*. -->
<!-- -->
<Sysmon schemaversion="4.83">
<Sysmon schemaversion="4.90">
<HashAlgorithms>*</HashAlgorithms>
<CheckRevocation />
<DnsLookup>False</DnsLookup>
Expand Down Expand Up @@ -66,10 +66,11 @@
<WmiEvent onmatch="exclude"/>
<DnsQuery onmatch="exclude"/>
<FileDelete onmatch="include"/>
<ClipboardChange onmatch="exclude"/>
<ProcessTampering onmatch="exclude"/>
<FileDeleteDetected onmatch="exclude"/>
<FileBlockExecutable onmatch="exclude"/>
<FileBlockShredding onmatch="exclude"/>
<ClipboardChange onmatch="exclude"/>
<ProcessTampering onmatch="exclude"/>
<FileDeleteDetected onmatch="exclude"/>
<FileBlockExecutable onmatch="exclude"/>
<FileBlockShredding onmatch="exclude"/>
<FileExecutableDetected onmatch="exclude"/>
</EventFiltering>
</Sysmon>