You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MISP modules are autonomous modules that can be used to extend [MISP](https://github.com/MISP/MISP) for new services such as expansion, import and export.
6
+
MISP modules are autonomous modules that can be used to extend [MISP](https://github.com/MISP/MISP) for new services such as expansion, import, export and workflow action.
7
+
8
+
MISP modules can be also installed and used without MISP as a [standalone tool accessible via a convenient web interface](./website).
7
9
8
10
The modules are written in Python 3 following a simple API interface. The objective is to ease the extensions of MISP functionalities
9
-
without modifying core components. The API is available via a simple REST API which is independent from MISP installation or configuration.
11
+
without modifying core components. The API is available via a simple REST API which is independent from MISP installation or configuration and can be used with other tools.
10
12
11
13
For more information: [Extending MISP with Python modules](https://www.misp-project.org/misp-training/3.1-misp-modules.pdf) slides from [MISP training](https://github.com/MISP/misp-training).
0 commit comments