From 85c3e80ecc421b9c052991e84c6bfe294ed420d7 Mon Sep 17 00:00:00 2001 From: JDEV Date: Fri, 20 Oct 2023 16:20:09 +0200 Subject: [PATCH] update MISP module has been live for a while now (#473) Co-authored-by: jdv --- crowdsec-docs/docs/cti_api/integration_misp.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/crowdsec-docs/docs/cti_api/integration_misp.md b/crowdsec-docs/docs/cti_api/integration_misp.md index 32b8061e..f236747e 100644 --- a/crowdsec-docs/docs/cti_api/integration_misp.md +++ b/crowdsec-docs/docs/cti_api/integration_misp.md @@ -4,17 +4,17 @@ title: MISP Plugin sidebar_position: 2 --- -A MISP hover plugin which allows you to get knowledge from CrowdSec's CTI API upon hovering an IP in your MISP instance. +MISP hover plugin allows you to get knowledge from CrowdSec's CTI API upon hovering an IP in your MISP instance. ## Installation ### Setting up plugin server -The plugin will be soon included in MISP's [official plugin repo](https://github.com/MISP/misp-modules). +The plugin is included in MISP's [official plugin repo](https://github.com/MISP/misp-modules). The development version can be found on [crowdsec's fork](https://github.com/crowdsecurity/misp-modules). -Install the fork via by following instuctions given [here](https://github.com/MISP/misp-modules#how-to-install-and-start-misp-modules-in-a-python-virtualenv-recommended) +Install the fork via by following instructions given [here](https://github.com/MISP/misp-modules#how-to-install-and-start-misp-modules-in-a-python-virtualenv-recommended) . Make sure to subsitute repository address as required. ### Configure the plugin @@ -38,7 +38,7 @@ Done ! ![MISP hover](/img/misp_hover.png) -2. Upon clicking the hover icon, you would see the knowledge about the IP obtained from CrowdSec's CTI. +2. Upon clicking the hover icon, you will see the enrichements on this IP obtained from CrowdSec's CTI. ![MISP CrowdSec Hover](/img/misp_crowdsec_knowledge.png)