Skip to content

hashashin/hubot-virustotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hubot-virustotal

A hubot script that chek urls against virustotal api

See src/virustotal.coffee for full documentation.

Installation

Get a api key from https://www.virustotal.com and set the env variable:

HUBOT_VT_APIKEY="yourkey"

In hubot project repo, run:

npm install hubot-virustotal --save

Then add hubot-virustotal to your external-scripts.json:

["hubot-virustotal"]

Sample Interaction

user1>> vt url https://placeholder.it
hubot>> Positives: 2

dependencies Status devDependencies Status