Skip to content

dfir-iris/iris-vt-module

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IrisVTModule

An interface module for VT and Iris to automatically enrich IOCs with VT insight.
Module type : Processor
Min IRIS version required : > 1.4.0

The module is preinstalled and registered by default on IRIS. For a manual installation please see the Installation section of this readme.

Configuration

Please refer to the IRIS documentation.

Installation

The installation can however be done manually if required, either from sources or existing packages (go to step 3.)

  1. Git clone this repository git clone https://github.com/dfir-iris/iris-vt-module.git && cd iris-vt-module
  2. Build the wheel : python3 setup.py bdist_wheel
  3. Copy the wheel into the IRIS app docker container docker cp iris_vt_module-XX-py3-none-any.whl container:/iriswebapp/dependencies/
  4. Get an interactive shell on the docker : docker exec -it container /bin/sh
  5. Install the new package pip3 install dependencies/iris_vt_module-XX-py3-none-any.whl