Skip to content

Commit 6ad5bc1

Browse files
author
jdv
committed
typo fix
1 parent 01e76b8 commit 6ad5bc1

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

crowdsec-docs/unversioned/console/ip_reputation/api_keys.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ import useBaseUrl from "@docusaurus/useBaseUrl";
2929

3030
<div style={{display: 'flex', gap: '2rem', alignItems: 'flex-start'}}>
3131
<div style={{flex: '1'}}>
32-
There, you can chose among the various quotas options. We provide a free key in order to test your integrations.
32+
There, you can choose among the various quota options. We provide a free key in order to test your integrations.
3333
:::info
3434
The free quota will be better if your organization is Premium than if it's on the free Community plan.
3535
:::
3636
:::info
37-
Only Premium orgizations can buy keys with higher quotas. See [Premium API Keys](/u/console/ip_reputation/api_keys_premium) for more details.
37+
Only Premium organizations can buy keys with higher quotas. See [Premium API Keys](/u/console/ip_reputation/api_keys_premium) for more details.
3838
:::
3939
</div>
4040
<div style={{flex: '0 0 50%'}}>

crowdsec-docs/unversioned/console/ip_reputation/api_keys_premium.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 2
66

77
A [Premium Plan](/u/console/premium_upgrade) unlocks two benefits for CTI API access:
88

9-
- **Increased free quota** — the complimentary CTI key included with every account has a higher weekly allowance on a Premium plan than on the free Community plan.
9+
- **Increased free quota** — the complimentary CTI key included with every account has a higher quota on a Premium plan than on the free Community plan.
1010
- **Purchasable high-quota keys** — Premium organizations can buy additional CTI API keys with larger monthly quotas (5K, 25K, or 100K queries/month) to support production integrations, automated enrichment pipelines, and high-volume use cases.
1111

1212
For current quota tiers and pricing, go to **Settings → CTI API Keys** in the Console and click **+ New Key** — all available options and their costs are shown there.

crowdsec-docs/unversioned/console/ip_reputation/search_ui.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,16 @@ Welcome to **CrowdSec’s Cyber Threat Intelligence (CTI)**!
77
This guide will help you navigate the **CTI Web UI** and make the most of its features, from searching for IP details to exploring real-time threat insights. Let’s get started!
88

99
> You can access CrowdSec's CTI via our **Web UI** on the [**CTI Home page** ↗️](https://app.crowdsec.net/cti)
10-
> Or [Create a **CTI API key** and use our **CTI API**](/u/cti_api/api_getting_started)
10+
> Or [Create a **CTI API key** and use our **CTI API**](/u/console/ip_reputation/api_keys)
1111
1212
## Features on the CTI Web UI
1313

14-
The **CTI home page** is designed to give you instant access to valuable **threat intelligence**. There’s what you’ll find:
14+
The **CTI home page** is designed to give you instant access to valuable **threat intelligence**. Here’s what you’ll find:
1515
<!-- Not using bullet points to avoid VS annoying auto table of content "fix" -->
1616
[An IP or Query search bar](#search-bar)
1717
[A shortcut to search your own IP](#check-your-own-ip)
1818
[Predefined query to explore our CTI](#predefined-searches)
19-
[A top 10 of the most agressive IPs](#top-10-most-aggressive-ips)
19+
[A top 10 of the most aggressive IPs](#top-10-most-aggressive-ips)
2020

2121
### Search Bar
2222

crowdsec-docs/unversioned/cti_api/api_introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ curl -H "x-api-key: $API_KEY" https://cti.api.crowdsec.net/v2/smoke/1.2.3.4 | jq
3131

3232
### IPDEX
3333

34-
Available in [Web UI](https://ipdex.crowdsec.net/) or [CLI](https://github.com/crowdsecurity/ipdex), this tool provides a detailed IP reputation report from a list of IPs or logs you provide.
34+
Available in [Web UI](https://ipdex.crowdsec.net/) or [CLI](https://github.com/crowdsecurity/ipdex), this tool provides a detailed IP reputation report from a list of IPs or logs you provide.
3535
This is a useful Proof of Value tool to see the coverage of CrowdSec Threat Intel for both Blocklists and Threat Intel.
3636

3737
[IPDEX →](/u/cti_api/api_integration/integration_ipdex)

crowdsec-docs/unversioned/cti_api/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ CrowdSec's **Cyber Threat Intelligence (CTI)** exposes the threat data collected
99
This section covers the **API** side of CTI: authentication, datasets, data format, taxonomy, and integrations with third-party security platforms.
1010

1111
:::tip Prefer a visual interface?
12-
The [IP Reputation section of the Console](/u/console/ip_reputation/intro) present exploration via the Console UI to: get details about a specific IP, run advanced queries, and manage your CTI API Key(s)
12+
The [IP Reputation section of the Console](/u/console/ip_reputation/intro) presents exploration via the Console UI to: get details about a specific IP, run advanced queries, and manage your CTI API Key(s)
1313
:::
1414

1515
---
@@ -48,7 +48,7 @@ Understanding the CTI data model is key to making good use of the API. The [Taxo
4848

4949
## Getting Started
5050

51-
1. **Get an API key** — create one in the [Console](https://app.crowdsec.net/settings/cti-api-keys). A free key (50 queries/week) is available to all registered users. See [API Keys](/u/console/ip_reputation/api_keys).
51+
1. **Get an API key** — create one in the [Console](https://app.crowdsec.net/settings/cti-api-keys). A free key is available to all registered users. See [API Keys](/u/console/ip_reputation/api_keys).
5252
2. **Make your first request** — see [API Introduction](/u/cti_api/api_introduction) for the base URL, authentication header, and an example response.
5353
3. **Integrate** — connect CrowdSec CTI to your SIEM, SOAR, or TIP using one of the [supported integrations](/u/cti_api/api_integration/integration_intro).
5454

0 commit comments

Comments
 (0)