From 199a23cc4bdd29a3756225628e004c27d92d4037 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Thu, 24 Mar 2016 16:52:53 +0100 Subject: [PATCH] How to start MISP modules --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 7c4f607..0a30071 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,16 @@ MISP modules support is included in MISP starting from version 2.4.28. * [passivetotal](modules/expansion/passivetotal.py) - a [passivetotal](https://www.passivetotal.org/) module to query the passivetotal passive DNS interface. * [sourcecache](modules/expansion/sourcecache.py) - a module to cache a specific link from a MISP instance. +## How to install and start MISP modules? + +~~~~bash +git clone git@github.com:MISP/misp-modules.git +cd misp-modules +pip3 install -r REQUIREMENTS +cd bin +python3 misp-modules.py +~~~~ + ## How to add your own MISP modules? Create your module in [modules/expansion/](modules/expansion/). The module should have at minimum three functions: