Open mr-tz opened 2 months ago
We presently fast fail if the VMRay archive does not contain static analysis data for the file submission. I'm guessing in the case of an MSI file VMRay does not capture static analysis data, but it would still be very useful to extract capabilities from the sandbox run. The static analysis data is used for global
and file
scope features, we can simply skip these features when analyzing an archive that doesn't contain static analysis data for the file submission.
example MSI analysis archive I've looked at doesn't have
file_analysis.ref_static_data
so we fail here