LinuxCommandLibrary

vt

Command-line interface for VirusTotal.

TLDR

Scan a specific file for viruses

$ vt scan file [path/to/file]
copy


Scan a URL for viruses
$ vt scan url [url]
copy


Display information from a specific analysis
$ vt analysis [file_id|analysis_id]
copy


Download files in encrypted .zip format (requires premium account)
$ vt download [file_id] --output [path/to/directory] --zip --zip-password [password]
copy


Initialize or re-initialize vt to enter API key interactively
$ vt init
copy


Display information about a domain
$ vt domain [url]
copy


Display information for a specific URL
$ vt url [url]
copy


Display information for a specific IP address
$ vt domain [ip_address]
copy

Copied to clipboard