mvt icon indicating copy to clipboard operation
mvt copied to clipboard

Addition of a timer to virustotal checks

Open r-tx opened this issue 2 years ago • 0 comments

With the free API from VirusTotal, checks are limited to 4 queries a minute and 500 a day, it would useful to have an option to call with --virustotal that would allow the throttling of checks against VT so as not to exhaust the queries.

As an example, Didier Stevens' virustotal-search.py which has a built in 16s delay and can be adjusted with -d/--delay flag

r-tx avatar Oct 17 '23 11:10 r-tx