Page 1 of 1

Feature/addon request - Virustotal big files handling

Posted: 2019-01-24, 08:59 UTC
by zarnivop
Works like this:

1.Takes a file that is too big to upload to VT
2. Split it to 256Mb chunks. No compression, just split.
3. Upload the chunks to VT.
4. Open results as a browser tab for each chunk

Would be NICE TO HAVE : Just like VT app, can upload multiple files.

Feature/addon request - Virustotal big files handling

Posted: 2019-01-26, 15:08 UTC
by zarnivop
Works like this:

1.Takes a file that is too big to upload to VT
2. Split it to 256Mb chunks. No compression, just split.
3. Upload the chunks to VT.
4. Open results as a browser tab for each chunk

Would be NICE TO HAVE : Just like VT app, can upload multiple files.

Re: Feature/addon request - Virustotal big files handling

Posted: 2019-01-27, 00:39 UTC
by petermad
2zarnivop
No need to duplicate your request. But maybe put it in the right forum = TC Suggestions (English)





Posts merged and moved to Suggestions by Mod.

Re: Feature/addon request - Virustotal big files handling

Posted: 2019-01-28, 08:05 UTC
by MVV
I don't see this as a plugin at all, only as a separate tool that gets file path(s) in arguments and may be added to buttonbar...

Re: Feature/addon request - Virustotal big files handling

Posted: 2020-05-11, 05:15 UTC
by arko
MVV wrote: 2019-01-28, 08:05 UTC I don't see this as a plugin at all, only as a separate tool that gets file path(s) in arguments and may be added to buttonbar...
err... Which tool again?

Re: Feature/addon request - Virustotal big files handling

Posted: 2020-05-11, 06:20 UTC
by nsp
You can use on windows sigcheck (Command line plus VT sending..) or give a look here.

If you want a plugin, you could create a lister or whatever you want using API specifications... You even have some sourceode for VirusTotalUploader...

Re: Feature/addon request - Virustotal big files handling

Posted: 2020-05-11, 08:28 UTC
by arko
nsp wrote: 2020-05-11, 06:20 UTC You can use on windows sigcheck (Command line plus VT sending..) or give a look here.

If you want a plugin, you could create a lister or whatever you want using API specifications... You even have some sourceode for VirusTotalUploader...
Thanks. I am aware of the tools/links you have listed and currently using this:

Code: Select all

TOTALCMD#BAR#DATA
%$APPDATA%\GHISLER\scripts\show_output.cmd
"c:\Program Files\Sysinternals\sigcheck64.exe" -a -v -vt -nobanner %p%n
C:\Users\xxx\AppData\Roaming\GHISLER\icons\sc.ico
Check signature
c:\Program Files\Sysinternals\
0
-1
Was wondering if there is a well-functioning "upload button" that uses HTTPs, supports chunks, etc.

Re: Feature/addon request - Virustotal big files handling

Posted: 2020-05-11, 10:20 UTC
by nsp
If you are confortable with powershell, you can use the split file from this library.
then you can send each chunk using sigcheck.
But usually large files are not a single piece of executable, dll, ressource but more installation files, compressed,.... anything that will be altered by the chunk and make virustotal useless..