Page 1 of 3

[DEFUNCT] VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 15:58
by bdeshi
This is not functional any more. See reason here: viewtopic.php?f=7&t=11360&p=170474#p170474

get a second opinion on suspicious files!
This script gets VirusTotal reports for selected files and displays them in a nice-ish html table, with some bells and whistles.
vtreporter1.png
vtreporter1.png (33.3 KiB) Viewed 8473 times
Features:
• as stated, gets VirusTotal reports on files.
• Results can be sorted and filtered (thanks to list.js and TheQwerty)
• Only Filename is visible initially. Fullpath is shown as tooltip.
• Links to VirusTotal's report page on that file.
If File does not exist in VirusTotal Database, then links to VT homepage instead. (so that user might upload the file a little bit easily)
• Selection is limited so that XYplorer doesn't freeze for eternity while downloading too many urls
• Links open in new IE window, so that the report stays visible.


Notes:
*) links open in new IE windows, to open them inside the scripted dialog, open the code and remove relevant target="_blank" (commented in code) .
*) don't select files larger than 64128 mb, it's a Virustotal restriction.
*) extracting an archive's contents might give better results than selecting the archive itself.


if you want a feature, if there are any mistakes, or if any problem occurs, or if you have any pointers, by all means, please let me know! :D


Current Version:
VirusTotalReporter.xys
v3.2.1
(23.96 KiB) Downloaded 463 times
[/size]
changes wrote:* fixed "URL empty" error
* warn about archived files
* all syntax warnings should be gone now.
highend has written an alternative workaround for the script-breaking "URL empty" error. Download here.


No anti-malware programs are perfect! Always be careful when dealing with suspicious files!

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 17:45
by admin
Cool! :appl:

:idea: And gave me the idea for a new type of Custom Column: On-Demand-Script. The column would initially only show buttons (or something clickable) in each cell, and only where you click the script would be triggered and the result written into the cell. Good?

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 18:40
by bdeshi
Of course , if you mean good = excellent!!! :D
So, for example, the virustotal reports can become sortable columns, cooool^2
:idea: And while you're at it, can you also make that button execute scripts?

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 19:10
by admin
SammaySarkar wrote: :idea: And while you're at it, can you also make that button execute scripts?
Uhm, that was the idea. Or what you mean? :?

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 19:19
by bdeshi
Right. I was probably too excited... :lol:

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 19:51
by SkyFrontier
Itching to try this one, but no time for now.
My only initial suggestion by looking at the sshots would be exactly the capability of sorting results by detection, if any. Gossip tells me a negative, but have to play a bit with the code itself to see what happens.

Great idea, anyway! Thanks for sharing it!

Re: VirusTotal Reporter for XYplorer

Posted: 27 Mar 2014 20:08
by bdeshi
SkyFrontier wrote:Itching to try this one, but no time for now.
My only initial suggestion by looking at the sshots would be exactly the capability of sorting results by detection, if any.
Great idea! Thanks.
Great idea, anyway! Thanks for sharing it!
Thanks!! :D

Re: VirusTotal Reporter for XYplorer

Posted: 28 Mar 2014 07:36
by Enternal
Oh man this is great! I was thinking of doing something like this but your version is sooo much better and better looking too! :biggrin: Thank you! :appl:

Don. That would be perfect! My initial idea was using the custom columns to dispaly the detection ratio using VirusTotal but I was having issues on how to deal with it because by design, XYplorer would attempt to do it for every file listed and that's not what you would want. Now you just need to make the button looks soo good that you want to push it.

Re: VirusTotal Reporter for XYplorer

Posted: 28 Mar 2014 08:01
by bdeshi
:D Thanks!!
And yes, clickable column buttons will be the greatest feature after custom columns.

Re: VirusTotal Reporter for XYplorer

Posted: 16 Apr 2014 19:37
by bdeshi
Updated. folders are skipped now. The dialog is much shorter.
.

Re: VirusTotal Reporter for XYplorer

Posted: 21 Apr 2014 20:40
by bdeshi
Updated again. List can be sorted and filtered now, thanks to TheQwerty!

Re: VirusTotal Reporter for XYplorer

Posted: 25 Apr 2014 10:22
by admin
Great script, thanks! Nice showcase for XY's power. :appl:

Re: VirusTotal Reporter for XYplorer

Posted: 25 Apr 2014 19:39
by bdeshi
Thanks! just doing my part... :D

Re: VirusTotal Reporter for XYplorer

Posted: 19 Jan 2015 16:09
by bdeshi
Recently readurl("https://www.virustotal.com/en/file/<som ... /analysis/"); started throwing "url empty" errors.
The script stops working as a result. Just a "heads up".

:evil: :evil: :evil:

Re: VirusTotal Reporter for XYplorer

Posted: 30 Jan 2015 13:45
by JLoftus
Just noticed this error too. Stepping through the script, I copied the value of $vtReturn and pasted that into a browser, and got the correct result.

Any ideas on this?