Skip to content

Commit

Permalink
update MISP module has been live for a while now (#473)
Browse files Browse the repository at this point in the history
Co-authored-by: jdv <[email protected]>
  • Loading branch information
rr404 and jdv authored Oct 20, 2023
1 parent 59e50d6 commit 85c3e80
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crowdsec-docs/docs/cti_api/integration_misp.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)

0 comments on commit 85c3e80

Please sign in to comment.