zlibrary on telegram is the official source behind the websit and they announced a windows app, i downloaded it and got only one threat: a ransomware, i know this is non worrying but someone on the community tab commented some gibberish that maybe indicate something
the virustotal link: https://www.virustotal.com/gui/file/96eba9b6c29a025fc3984926ea2c5f05181fde18d825f0ab823e5e172369b7e8/community
btw bonus question: can files be flagged 0/60 and still have some kind of malware or virus ?
1. Posts must be related to the discussion of digital piracy
2. Don’t request invites, trade, sell, or self-promote
3. Don’t request or link to specific pirated titles, including DMs
4. Don’t submit low-quality posts, be entitled, or harass others
📜 c/Piracy Wiki (Community Edition):
💰 Please help cover server costs.
Ko-fi | Liberapay |
Don’t know about that app, but it is very easy to create a file that contains malicious code that is not flagged on virustotal at all.
‘joe sandbox’ and ‘hybrid analysis’ offer online services where the file gets executed to test it for malicious behaviour. Of course a seasoned malware developer can detect sandboxes and make the malware hide itself while inside the default sandboxes.
Just avoid running random binaries from untrusted sources; prefer open source or, if you must, use a hardened sandbox VM yourself to run untrusted code.
So much this.
And not only with “shady” software, since binaries can be replaced without the original trusted source being aware of. Supply chain attacks are real.
so you’re saying there’s no way to know if a file is safe or not, i mean there’s very trusted sources in this community. how should we know then?? and is running a vm really safe? what do you mean by hardened sandbox vm?