Modules for expansion services, import and export in MISP http://misp.github.io/misp-modules
 
 
 
 
Go to file
8ear 241824870e
Add Dockerfile, Entrypoint and Healthcheck script
2019-09-02 11:45:26 +02:00
doc Merge branch 'master' into 8ear-add-mkdocs-documentation 2019-07-31 08:37:19 +02:00
docker Add Dockerfile, Entrypoint and Healthcheck script 2019-09-02 11:45:26 +02:00
docs Update install doc 2019-09-02 10:21:37 +02:00
etc/systemd/system fix: systemd service 2019-02-24 18:20:28 -08:00
misp_modules fix: Fixed cvss-score object relation name 2019-07-30 09:55:36 +02:00
tests fix: Wrong change in last commit. 2019-07-24 09:57:52 +02:00
tools chr: Restart the modules after update 2019-02-26 16:48:15 -08:00
var default var directory added 2016-02-18 09:25:51 +01:00
.gitignore Add mkdocs as a great web documentation 2019-07-31 08:25:51 +02:00
.travis.yml Change mkdocs deploy method 2019-07-31 08:53:16 +02:00
LICENSE Create LICENSE 2016-09-05 07:26:29 +02:00
Makefile Added docker and non-docker make commands 2019-08-02 10:28:08 +02:00
Pipfile chg: Bump dependencies 2019-07-24 09:24:46 +02:00
Pipfile.lock chg: Bump dependencies 2019-07-24 09:24:46 +02:00
README.md Merge branch 'master' into 8ear-add-mkdocs-documentation 2019-07-31 08:37:19 +02:00
README.rst Make it a package 2016-06-18 11:04:41 +09:00
REQUIREMENTS chg: [install] REQUIREMENTS file updated 2019-05-25 09:21:59 +02:00
mkdocs.yml Add mkdocs as a great web documentation 2019-07-31 08:25:51 +02:00
setup.py chg: Bump dependencies, add update script 2019-02-26 16:43:08 -08:00

README.md

MISP modules

Build Status Coverage Status codecov FOSSA Status

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.

License

FOSSA Status