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

v0.1.0-alpha.1 being detected as a Trojan #21

Closed
Rumik opened this issue Aug 30, 2024 · 1 comment
Closed

v0.1.0-alpha.1 being detected as a Trojan #21

Rumik opened this issue Aug 30, 2024 · 1 comment

Comments

@Rumik
Copy link

Rumik commented Aug 30, 2024

https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Trojan%3AScript%2FWacatac.B!ml&threatid=2147735503

I'm on a work PC so I can't allow it.

Can anything be done?

@ClassicOldSong
Copy link
Owner

The binary is not digital signed. A digital signature for a binary costs money to prove you're "safe", just because you gave them money.

Windows tends to mark unknown exes as a Trojan, assigning a scary looking random name for them no matter they're actually safe or not. Even a simple Hello World can be marked as a Trojan.

https://stackoverflow.com/questions/62364507/compiled-c-executable-is-detected-as-a-virus-by-windows-defender

You can always check with any other antivirus software to see if it's safe.

There're many signed malware that actually does harm to your computer are ignored by Windows Defender, so sometimes it's just BS.

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