-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add Zimmermantools #778
Add Zimmermantools #778
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure if Forensic
is the best category. I tend to Utilities
for most of them. I think we may want to use some of these tools in FLARE-VM as well and we don't have a Forensic
category at the moment (and I think it doesn't make sense for FLARE-VM). @vm-packages opinions?
@mandiant/flare-vm opinions on adding any of these tools to FLARE-VM? |
All of the tools are part of ZimmemanTools suite which are dedicated forensic tools, so it makes sense to be in I don't think it should be included in a FLARE-VM or COMMANDO-VM by default but still need to be in VM-Packages as you can create your custom VM with the config.xml. |
When all packages are merge to main, I will share my custom ansible script to build my VMs (hopefully before Christmas ^^) |
you are right, we already have the
But it people think these are important/useful tools we should add them in order to provide a good default set of tools. JFYI, the default config file in FLARE-VM is what the FLARE team uses for its internal builds, the set of tools that we think a reverse engineer needs to do their job efficiently. 😉 |
3 tools could be of interest to Flare-VM :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have the feeling some of the tools in this PR could be in a more concrete category than Forensic
. @vm-packages opinions?
@mandiant/flare-vm opinions on adding any of this tools to the default FLARE-VM config?
Looking at the 3 tools suggested as potential for Flare-VM, these are my thoughts:
On another note @Ana06, we have an |
Thanks for the input @emtuls! Apart from EZViewer, we are planing to add some more tools that may go in the
I like the idea to change the Adding @KJaeYoung as he has a lot of malicious document experience. @KJaeYoung do you have a name preference for these kind of tools ( The current categories are: https://github.com/mandiant/VM-Packages/blob/main/categories.txt |
All three tools going into the Office category seems fine to me. I have not used EZViewer before. I will give it a shot and evaluate it and get back to you. |
`flarevm.installer.vm` is not used anymore as FLARE-VM now uses `installer.vm` which is shared with Commando VM.
e4d788d
to
7b98691
Compare
Once #812 is merged, CI/CD need to be rerun. |
7b98691
to
2b4de4d
Compare
Following up from #903 A few issues to address which are all just category mismatches:
I'm indifferent on which category As far as ones that fall into
|
2b4de4d
to
f945db3
Compare
I fixed the category mismatches. However, has I think this PR can be merged before #903, I didn't change categories of
|
If this one gets merged first, I can modify them to #903, so no worries. 🙂 Thank you for pushing through with this one! |
f945db3
to
4967635
Compare
@mandiant/vms any objection on merging this PR and addressing categories discussions/changes in #903 afterwards? |
I think it is time to get this in, thanks for all the work @naacbin 🚀 |
Add Zimmerman forensic tools in .NET6 to improve performance (except hasher which is only available in .NET4).
As JLECmd is included in this PR, #243 can be closed.