Raspirus / raspirus

A user- and resources-friendly rules-based malware scanner
https://raspirus.deno.dev
GNU General Public License v3.0
124 stars 12 forks source link

Send file to VirusTotal for additional scanning #792

Closed Benji377 closed 4 weeks ago

Benji377 commented 4 months ago

Is your feature request related to a problem? Please describe. When a file is flagged as malware, due to the signatures-only nature of the scan it is difficult to determine why it was flagged as malware or if it was maybe incorrectly flagged.

Describe the solution you'd like If the device is connected to the internet, we could display a button that redirects the user to VirusTotal with the file or signature inserted where the user then gets additional information about the file.

Describe alternatives you've considered Maybe a local extended scan option using a different system. Or a different provider other than VirusTotal

Benji377 commented 3 months ago

This has been added and awaits testing. For that we need #805

Benji377 commented 2 months ago

Have to rework this feature because we now have YaraX rules instead of signatures and have to create the signature for this.

GamingGuy003 commented 4 weeks ago

Feature has been implemented as of now. We locally compute the hash and then open it on virustotal via a button.