Metadata-Version: 2.1
Name: iris-webhooks-module
Version: 1.0.4
Summary: An interface module for webhooks support in DFIR-IRIS
Home-page: https://github.com/dfir-iris/iris-webhooks-module
Author: DFIR-IRIS
Author-email: contact@dfir-iris.org
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 (LGPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# IrisWebHooksModule

An interface module that allows to call webhooks from IRIS.   
**Module type** : ``Processor``  
**Min IRIS version required** : ``> 1.4.0`` 

The module is not yet provided with IRIS. It can however be installed manually - please see the Installation section of this readme.

## Configuration 
Please refer to the [IRIS documentation](https://dfir-iris.github.io/operations/modules/natives/IrisWebHooks/). 

## Installation 
The module can be installed manually by running the following command:

1. Get an interactive shell on the docker : ``docker exec -it <iris_web_app> /bin/bash``
2. Install the new package ``pip3 install iris_webhooks_module``
3. Configure the module as explained in the [documentation](https://dfir-iris.github.io/operations/modules/natives/IrisWebHooks/)
