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

KQL Sysmon Parser and Jinja Template #100

Merged
merged 2 commits into from
Feb 24, 2021
Merged

KQL Sysmon Parser and Jinja Template #100

merged 2 commits into from
Feb 24, 2021

Conversation

Cyb3rWard0g
Copy link
Collaborator

References

#99
Azure/Azure-Sentinel#1754

Added Original Protected Fields

image

Expanded Fields to show one per line making it easier to follow and troubleshoot and improved Hashes handling

image

Added support to also handle Sysmon Event ID 15 (FileCreateStreamHash). It has a field named Hash. Jinja template and KQL parser in OSSEM now also handles the Hash field name. Same logic as Hashes field.

<event name="SYSMON_FILE_CREATE_STREAM_HASH" value="15" level="Informational" template="File stream created" rulename="FileCreateStreamHash" ruledefault="exclude" 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>

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant