Created
June 29, 2020 17:59
-
-
Save michaelhidalgo/6918a8e4c23f51105e22a1fc76106c3f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" ?> | |
| <event name="SYSMON_FILE_CREATE_STREAM_HASH" value="15" level="Informational" template="File stream created" rulename="FileCreateStreamHash" ruledefault="include" version="2"> | |
| <data name="RuleName" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="UtcTime" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="ProcessGuid" inType="win:GUID"/> | |
| <data name="ProcessId" inType="win:UInt32" outType="win:PID"/> | |
| <data name="Image" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="TargetFilename" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="CreationUtcTime" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="Hash" inType="win:UnicodeString" outType="xs:string"/> | |
| <data name="Contents" inType="win:UnicodeString" outType="xs:string"/> | |
| </event> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment