Skip to content
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

2024.03.19 = Trojan:Win32/Wacatac.B!ml (Win11) #8

Closed
dcog989 opened this issue Mar 19, 2024 · 4 comments
Closed

2024.03.19 = Trojan:Win32/Wacatac.B!ml (Win11) #8

dcog989 opened this issue Mar 19, 2024 · 4 comments

Comments

@dcog989
Copy link

dcog989 commented Mar 19, 2024

Windows (virus sigs 1.407.543.0 on Win11 beta) is quarantining https://github.com/Chocobo1/opus-tools_win32-build/releases/download/2024.03.19/opus-tools.exe as Trojan:Win32/Wacatac.B!ml

But VirusTotal reports clean.

The extracted files are reported clean by Windows. Perhaps future releases could be packaged in a zip rather than an exe to maybe avoid this?

@Chocobo1
Copy link
Owner

It is a false positive.

I too encountered it myself when it was released. I was testing if the download URL was working.
Now I tested again (a few hours later now) and antivirus is reporting clean.

It happens all the time to open source projects.
https://github.com/search?q=windows+defender&type=issues&s=&o=desc
clsid2/mpc-hc#2573
Imagick/imagick#663

The extracted files are reported clean by Windows. Perhaps future releases could be packaged in a zip rather than an exe to maybe avoid this?

It wouldn't matter. Antivirus programs will extract .zip files (or any archive format) and inspect the contents. Otherwise how would they know if an .zip is safe or not?

@Chocobo1 Chocobo1 closed this as not planned Won't fix, can't repro, duplicate, stale Mar 19, 2024
@dcog989
Copy link
Author

dcog989 commented Mar 19, 2024

Thanks. Yeah, I 'm aware it's a common issue. I just thought a zip might be less likely to trigger a false positive than an executable - plus most people should be wary of running an unsigned exe....

@Chocobo1
Copy link
Owner

I just thought a zip might be less likely to trigger a false positive than an executable -

Perhaps it is just me, I remember email attachments (mostly .zip files) were being flagged by antivirus commonly.

plus most people should be wary of running an unsigned exe....

BTW, if you have 7z program installed on your computer, you can use it to extract the .exe file and you won't need to run it (the .exe).

You are right about running untrusted exe. However talking from my experience, a signed exe could still be flagged by antivirus. It wouldn't be of much help in this regard.

@dcog989
Copy link
Author

dcog989 commented Mar 20, 2024

Ha, I remember back when it was a constant stream of real and false flags from email.

I'm using https://github.com/M2Team/NanaZip/releases/tag/3.0.756 for ZST - the difference in compression speed is nuts compared to LZMA, and it takes care of 7z as well - although I didn't realise the exe was a self-extracting 7z at first. Perhaps a note could be added to clarify that?

Thanks for your time.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants