frankmorgner / vsmartcard

umbrella project for emulation of smart card readers or smart cards
http://frankmorgner.github.io/vsmartcard/
684 stars 197 forks source link

virtualsmartcard-0.8_win32.zip is flagged as malicious (Trojans?) #235

Closed pavelgood closed 9 months ago

pavelgood commented 1 year ago

Expected behaviour

Precompiled assets are expected to pass antivirus tests on virustotal.com or hybrid-analysis.com

Actual behaviour

Several security vendors flagged this file as malicious (trojans detected). vicc.exe is infected.

Steps to reproduce

  1. Upload virtualsmartcard-0.8_win64.zip or virtualsmartcard-0.8_win32.zip archive to virustotal.com/hybrid-analysis.com.
  2. Run security tests

Logs

Please use Gist (https://gist.github.com/) or a similar code paster for longer logs.

Paste Log output with less than 10 lines here

pberna67 commented 1 year ago

where did you find the 0.8 version virtualsmartcard-0.8_win64.zip Is it for winadows 10,11 ?

pavelgood commented 1 year ago

Compiled and packed assets can be found in this repo here: https://github.com/frankmorgner/vsmartcard/releases. The packages I mentioned above are expected to be compatible with Windows 10/11.

pberna67 commented 1 year ago

I've installed BixVReaderInstaller.msi but under windows 10 but under "Smart Card Reader" in Computer Manager I see a new reader called "Unknow device". It seems that something is wrong is in the intallation. BixVReader.ini is not available in \Windows dir

See http://frankmorgner.github.io/vsmartcard/virtualsmartcard/README.html section Configuring vpcd on Windows

pavelgood commented 1 year ago

Can't say anything about the binaries as they are infected. Which was basically the reason why this ticked was created. If you want to use this driver then I would recommend to compile it from the sources locally on your machine, sign with self-signed certificate and install using devcon or pnputil. But this might require some developing skills.

lfern commented 1 year ago

Hi. Trying to install this MSI I am getting this error log. Does anybody know what does it means?

=== Logging stopped: 02/12/2022 18:29:06 === MSI (c) (EC:84) [18:29:06:541]: Note: 1: 1708 MSI (c) (EC:84) [18:29:06:541]: Note: 1: 2205 2: 3: Error MSI (c) (EC:84) [18:29:06:541]: Note: 1: 2228 2: 3: Error 4: SELECT Message FROM Error WHERE Error = 1708 MSI (c) (EC:84) [18:29:06:541]: Note: 1: 2205 2: 3: Error MSI (c) (EC:84) [18:29:06:541]: Note: 1: 2228 2: 3: Error 4: SELECT Message FROM Error WHERE Error = 1709 MSI (c) (EC:84) [18:29:06:541]: Product: Virtual Smart Card Reader (x64) -- Installation failed.

MSI (c) (EC:84) [18:29:06:541]: Windows Installer installed the product. Product Name: Virtual Smart Card Reader (x64). Product Version: 1.0.0.0. Product Language: 1033. Manufacturer: Frank Morgner. Installation success or error status: 1603.

MSI (c) (EC:84) [18:29:06:541]: Grabbed execution mutex. MSI (c) (EC:84) [18:29:06:541]: Cleaning up uninstalled install packages, if any exist MSI (c) (EC:84) [18:29:06:541]: MainEngineThread is returning 1603 === Verbose logging stopped: 02/12/2022 18:29:06 ===

pavelgood commented 1 year ago

You can find list of errors here: https://learn.microsoft.com/en-us/windows/win32/msi/windows-installer-error-messages?redirectedfrom=MSDN