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
- Host: GitHub
- URL: https://github.com/dfir-iris/iris-module-interface
- Owner: dfir-iris
- License: lgpl-3.0
- Created: 2021-12-20T09:00:59.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T11:23:25.000Z (over 3 years ago)
- Last Synced: 2025-10-26T23:13:29.588Z (8 months ago)
- Topics: forensic, incident-response
- Language: Python
- Homepage:
- Size: 51.8 KB
- Stars: 2
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](./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).