2016-02-17 18:40:55 +01:00
# MISP modules
2016-04-11 12:18:56 +02:00
[![Build Status ](https://travis-ci.org/MISP/misp-modules.svg?branch=master )](https://travis-ci.org/MISP/misp-modules)
2016-08-12 14:51:26 +02:00
[![Coverage Status ](https://coveralls.io/repos/github/MISP/misp-modules/badge.svg?branch=master )](https://coveralls.io/github/MISP/misp-modules?branch=master)
[![codecov ](https://codecov.io/gh/MISP/misp-modules/branch/master/graph/badge.svg )](https://codecov.io/gh/MISP/misp-modules)
2019-04-29 13:34:51 +02:00
[![FOSSA Status ](https://app.fossa.io/api/projects/git%2Bgithub.com%2F8ear%2Fmisp-modules.svg?type=shield )](https://app.fossa.io/projects/git%2Bgithub.com%2F8ear%2Fmisp-modules?ref=badge_shield)
2016-04-11 12:18:56 +02:00
2019-07-31 08:37:19 +02:00
## About
2016-04-11 12:18:56 +02:00
2016-02-17 18:40:55 +01:00
MISP modules are autonomous modules that can be used for expansion and other services in [MISP ](https://github.com/MISP/MISP ).
The modules are written in Python 3 following a simple API interface. The objective is to ease the extensions of MISP functionalities
2016-06-23 12:51:13 +02:00
without modifying core components. The API is available via a simple REST API which is independent from MISP installation or configuration.
2016-02-17 18:40:55 +01:00
2019-07-31 08:25:51 +02:00
MISP modules support is included in MISP starting from version `2.4.28` .
2016-02-17 18:40:55 +01:00
2017-01-07 10:45:22 +01:00
For more information: [Extending MISP with Python modules ](https://www.circl.lu/assets/files/misp-training/switch2016/2-misp-modules.pdf ) slides from MISP training.
2016-03-27 21:57:07 +02:00
2016-08-12 13:48:02 +02:00
2018-03-06 16:17:22 +01:00
## Documentation
2016-02-17 18:40:55 +01:00
2019-07-31 08:37:19 +02:00
The new documentation can found [here ](https://misp.github.io/misp-modules ).
2016-09-01 20:30:23 +02:00
2019-07-31 08:37:19 +02:00
## License
[![FOSSA Status ](https://app.fossa.io/api/projects/git%2Bgithub.com%2F8ear%2Fmisp-modules.svg?type=large )](https://app.fossa.io/projects/git%2Bgithub.com%2F8ear%2Fmisp-modules?ref=badge_large)