Modules for expansion services, import and export in MISP http://misp.github.io/misp-modules
 
 
 
 
Go to file
Alexandre Dulaunoy 1587d19217
Merge pull request #688 from MISP/karenyousefi-main
chg: [merge] updated
2024-08-22 15:17:15 +02:00
.github/workflows Update GitHub actions 2024-08-18 13:41:14 +01:00
docs chg: [merge] updated 2024-08-22 14:56:11 +02:00
documentation Merge remote-tracking branch 'karen/main' into karenyousefi-main 2024-08-22 15:05:54 +02:00
misp_modules chg: [modules] formatting updated 2024-08-22 15:14:11 +02:00
tests Migrate to poetry and optimize dependencies 2024-08-17 15:54:37 +01:00
website fix: [website.query] download 2024-08-22 12:16:56 +02:00
.gitchangelog.rc chg: [gitchangelogrc] added 2021-12-22 11:37:33 +01:00
.gitignore Migrate to poetry and optimize dependencies 2024-08-17 15:54:37 +01:00
.gitmodules Contribute a TAXII 2.1 import style misp-module. 2022-01-11 21:54:09 -05:00
ChangeLog.md new: [ChangeLog] added 2021-04-19 09:47:52 +02:00
LICENSE Create LICENSE 2016-09-05 07:26:29 +02:00
Makefile Migrate to poetry and optimize dependencies 2024-08-17 15:54:37 +01:00
README.md Merge remote-tracking branch 'karen/main' into karenyousefi-main 2024-08-22 15:05:54 +02:00
README.rst Make it a package 2016-06-18 11:04:41 +09:00
mkdocs.yml chg: [doc] shorten README + link to githubio 2024-08-13 09:05:44 +02:00
poetry.lock Update GitHub actions 2024-08-18 13:41:14 +01:00
pyproject.toml Update GitHub actions 2024-08-18 13:41:14 +01:00

README.md

MISP modules

Build statusCoverage Status codecov

MISP modules are autonomous modules that can be used to extend MISP for new services such as expansion, import, export and workflow action.

MISP modules can be also installed and used without MISP as a standalone tool accessible via a convenient web interface.

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 and can be used with other tools.

For more information: Extending MISP with Python modules slides from MISP training.

Installation

Installation instructions can be found in the installation documentation.

How to add your own MISP modules?

Developing a MISP module yourself is fairly easy. Start with a template or existing module and continue from there.
More information can be found in the contribute section of the documentation.

Documentation

In order to provide documentation about some modules that require specific input / output / configuration, the documentation contains detailed information about the general purpose, requirements, features, input and ouput of each of these modules:

  • *description - quick description of the general purpose of the module, as the one given by the moduleinfo
  • requirements - special libraries needed to make the module work
  • features - description of the way to use the module, with the required MISP features to make the module give the intended result
  • references - link(s) giving additional information about the format concerned in the module
  • input - description of the format of data used in input
  • output - description of the format given as the result of the module execution

Licenses

For further Information see the license file.

List of MISP modules

Expansion Modules

Export Modules

Import Modules

Action Modules

  • Mattermost - Simplistic module to send message to a Mattermost channel.
  • Slack - Simplistic module to send messages to a Slack channel.
  • Test action - This module is merely a test, always returning true. Triggers on event publishing.