Replies: 1 comment
-
Hello and thank you for sharing the info. Few comments regarding SentinelOne analysis of our installer:
The binary is compiled using standard Visual Studio 2022. See the project. The only abnormal section name I can see is SentinelOne should update its heuristics about what is abnormal section name and what is not.
Indeed, the installer binary contains MSI installation packages that contain compressed data. I'd say this is pretty common things among installers. The point of installer is simply to extract and install some files (and other stuff). There is one rather non-standard thing. We have one installer binary for all platforms (x86, x64 (and ARM64 soon)) and x64 MSI package contains also a lot of files that are present in x86 package. Thus we are storing just part of x64 MSI package (like a half of it) to significantly reduce installer size. Then before actual installation we recreate the package using x86 one and this diff. In any case there is nothing malicious about that.
Will be great to know what functions they mean exactly.
Again, it is not clear what functions they mean. To me it looks like their threat indicators use some overzealous heuristics (AI as many like to call it) that simply flags half of perfectly normal benign executables. |
Beta Was this translation helpful? Give feedback.
-
Hello,
It seems like SentinelOne started to detect this as a false positive, and I just wanted to provide the feedback to the team. It seems that it doesn't like certain things about the binary and/or how it's structured. I also saw on VirusTotal that it doesn't seem to like a lack of signature (here: https://www.virustotal.com/gui/file/dc79e3abebd128d7f44fa8f03a4e660b5f60b011f7bcf374b35c18a741f5818a/details) and/or some behaviors (here: https://www.virustotal.com/gui/file/dc79e3abebd128d7f44fa8f03a4e660b5f60b011f7bcf374b35c18a741f5818a/behavior).
I wanted to share the output, just to see if there were any changes that could be made to take it down a few notches in future releases and hopefully avoid the false positive ding. I don't expect you to be able to solve AV false positives, it's a losing battle with open source software.
Thanks,
-pd
Beta Was this translation helpful? Give feedback.
All reactions