-
Notifications
You must be signed in to change notification settings - Fork 143
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
Generate DRAKVUF analysis report #940
base: master
Are you sure you want to change the base?
Conversation
Co-authored-by: msm-cert <[email protected]>
Co-authored-by: msm-cert <[email protected]>
…uf-sandbox into report-generation
Co-authored-by: Paweł Srokosz <[email protected]>
Co-authored-by: Paweł Srokosz <[email protected]>
I see serious issue with current implementation:
I made this process by running and elevating regedit.exe.
That's why real software that tracks process lifecycle (like ProcessMonitor from sysinternals) uses internal sequential identifier to identify process. I guess we need to adapt |
This PR adds a post processing plugin for generating JSON analysis reports. The format of the JSON report is the one agreed upon previously with the mentor (see attached example: report.json)
This PR should be merged after the TTPs PR (#919) gets merged first.
Note: This PR is the same as #927 . I have closed the other one since rebasing it to master after all the changes was more complicated than creating a new PR.