Virus Scan post processing script [Virustotal]

Come up with a useful post-processing script? Share it here!
Post Reply
adam
Newbie
Newbie
Posts: 5
Joined: February 20th, 2010, 9:38 am

Virus Scan post processing script [Virustotal]

Post by adam »

I've created a new post processing script for performing an anti-virus scan, which makes use of VirusTotal.

The script only requires Java 7 runtime to be installed (as it makes use of my Java API for VirusTotal).

I've put together a Google code project for the post processing script, where you can also find the download ready to put in your scripts folder. The post processing script does not submit ANY file content to VirusTotal but instead is able to perform a scan and retrieve the results by submitting a crytographic hash.

The results of the scan are displayed on the SABnzbd interface through the "View Script Log".

Any feedback is welcome and I hope you find it of use.

Everything you need can be found here - http://code.google.com/p/sabnzbd-script-virus-scan
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Virus Scan post processing script

Post by sander »

Hi,

Should it still be working? I get the error "Unable to connect to VirusTotal - 403 error loading URL https://www.virustotal.com/en/search/?q ... 8bb6e01581"

Code: Select all

sander@flappie:~/Downloads/sabavscan$ rm *zip
sander@flappie:~/Downloads/sabavscan$ java -jar AVscan.jar 
-= AV scanner - wrap around VirusTotal =-
Author: Adam Boulton
[*] Usage: java -jar AVScan <directory>
sander@flappie:~/Downloads/sabavscan$ 


sander@flappie:~/Downloads/sabavscan$ java -jar AVscan.jar .
[*] Scanning base directory: .
[*] Scanning file: ./lib/commons-io-2.4.jar
[!] Unable to connect to VirusTotal - 403 error loading URL https://www.virustotal.com/en/search/?query=cc6a41dc3eaacc9e440a6bd0d2890b20d36b4ee408fe2d67122f328bb6e01581
[*] Scanning file: ./lib/commons-codec-1.6.jar
[!] Unable to connect to VirusTotal - 403 error loading URL https://www.virustotal.com/en/search/?query=54b34e941b8e1414bd3e40d736efd3481772dc26db3296f6aa45cec9f6203d86
[*] Scanning file: ./lib/Virustotal.jar
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: Virus Scan post processing script [Virustotal]

Post by sander »

PS:

FWIW: I wrote my own python script for Virustotal. See thread http://forums.sabnzbd.org/viewtopic.php ... 040#p93039
Post Reply