Output updated (type of module added)

pull/1/head
Alexandre Dulaunoy 2016-02-24 00:55:14 +01:00
parent fc609dd987
commit d990de3995
1 changed files with 12 additions and 4 deletions

View File

@ -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"
}
]