From d990de399521b6deb521f514d5e6e4e1ca03a0f7 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 24 Feb 2016 00:55:14 +0100 Subject: [PATCH] Output updated (type of module added) --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f87cabf..caa9afa 100644 --- a/README.md +++ b/README.md @@ -26,11 +26,19 @@ MISP uses the **modules** function to discover the available MISP modules and th % curl -s http://127.0.0.1:6666/modules | jq . [ { + "mispattributes": { + "output": [ + "ip-src", + "ip-dst" + ], + "input": [ + "hostname", + "domain" + ] + }, + "type": "expansion", "name": "dns", - "mispattributes": [ - "hostname", - "domain" - ] + "version": "0.1" } ]