Skip to content

Commit 2ff6a80

Browse files
author
jdv
committed
fixed some links
1 parent e417803 commit 2ff6a80

13 files changed

Lines changed: 11 additions & 79 deletions

crowdsec-docs/unversioned/cti_api/api_integration/integration_gigasheet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CrowdSec's CTI API can be used in Gigasheet's No-Code API-data-enrichment featur
88

99
## Prerequisites
1010

11-
- As always you'll need a CTI API-key: [Follow this guide to get yours](/cti_api/api_getting_started.mdx).
11+
- As always you'll need a CTI API-key: [Follow this guide to get yours](/u/console/ip_reputation/api_keys).
1212
- Create a free account on Gigasheet by [signing up here](https://app.gigasheet.com/signup)
1313

1414
## Preview

crowdsec-docs/unversioned/cti_api/api_integration/integration_intelowl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Intel Owl is an Open Source Intelligence, or OSINT solution to get threat intell
1313

1414
- IntelOwl v4.2.2+
1515
- CrowdSec CTI API Key.
16-
- [See this guide to get yours](/cti_api/api_getting_started.mdx).
16+
- [See this guide to get yours](/u/console/ip_reputation/api_keys).
1717

1818
## Installation
1919

crowdsec-docs/unversioned/cti_api/api_integration/integration_maltego.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ In your maltego client register the Seed URL we created in the above deployment
8181

8282
#### Adding CrowdSec API key to the transforms
8383

84-
1. Obtain the CrowdSec CTI API key by following [this guide.](/cti_api/api_getting_started.mdx)
84+
1. Obtain the CrowdSec CTI API key by following [this guide.](/u/console/ip_reputation/api_keys)
8585

8686
2. Follow [this guide](https://docs.maltego.com/support/solutions/articles/15000017851-setting-api-keys-for-all-transforms-inside-a-hub-item) except select CrowdSec Transform Server.
8787

crowdsec-docs/unversioned/cti_api/api_integration/integration_ms_sentinel.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This documentation will guide you through deploying the playbook, configuring th
1111
## Prerequisites: Get Your CTI API Key
1212

1313
Before configuring the Logic App, you'll need a CrowdSec CTI API key.
14-
For detailed instructions on obtaining your API key, check out the [CTI API Getting Started guide](/cti_api/api_getting_started.mdx).
14+
For detailed instructions on obtaining your API key, check out the [CTI API Getting Started guide](/u/console/ip_reputation/api_keys).
1515
:::info
1616
If you need higher quotas for your CTI API key to handle larger volumes of queries, please [contact us](https://www.crowdsec.net/contact) to discuss custom quotas.
1717
:::

crowdsec-docs/unversioned/cti_api/api_integration/integration_msticpy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ TIProviders:
2121
Provider: "CrowdSec"
2222
```
2323
24-
Make sure to replace `<your_api_key>` with your API key for CrowdSec CTI API. You can learn more about getting your API key [here](/cti_api/api_getting_started.mdx).
24+
Make sure to replace `<your_api_key>` with your API key for CrowdSec CTI API. You can learn more about getting your API key [here](/u/console/ip_reputation/api_keys).
2525

2626
You can uncomment the `Primary` line if you want to use CrowdSec as your primary TIProvider, for enriching IOCs of ipv4 and ipv6 types.
2727

crowdsec-docs/unversioned/cti_api/api_integration/integration_opencti.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ crowdsec:
8787
8888
Replace `opencti.token` with your openCTI token
8989
Replace `connector.id` with an ID of your choice.
90-
Replace `crowdsec.key` with your CrowdSec CTI API key. See [instructions about obtaining it](/cti_api/api_getting_started.mdx)
90+
Replace `crowdsec.key` with your CrowdSec CTI API key. See [instructions about obtaining it](/u/console/ip_reputation/api_keys)
9191

9292
Finally run the connector
9393

crowdsec-docs/unversioned/cti_api/api_integration/integration_qradar.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ This QRadar App leverages CrowdSec's CTI’s smoke endpoint to get information a
1818
## Configuration
1919

2020
Setup the App in two easy steps
21-
1. Generate your Crowdsec CTI API Key in CrowdSec's console. You can find the instructions to obtain it [here](/cti_api/api_getting_started.mdx)
21+
1. Generate your Crowdsec CTI API Key in CrowdSec's console. You can find the instructions to obtain it [here](/u/console/ip_reputation/api_keys)
2222
2. Put the API Key in the App as demonstrated below
2323

2424
Within QRadar’s Admin page, navigate to the CrowdSec App and click on the app Setting icon

crowdsec-docs/unversioned/cti_api/api_integration/integration_securitycopilot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This documentation will lead you through an easy setup and lead you through some
1313
### Prerequisite: retrieve your API Key
1414
The plugin is using our CTI API to provide information on over 70M attackers recently reported by CrowdSec's network.
1515
You can create a trial key or retrieve your existing keys in the [console](https://app.crowdsec.net/) in the "Settings" > "CTI API Keys" section.
16-
If you need more details check out the [CTI API Key - getting started section](/cti_api/api_getting_started.mdx)
16+
If you need more details check out the [CTI API Key - getting started section](/u/console/ip_reputation/api_keys)
1717

1818
### Activate and setup the plugin
1919
This consists of 3 easy steps: browse plugins, select "CrowdSec Threat Intelligence" plugin, paste API Key in settings

crowdsec-docs/unversioned/cti_api/api_integration/integration_sekoia_xdr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ CrowdSec's CTI API can be used in Sekoia XDR Playbooks to enrich alerts with Cro
88

99
## Usage
1010

11-
Get your API key for CrowdSec CTI API by following [this guide.](/cti_api/api_getting_started.mdx)
11+
Get your API key for CrowdSec CTI API by following [this guide.](/u/console/ip_reputation/api_keys)
1212

1313
In your playbook you can now create a Node which calls CrowdSec's CTI API.
1414

crowdsec-docs/unversioned/cti_api/api_integration/integration_splunk_siem.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The Splunk SIEM App is available in Splunkbase. You can download it from [here](
1313

1414
## Usage
1515

16-
- Get your API key for CrowdSec CTI API by following [this guide.](/cti_api/api_getting_started.mdx)
16+
- Get your API key for CrowdSec CTI API by following [this guide.](/u/console/ip_reputation/api_keys)
1717

1818
- Complete the App setup by providing your API Key
1919

0 commit comments

Comments
 (0)