An open API service indexing awesome lists of open source software.

https://github.com/dfir-iris/iris-module-interface

Base interface for modules of Iris
https://github.com/dfir-iris/iris-module-interface

forensic incident-response

Last synced: 5 months ago
JSON representation

Base interface for modules of Iris

Awesome Lists containing this project

README

          

[![License: LGPL v3](https://img.shields.io/badge/License-LGPL_v3-blue.svg)](./LICENSE.txt)

# IrisModuleInterface

This Python package is used by IRIS modules to interact and extend IRIS capabilities.
It's the interface which module have to use to communicate with the platform.
Please read IRIS [documentation](https://docs.dfir-iris.org/development/modules/) for further information.

## License

The contents of this repository is available under [LGPL3 license](LICENSE.txt).