Skip to content

crahan/vt-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 

Repository files navigation

VT Tools

vt-report.py

Query VirusTotal for reports based on one or more hashes, either piped in from another command, as a set of hash values provided on the commandline, or by specifying a file containing hashes using the --input <filename> parameter. Output goes to stdout by default unless an output file is specified using --output <filename>.

Note: As free VirusTotal accounts have a 4 query per minute limitation queries are separated by a 16-second delay.

$ python vt-report.py --help
Usage: vt-report.py [OPTIONS] [HASHES]...

  Retrieve VirusTotal analysis information for a set of hash values.

Options:
  --infile TEXT   Input file containing hash values.
  --outfile TEXT  CSV output filename, default print to stdout.
  --apikey TEXT   VirusTotal API key, default VTAPIKEY env var.
  --fast          Disable request throttling.
  --help          Show this message and exit.

About

VirusTotal Python tools

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages