Skip to content
This repository has been archived by the owner on Dec 16, 2021. It is now read-only.

constantcontact/lita-virus_total

Repository files navigation

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.

About

Virus Total support for the lita chatbot

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages