I have installed FLARE-VM locally and the internet_detector was not installed correctly (the tool folder was empty) although the package didn't fail. I run as admin in Powershell choco upgrade -y internet_detector.vm -force which fixed it. My guess is that there was an issue building the exe either because of a missing dependency or related to https://github.com/mandiant/VM-Packages/issues/1130. We should:
Make the package fail if the executable is not built correctly
Investigate & fix the error building the executable
Details
I have installed FLARE-VM locally and the internet_detector was not installed correctly (the tool folder was empty) although the package didn't fail. I run as admin in Powershell
choco upgrade -y internet_detector.vm -force
which fixed it. My guess is that there was an issue building the exe either because of a missing dependency or related to https://github.com/mandiant/VM-Packages/issues/1130. We should: