Steampipe Plugin Virustotal

Use SQL to instantly query file, domain, URL and IP scanning results from VirusTotal.

image

VirusTotal Plugin for Steampipe

Use SQL to query file, domain, URL and IP scanning results from VirusTotal.

Quick start

Install the plugin with Steampipe:

steampipe plugin install virustotal

Run a query:

select
  meaningful_name,
  reputation
from
  virustotal_file
where
  path = '/full/path/to/file'

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-virustotal.git
cd steampipe-plugin-virustotal

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/virustotal.spc

Try it!

steampipe query
> .inspect virustotal

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Popular Virustotal Projects
Popular Sql Projects
Popular Security Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Postgresql
Sql
Virustotal