I have encountered a false positive (PDM:Trojan.Win32.Generic) with KIS 2020 patch B which is caused by python 3 in Windows Linux Subsystem on Windows 10 1903 x64
It can be reproduced by installing Windows Linux Subsystem (Ubuntu 18.04 in my case)
and install Miniconda (python 3.7.3 in my case)
And the false positive can be reproduced by installing either one of the two totally different python package from two totally different sources which excludes the possibility malware is planted in both packages
1)
conda install -c conda-forge mpi4py
or 2)
pip install git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.git
I also have system trace enabled when I try to reproduce the false positive, not sure how can I submit it.
Featured Replies
Please sign in to comment
You will be able to leave a comment after signing in
conda install -c conda-forge mpi4pyor 2) pip install git+https://gitlab.mpcdf.mpg.de/ift/nifty_gridder.gitI also have system trace enabled when I try to reproduce the false positive, not sure how can I submit it.