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

Windows Defender blocking Micromamba install when executing ./build-locally.py #28990

Open
thomasphung opened this issue Jan 30, 2025 · 2 comments
Labels

Comments

@thomasphung
Copy link

Bug:

The following line of code will trigger a Windows Defender action preventing further execution:

certutil -urlcache -split -f "!MICROMAMBA_URL!" "!MICROMAMBA_EXE!"

Reproducible steps:

  1. Be on a Windows 10 machine with Python installed but not have Micromamba installed

Edition Windows 10 Pro
Version 22H2
Installed on ‎12/‎7/‎2024
OS build 19045.5131
Experience Windows Feature Experience Pack 1000.19060.1000.0

  1. Run python ./build-locally.py
  2. Select 7 for win64
  3. An "access denied" message will show up in terminal and Windows Defender alert pop-up will appear saying it detected "Trojan:Win32/Ceprolad.A"

CmdLine: C:\Windows\System32\certutil.exe -urlcache -split -f https://github.com/mamba-org/micromamba-releases/releases/download/1.5.10-0/micromamba-win-64 C:\Users\UserName\AppData\Local\Temp\micromamba-314\micromamba.exe

My workaround:

@thomasphung
Copy link
Author

@conda-forge-admin, please ping conda-forge/staged-recipes

@thomasphung
Copy link
Author

Also want to note that my organization flagged this as a security incident and I had to go through security remediation process. So users should be wary when running the Windows build script on their work computers.

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

No branches or pull requests

1 participant