From 0aa49bd6956d854fbf9d655a0d98a555b123ee00 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 29 Apr 2023 18:20:23 +0200 Subject: [PATCH] chg: [blog] link to OpenAPI --- content/blog/MISP.how.to.push.to.a.taxii.server.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/blog/MISP.how.to.push.to.a.taxii.server.md b/content/blog/MISP.how.to.push.to.a.taxii.server.md index 50cffb7..b00f9ba 100644 --- a/content/blog/MISP.how.to.push.to.a.taxii.server.md +++ b/content/blog/MISP.how.to.push.to.a.taxii.server.md @@ -76,7 +76,8 @@ In order to add a new connection to a TAXII server, you need to provide: In the TAXII server connection config, you can define filter rules. -Those rules are basically the ones you would use as `HTTP body` of a `restSearch` request. +Those rules are basically the ones you would use as `HTTP body` of a `restSearch` request. [restSearch filters options are documented in our OpenAPI](https://www.misp-project.org/openapi/). + This means you can filter on a lot of different things, for example: @@ -110,5 +111,5 @@ This means you can filter on a lot of different things, for example: # -The feature is converting your content to STIX 2.x format then it can be automatically exported and pushed to the designated API and collection on the TAXII server." +The feature is converting your content to STIX 2.x format then it can be automatically exported and pushed to the designated API and collection on the TAXII server.