From 598baa78a52caed4b95d3635c4b9eedff2f32000 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Wed, 24 Feb 2016 00:23:26 +0100 Subject: [PATCH] Format updated following Andras updates --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c796692..f87cabf 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,19 @@ The MISP module service returns the available modules in a JSON array containing Based on this information, a query can be built in a JSON format and saved as body.json: ~~~json -{"module": "dns", "hostname": "www.github.com"} +{ + "results": [ + { + "types": [ + "ip-src", + "ip-dst" + ], + "values": [ + "188.65.217.78" + ] + } + ] +} ~~~ Then you can POST this JSON format query towards the MISP object server: