mirror of https://github.com/MISP/misp-modules
Modules for expansion services, import and export in MISP
http://misp.github.io/misp-modules
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
doc | 4 years ago | |
docs | 4 years ago | |
etc/systemd/system | 4 years ago | |
misp_modules | 4 years ago | |
tests | 4 years ago | |
tools | 4 years ago | |
var | 7 years ago | |
.gitignore | 4 years ago | |
.travis.yml | 4 years ago | |
LICENSE | 6 years ago | |
Makefile | 4 years ago | |
Pipfile | 4 years ago | |
Pipfile.lock | 4 years ago | |
README.md | 4 years ago | |
README.rst | 7 years ago | |
REQUIREMENTS | 4 years ago | |
mkdocs.yml | 4 years ago | |
setup.py | 4 years ago |
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.