Page 1 of 1

PB tool: bulk check files against VirusTotal and MHR

Posted: Wed Jun 02, 2021 8:13 pm
by firace
My new little project (as a PB developer and former Cert analyst I had an urgent need for this!):

Purpose: Instantly check up to 16 files on VirusTotal and MHR

Written in PB, HTML/CSS/JS, and PHP

Homepage: http://www.metasudo.com/mscan/

Image

Re: Instantly check up to 8 files on VirusTotal and MHR

Posted: Thu Jun 03, 2021 10:26 pm
by ChrisR
It would be good then to have an option to send an analysis report to the AV for all false positives.
In order to flood those who are badly doing their job.

I'm kidding but false alarms can sometimes cause as much troubles as a real infection :wink:

Re: PB tool: bulk check files against VirusTotal and MHR

Posted: Sat Jun 05, 2021 9:28 am
by firace
ChrisR wrote: Thu Jun 03, 2021 10:26 pm It would be good then to have an option to send an analysis report to the AV for all false positives.
In order to flood those who are badly doing their job.

I'm kidding but false alarms can sometimes cause as much troubles as a real infection :wink:
Good suggestion! Will look into it.

I've just added a link to the program homepage to the first post.

Re: PB tool: bulk check files against VirusTotal and MHR

Posted: Sun Jun 06, 2021 11:17 am
by highend
It would be nice if it accepts multiple files as command line arguments...

Code: Select all

Mscan.exe "D:\SFTPMSI.exe" "D:\ugrep.exe" ...

Re: PB tool: bulk check files against VirusTotal and MHR

Posted: Sun Jun 06, 2021 11:25 am
by Mijikai
Imho. if you want to whitelist your programm just contact the 3 big half sane AVs anything else is just a waste of time.
The crappy AVs will usually adjust themselfes to not look even more silly...

Re: PB tool: bulk check files against VirusTotal and MHR

Posted: Sun Jun 06, 2021 12:23 pm
by BarryG
Mijikai wrote: Sun Jun 06, 2021 11:25 am Imho. if you want to whitelist your programm just contact the 3 big half sane AVs anything else is just a waste of time.
The crappy AVs will usually adjust themselfes to not look even more silly...
Apparently the little AVs just use the big AVs database anyway (maybe officially, maybe unofficially). I've read stories from developers who said the little ones always change soon after the big ones whitelist their apps.

Re: PB tool: bulk check files against VirusTotal and MHR

Posted: Mon Jun 07, 2021 10:03 am
by firace
highend wrote: Sun Jun 06, 2021 11:17 am It would be nice if it accepts multiple files as command line arguments...

Code: Select all

Mscan.exe "D:\SFTPMSI.exe" "D:\ugrep.exe" ...
This should work in the latest version (1.02.145b) :)