Yandex (via VirusTotal.com) found the Trojan.Inject!ZKnhxDAIRCs trojan in the executable. I did verify the SHA256 hash (using PowerShell "Get-FileHash").
VirusTotal report: https://www.virustotal.com/#/file/59940 ... /detection
I'm afraid to install it, despite Windows Defender scan not finding anything wrong.
BTW: RE: getting the SHA256 on Windows... It took me a while to figure out, but I ended up writing this handy batch file:
PowerShell.exe -Command "Get-FileHash -LiteralPath %1 -Algorithm SHA1"
PowerShell.exe -Command "Get-FileHash -LiteralPath %1 -Algorithm SHA256"
PowerShell.exe -Command "Get-FileHash -LiteralPath %1 -Algorithm MD5"