-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Windows Defender detects Trojan:Script/Wacatac.B!ml #88297
Comments
Just as another data point, I tried this but wasn't quite able to repro. After invoking Running the file again after that shows neither the popup nor a delay before execution.
|
This has happened to me a few times too, and after a second check windows defender didn't alert anymore. However I would like to get more information on why this happens. |
@wesleywiser Emm, It's still happened to me everytime. It's cause by Windows Defender "Cloud security scan". Disable "Cloud-delivered protection" in Defender can stop it, but it's not the best solution. It seems that Microsoft Cloud Virus Database marks the output of rust compilation as "Trojan:Script/Wacatac.B!ml". |
The most appropriate course of action here is to submit your file to Microsoft as they are vendor of the antivirus solution you're using. |
Ok, I will do this, Thanks. |
The Windows Defender detects the "Trojan:Script/Wacatac.B!ml" when I compiling a hello_world project.
Environments:
Steps to reproduce:
println!("hello world")
)Windows Defender detects rustc compiling output as "Trojan:Script/Wacatac.B!ml" in User's Downloads folder only.
And if you copy compiled executable file to Downloads folder from another place, It will also detected as "Trojan:Script/Wacatac.B!ml".
The text was updated successfully, but these errors were encountered: