Format updated following Andras updates

pull/1/head
Alexandre Dulaunoy 2016-02-24 00:23:26 +01:00
parent 6e4a083633
commit 598baa78a5
1 changed files with 13 additions and 1 deletions

View File

@ -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: