SwiftOnSecurity / sysmon-config

Sysmon configuration file template with default high-quality event tracing
4.68k stars 1.69k forks source link

EVENT ID 23 example typo #152

Closed Richman711 closed 2 years ago

Richman711 commented 3 years ago

The example if for event ID 24, it should be "FileDelete", not "ClipboardChange". If you try to implement both you will receive an error about it already being defined.

On a side note, the "include" will mean that it effectively is turned off. Would recommend using the exclude so when people uncomment it they can begin trimming unnecessary file paths.

<!--SYSMON EVENT ID 23 : FILE DELETE [FileDelete]-->
    <!--EVENT 22: "File Delete"-->
    <!--COMMENT:    Sandbox usage. When a program signals to Windows a file should be deleted or wiped, Sysmon may be able to capture it. 
        [ https://isc.sans.edu/forums/diary/Sysmon+and+File+Deletion/26084/ ]
    -->

    <!--DATA: RuleName, UtcTime, ProcessGuid, ProcessId, User, Image, TargetFilename, Hashes, IsExecutable, Archived -->

<!--
<RuleGroup name="" groupRelation="or">
    <ClipboardChange onmatch="include">
    </ClipboardChange>
</RuleGroup>
-->