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

Upated sysmon parser script to fix issue reported on Sentinel Github #99

Closed
ashwin-patil opened this issue Feb 19, 2021 · 2 comments
Closed

Comments

@ashwin-patil
Copy link
Member

Hi @Cyb3rWard0g

Referencing issues raised PR by @lostInSpaceSomewhere from Azure Sentinel Github. since we are generating parser from automated script, it makes sense to update original template to get those changes in the script.

PR : Azure/Azure-Sentinel#1754

Summary of changes required in original template:

  • Formatting fixes - added line breaks in each project list of fields so parser looks legible.
  • Update Hashes like below in related event Ids where Hashes field is available.
    | extend Hashes = extract_all(@"(?P<key>\w+)=(?P<value>[a-zA-Z0-9]+)", dynamic(["key","value"]), tostring(EventDetail.[17].["#text"]))
  • update all union section from line 515 till end. - changes are additional fields in project.
@ashwin-patil
Copy link
Member Author

Need to further evaluate below 2 points :

  • Final extend for Hashes = column_ifexists("Hashes", "") because ParsedHashes is used instead
  • Need to evaluate if ParsedHashes fits normalization schema based on OSSEM

@Cyb3rWard0g
Copy link
Collaborator

Fixed already with latest PR in February

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

No branches or pull requests

2 participants