mirror of https://github.com/MISP/misp-book
chg: [doc] Added links to misp-modules installation
parent
a7bb7126b7
commit
74a92d05f3
|
@ -2,7 +2,15 @@
|
||||||
|
|
||||||
MISP modules are autonomous modules that can be used for expansion and other services in MISP.
|
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.
|
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.
|
MISP modules support is included in MISP starting from version 2.4.28.
|
||||||
|
|
||||||
[More](https://www.circl.lu/assets/files/misp-training/switch2016/2-misp-modules.pdf)
|
[More](https://www.circl.lu/assets/files/misp-training/switch2016/2-misp-modules.pdf)
|
||||||
|
|
||||||
[MISP modules GitHub Repo](https://github.com/MISP/misp-modules)
|
[MISP modules GitHub Repo](https://github.com/MISP/misp-modules)
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
[Install guide on Ubuntu](https://github.com/MISP/misp-modules#how-to-install-and-start-misp-modules-in-a-python-virtualenv-recommended)
|
||||||
|
|
||||||
|
[Install guide RHEL/CentOS](https://github.com/MISP/misp-modules#how-to-install-and-start-misp-modules-on-rhel-based-distributions-)
|
||||||
|
|
Loading…
Reference in New Issue