You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/cti_api/integration_misp.md
+41-16Lines changed: 41 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,41 +4,66 @@ title: MISP Plugin
4
4
sidebar_position: 2
5
5
---
6
6
7
-
MISP hover plugin allows you to get knowledge from CrowdSec's CTI API upon hovering an IP in your MISP instance.
7
+
MISP plugin lets you enrich the knowledge of IP attributes using CrowdSec's CTI API.
8
8
9
9
## Installation
10
10
11
+
### Requirements
12
+
13
+
- A CrowdSec CTI API key. See [instructions to obtain it](https://docs.crowdsec.net/docs/next/cti_api/getting_started/#getting-an-api-key)
14
+
11
15
### Setting up plugin server
12
16
13
17
The plugin is included in MISP's [official plugin repo](https://github.com/MISP/misp-modules).
14
18
15
-
The development version can be found on [crowdsec's fork](https://github.com/crowdsecurity/misp-modules).
16
-
17
-
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)
18
-
. Make sure to subsitute repository address as required.
19
19
20
20
### Configure the plugin
21
21
22
-
1. Navigate to plugin settings page at `http://<your_misp_address>/servers/serverSettings/Plugin`
22
+
You can activate this module by accessing the “Plugins” tab of your MISP instance:
23
23
24
-
2. Click on Enrichment.
24
+
1. Navigate to plugin settings page at `http://<your-misp-address>/servers/serverSettings/Plugin`
25
+
2. Click on Enrichment
26
+
3. Set the value of `Plugin.Enrichment_crowdsec_enabled` to `true`
27
+
4. Set the value of `Plugin.Enrichment_crowdsec_api_key` to your CrowdSec CTI API key
28
+
29
+
For more details on the settings available, please refer to the [Configurations](#configurations) part.
25
30
26
-
3. Set the value of Plugin.Enrichment_crowdsec_enabled to `true`
27
31
28
-
4. Set the value of Plugin.Enrichment_crowdsec_api_key to your CTI API key. See [instructions to obtain it](/cti_api/getting_started.mdx)
32
+
## Usage
29
33
30
-
5. Set the value of Plugin.Enrichment_crowdsec_api_version to "v2".
34
+
Thanks to the CrowdSec Threat Intelligence, you can enrich your IP attributes.
|`Plugin.Enrichment_crowdsec_enabled`| Yes | Boolean | Enable or disable the crowdsec module |
60
+
|`Plugin.Enrichment_crowdsec_restrict`| No | String | Restrict the crowdsec module to the given organisation. |
61
+
|`Plugin.Enrichment_crowdsec_api_key`| Yes | String | CrowdSec CTI API key. See [instructions to obtain it](https://docs.crowdsec.net/docs/next/cti_api/getting_started/#getting-an-api-key)|
62
+
|`Plugin.Enrichment_crowdsec_add_reputation_tag`| No | String | Enable/disable the creation of a reputation tag for the IP attribute. You can use `True` or `False` as string value. Default: `True`|
63
+
|`Plugin.Enrichment_crowdsec_add_behavior_tag`| No | String | Enable/disable the creation of a behavior tag for the IP attribute. You can use `True` or `False` as string value. Default: `True`|
64
+
|`Plugin.Enrichment_crowdsec_add_classification_tag`| No | String | Enable/disable the creation of a classification tag for the IP attribute. You can use `True` or `False` as string value. Default: `True`|
65
+
|`Plugin.Enrichment_crowdsec_add_mitre_technique_tag`| No | String | Enable/disable the creation of a mitre technique tag for the IP attribute. You can use `True` or `False` as string value. Default: `True`|
66
+
|`Plugin.Enrichment_crowdsec_add_cve_tag`| No | String | Enable/disable the creation of a cve tag for the IP attribute. You can use `True` or `False` as string value. Default: `True`|
40
67
41
-
2. Upon clicking the hover icon, you will see the enrichements on this IP obtained from CrowdSec's CTI.
0 commit comments