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
* fixing some broken links
* adding runtime redirect to catch all edge cases where sometimes the redirect doesn't work well via static files
---------
Co-authored-by: jdv <julien@crowdsec.net>
description="Query CrowdSec threat intelligence to enrich investigations and automate lookups. Get IP reputation, attack history, and behavior data from a global sensor network."
|`Plugin.Enrichment_crowdsec_enabled`| Yes | Boolean | Enable or disable the crowdsec module |
60
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)|
61
+
|`Plugin.Enrichment_crowdsec_api_key`| Yes | String | CrowdSec CTI API key. See [instructions to obtain it](https://docs.crowdsec.net/docs/u/console/ip_reputation/api_keys/#getting-an-api-key)|
62
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
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
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`|
Copy file name to clipboardExpand all lines: crowdsec-docs/unversioned/cti_api/api_integration/integration_qradar.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,4 +51,4 @@ You can click on the "Show" button to see the RAW JSON response from the API.
51
51
52
52
## References
53
53
54
-
You can find our latest taxonomy about attack details, classifications, scores etc in [our official docs](https://docs.crowdsec.net/docs/next/cti_api/taxonomy)
54
+
You can find our latest taxonomy about attack details, classifications, scores etc in [our official docs](/u/cti_api/taxonomy/intro)
0 commit comments