mirror of
https://github.com/bootandy/dust.git
synced 2026-06-08 11:29:05 +03:00
[GH-ISSUE #135] Malware detection in virustotal (false positive) #57
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @themanifold on GitHub (Mar 4, 2021).
Original GitHub issue: https://github.com/bootandy/dust/issues/135
I found that virustotal has a false positive detection for the dust.exe binary, from here:
https://github.com/bootandy/dust/releases/download/v0.5.4/dust-v0.5.4-i686-pc-windows-msvc.zip
the sha256 is 5dd87d3d6b9d8b4016e3c36b189234772661e690c21371f1eb8e018f0f0dec2b
The false positive hit is just here: https://www.virustotal.com/gui/file/5dd87d3d6b9d8b4016e3c36b189234772661e690c21371f1eb8e018f0f0dec2b/detection
It is detected by VBA32 as a
BScope.Trojan.Udochkatrojan.VBA32 is a Belarusian Antivirus product: https://en.wikipedia.org/wiki/Vba32_AntiVirus
I don't know what you want to do about it, but it's worth nothing and maybe seeing if you can stop it from being incorrectly detected.
@xdevs23 commented on GitHub (Mar 18, 2021):
Does this happen if you recompile it?
@themanifold commented on GitHub (Mar 19, 2021):
I'm not sure actually, I don't have the tool chain set up. Can you run it
through the CI pipeline in GitHub again?
On Thu, 18 Mar 2021, 20:52 Simão Gomes Viana, @.***>
wrote:
@xdevs23 commented on GitHub (Mar 19, 2021):
I'm not part of this project but I can actually just try this myself.
I ran my locally compiled file through VirtusTotal and it shows no finds: https://www.virustotal.com/gui/file/ae67bac1f16533fc09c724f5570b72141824e7fe1efc98902092f8b5babdc024/detection
So my guess is that it's really just a coincidence.