vt: add page (#9317)

pull/1/head
K.B.Dharun Krishna 2022-10-25 15:57:35 +05:30 committed by GitHub
parent dc2264b921
commit c176d565bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 37 additions and 0 deletions

37
pages/common/vt.md Normal file
View File

@ -0,0 +1,37 @@
# vt
> Command-line 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}}`