flare-vm
flare-vm copied to clipboard
Add internet detector tool images
This adds the images required by https://github.com/mandiant/VM-Packages/pull/1121
Unfortunately, I don't think we can go the route of simply downloading a directory off of github with the images we want all inside. :( It either needs to be packaged into a single file (like a zip), or we have to iterate through each file we want like we had before.
Someone does maintain a tool that can sort of make it happen, but idk if we want to rely on that or if it works easily (I think it might require a github token, so probably not something we want to consider): https://github.com/download-directory/download-directory.github.io
We can download https://github.com/mandiant/flare-vm/archive/refs/heads/main.zip and extract the Images/VM folder in a small function. Although I am not sure if we can unzip the zip, as the tools (including the zip.vm package) are not installed yet.