1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 18:55:26 +02:00
tldr/pages/common/vt.md
Managor 23340cc6e0
common/*: reduce usage of "command-line" (part 1) (#16949)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:48:18 +03:00

808 B

vt

Interface for VirusTotal. API key from a VirusTotal account is required for this command. More information: https://github.com/VirusTotal/vt-cli.

  • Scan a specific file for viruses:

vt scan file {{path/to/file}}

  • Scan a URL for viruses:

vt scan url {{url}}

  • Display information from a specific analysis:

vt analysis {{file_id|analysis_id}}

  • Download files in encrypted Zip format (requires premium account):

vt download {{file_id}} --output {{path/to/directory}} --zip --zip-password {{password}}

  • Initialize or re-initialize vt to enter API key interactively:

vt init

  • Display information about a domain:

vt domain {{url}}

  • Display information for a specific URL:

vt url {{url}}

  • Display information for a specific IP address:

vt domain {{ip_address}}