← 返回命令列表

Linux command

vt 命令

文件

复制后可按需替换文件名、目录或参数。

常用示例

Scan file

vt scan file [file]

Get file report

vt file [hash]

Scan URL

vt scan url [https://example.com]

Get URL report

vt url [url]

Search

vt search "[query]"

Download file

vt download [hash]

说明

vt is the official command-line interface for VirusTotal, the online service that analyzes files and URLs for malware using dozens of antivirus engines and security tools. It provides direct access to VirusTotal's scanning and intelligence capabilities from the terminal. The tool can submit files and URLs for scanning, retrieve analysis reports by file hash or URL, search the VirusTotal database for known threats, and download samples for research. Results include detection verdicts from multiple antivirus engines, behavioral analysis data, and community reputation scores. All operations require a VirusTotal API key, with rate limits depending on the account tier. The CLI supports both free and premium API features, making it useful for security analysts, incident responders, and automated threat detection workflows.

参数

scan
Submit for scanning.
file
File operations.
url
URL operations.
search
Search VT.
download
Download file.
--apikey _KEY_
API key.

FAQ

What is the vt command used for?

vt is the official command-line interface for VirusTotal, the online service that analyzes files and URLs for malware using dozens of antivirus engines and security tools. It provides direct access to VirusTotal's scanning and intelligence capabilities from the terminal. The tool can submit files and URLs for scanning, retrieve analysis reports by file hash or URL, search the VirusTotal database for known threats, and download samples for research. Results include detection verdicts from multiple antivirus engines, behavioral analysis data, and community reputation scores. All operations require a VirusTotal API key, with rate limits depending on the account tier. The CLI supports both free and premium API features, making it useful for security analysts, incident responders, and automated threat detection workflows.

How do I run a basic vt example?

Run `vt scan file [file]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does scan do in vt?

Submit for scanning.