-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
NSIS installer flagged as trojan by Windows Defender #6347
Comments
Thanks for the project link as I've been able to get a local test env set up now to repro. I then tested using a standard project: https://github.com/electron/electron-quick-start-typescript and I'll take a look at #6334 asap, but I'm unsure of what steps are needed with this ticket/issue. Unrelated, I never had heard of Mockoon before, but I love the concept! Wish I had that kind of tool when I used to be an developer IC Any chance you'd be willing to test with latest electron-builder 22.14? |
Thanks for looking into it @mmaietta Also, I am not sure what you can do on your side. I found various occurrences of this issue with NSIS: https://nsis.sourceforge.io/NSIS_False_Positives Unrelated: Thanks :) I worked hard to make Mockoon a great mocking tool! |
This seems to be duplicate/related to #6334 |
I updated
electron-builder
to the latest version (22.13.1) in our project (https://github.com/mockoon/mockoon) and the Windows NSIS installer got flagged asTrojan:Win32/Bulta!rfn
by Windows Defender andSuspicious.Win32.Save.a
by SangFor (similarly to #6334).The only significant changes between this version of our app (1.16.0) and the previous one (1.15.0), in terms of Electron/Electron-builder config, was an update of
electron-builder
from 22.11.7 to 22.13.1 and the addition of a custom protocol (https://github.com/mockoon/mockoon/blob/main/electron-builder.json#L62-L68).You can see here VirusTotal scans:
installer using
electron-builder
latest version (Windows Defender and SangFor false positives): https://www.virustotal.com/gui/file/597f253fa72671ff8316aeb26fe2f415482a01c6c9a8dcf4c89669688cdd4292/detectionEDIT: after submitting a false positive report to Microsoft and rerunning the analysis on the above link, Windows Defender disappeared. But Alibaba and DrWeb, were added as false positives.
installer using
electron-builder
previous version 22.11.7 (SangFor false positive only): https://www.virustotal.com/gui/file/2fdb971668f4ca6aa994cccd855bb67038a95bdd8366928136afa6a23420a7a0Strangely, our version 1.15.0 installer scan shows no false positive: https://www.virustotal.com/gui/file/88d1b730fd67accaf281e38a8cc313cec307e01b5af7fa8178905e98167d9ae8 even if it was using the same
electron-builder
version 22.11.7.Thank you for your help.
The text was updated successfully, but these errors were encountered: