Repository is archived
No commit activity in last 3 years
No release in over 3 years
Use the virus total api to check file hashes and urls
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 4.6
>= 1.0
 Project Readme

lita-virus_total

Gem Version Build Status Coverage Status

Adds the capability to call the virus total api to scan for file hashes and urls.

Installation

Add lita-virus_total to your Lita instance's Gemfile:

gem "lita-virus_total"

Configuration

Add your api to to lita:

Lita.configure do |config|
...
  config.handlers.virus_total.api_key = ENV['VIRUS_TOTAL_KEY']
...

Usage

The plugin adds two routes that both call the virus total api. Both routes can take a url/dns or a file hash.

vt PATTERN or virus total PATTERN

Both of these will report the positives/total, the date last scanned and a link to the full report. If there are any positive results then they will also list the scans that had hits.