-
Notifications
You must be signed in to change notification settings - Fork 96
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
Ingest XML events #52
Comments
As a quick response I can say that Zircolite already handles XML formatted logs because it is the native format of sysmon for linux logs ( |
Ok forgot what I've said, I took a look to the output of EVTXtract and it is a little bit more difficult than that... |
It's rather interesting that both EVTXtract and evtx_dump are both maintained by @williballenthin. I will see if I can get this working. Edit: I don't know how I came to this conclusion but this is obviously not the case. |
In Since the XML output of If you have samples I can help... |
I've made a small sample available here: https://gist.github.com/Blaapje/23e378748db737960a90c723c2dc8676 |
Thanks, I will try this week end. |
Hi @Blaapje, worked on it ! I currently only handle events beginning with |
You can try with this branch : https://github.com/wagga40/Zircolite/tree/evtxtract. |
How much work would it take to ingest xml data rather than evtx files?
The XML data is generated by: https://github.com/williballenthin/EVTXtract. The tools recovers (partial) xml records from corrupted partitions.
Could you indicate if this is feasible and give some pointers towards ingesting xml data? I'd be happy to submit a PR if I get this to work.
The text was updated successfully, but these errors were encountered: