Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Modules for expansion services, enrichment, import and export in MISP and other tools.

License

NotificationsYou must be signed in to change notification settings

MISP/misp-modules

Repository files navigation

Build statusCoverage Statuscodecov

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

MISP modules can be also installed and used without MISP as astandalone 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 functionalitieswithout 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 fromMISP training.

Installation

Installation instructions can be found in theinstallation 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 thecontribute section of the documentation.

Documentation

In order to provide documentation about some modules that require specific input / output / configuration, thedocumentation 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 thelicense 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.

[8]ページ先頭

©2009-2025 Movatter.jp