-
Notifications
You must be signed in to change notification settings - Fork 27
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
Better precision in SystemTime using evtxdump #16
Comments
I am also having this issue. |
Hi guys, Thank you guys for reporting this issue. Cheers, |
I am confused on the solution here and think that this still needs more attention. I am parsing via The command I run is:
As we can see the |
* fixes 0xrawsec#12 - only unmarshal UTF16String when the size is greater than zero * Update evtx.File to support generic interfaces * Docs * Fix issue 0xrawsec#12 * Changed version in makefile * Fixed issue 0xrawsec#16 * Corrected wrong fix of issue 0xrawsec#16, then also fix issue 0xrawsec#17 * Fixed issues: 0xrawsec#15 and 0xrawsec#21 * Version upgrade * Version bump for evtxdump and evtxmon * Fixed issue 0xrawsec#23 * Addressed issue 0xrawsec#25 * Fixed issue 0xrawsec#25 * Fixed issue 0xrawsec#27 * Standardized GoEvtxMap.Del API * Fixed bug in GoEvtxMap.Del * Return error from TemplateInstance.ElementToGoEvtx * Bubble up error from NodeToGoEvtx * Bubble up error from ElementToGoEvtx * Bubble up errors from GoEvtxMap * Update tests * Panic on error in tests Co-authored-by: Josh VanderLinden <[email protected]> Co-authored-by: Quentin JEROME <[email protected]>
@qjerome While using evtxdump to parse an .evtx file, the JSON of an event looks like:
The TimeCreated.SystemTime("2017-01-19T16:07:45Z") field has precision till seconds whereas the original events have a much better precision("2017-01-19T16:07:45.152350300Z").
I don't have much experience in golang and was hoping to get some pointers on how to get the same precision in the JSON as well.
Any help is highly appreciated.
Thanks.
The text was updated successfully, but these errors were encountered: