mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
33f858fe97 | ||
---|---|---|
doc | ||
docs | ||
etc/systemd/system | ||
misp_modules | ||
tests | ||
tools | ||
var | ||
.gitignore | ||
.travis.yml | ||
LICENSE | ||
Makefile | ||
Pipfile | ||
Pipfile.lock | ||
README.md | ||
README.rst | ||
REQUIREMENTS | ||
mkdocs.yml | ||
setup.py |
README.md
MISP modules
About
MISP modules are autonomous modules that can be used for expansion and other services in MISP.
The modules are written in Python 3 following a simple API interface. The objective is to ease the extensions of MISP functionalities without modifying core components. The API is available via a simple REST API which is independent from MISP installation or configuration.
MISP modules support is included in MISP starting from version 2.4.28
.
For more information: Extending MISP with Python modules slides from MISP training.
Documentation
The new documentation can found here.