Source: vt-cli Section: utils Maintainer: Debian Go Packaging Team Uploaders: Josenilson Ferreira da Silva , Build-Depends: debhelper-compat (= 13), dh-sequence-golang, dpkg-build-api (= 1), golang-any, golang-github-briandowns-spinner-dev, golang-github-cavaliergopher-grab-dev, golang-github-dustin-go-humanize-dev, golang-github-fatih-color-dev, golang-github-virustotal-vt-go-dev, golang-github-gobwas-glob-dev, golang-github-google-go-cmp-dev, golang-github-gosuri-uitable-dev, golang-github-k0kubun-go-ansi-dev, golang-github-spf13-cobra-dev, golang-github-spf13-pflag-dev, golang-github-spf13-viper-dev, golang-github-stretchr-testify-dev, golang-golang-x-sync-dev, Testsuite: autopkgtest-pkg-go Standards-Version: 4.7.4 Vcs-Browser: https://salsa.debian.org/go-team/packages/vt-cli Vcs-Git: https://salsa.debian.org/go-team/packages/vt-cli.git Homepage: https://github.com/VirusTotal/vt-cli XS-Go-Import-Path: github.com/VirusTotal/vt-cli Package: vt-cli Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends}, Static-Built-Using: ${misc:Static-Built-Using} Description: command-line interface for the VirusTotal threat analysis platform vt-cli provides a command-line interface to the VirusTotal API v3, allowing security analysts and researchers to query and interact with VirusTotal's threat intelligence database directly from the terminal. . With vt-cli it is possible to: - retrieve analysis reports for files (by hash), URLs, domain names and IP addresses; - submit files and URLs for scanning against 70+ antivirus engines; - search VirusTotal Intelligence using its full query syntax; - download files from the VirusTotal corpus; - manage LiveHunt YARA rules for real-time threat hunting; - launch and retrieve results from Retrohunt jobs; - filter output fields and export results in YAML, JSON or CSV format. . Results are output in YAML by default and can be narrowed down using include/exclude pattern filters, making vt-cli suitable for scripting and integration into automated security workflows. . A VirusTotal API key is required. Free keys are available upon registration but have rate limits and restricted access to premium features such as intelligence searches and file downloads.