Skip to content

Commit ac28cf4

Browse files
authored
Cti tweaks before release (#680)
This PR introduces small changes in the CTI Documentation before the release. - New Screenshot to align with the doc format - Inner linking between CTI pages - Update some typo to avoid using `User`
2 parents df435b5 + f7ccd48 commit ac28cf4

8 files changed

Lines changed: 15 additions & 26 deletions

File tree

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -178,11 +178,6 @@ module.exports = {
178178
type: "category",
179179
label: "CTI",
180180
items: [
181-
{
182-
type: "doc",
183-
label: "Introduction",
184-
id: "console/cti/intro",
185-
},
186181
{
187182
type: "doc",
188183
label: "Getting started",
@@ -198,6 +193,11 @@ module.exports = {
198193
label: "Advanced search",
199194
id: "console/cti/advanced_search",
200195
},
196+
{
197+
type: "doc",
198+
label: "FAQ",
199+
id: "console/cti/faq",
200+
},
201201
],
202202
},
203203
{
-786 KB
Binary file not shown.
545 KB
Loading
-790 KB
Binary file not shown.
293 KB
Loading

crowdsec-docs/unversioned/console/cti/intro.md renamed to crowdsec-docs/unversioned/console/cti/faq.md

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Introduction
3-
description: Introduction to CrowdSec's Cyber Threat Intelligence (CTI) platform.
2+
title: FAQ
3+
description: CrowdSec's Cyber Threat Intelligence (CTI) FAQ.
44
---
55

66
**CrowdSec’s Cyber Threat Intelligence (CTI)** is a cutting-edge platform that enhances your cybersecurity defenses through community-driven insights and advanced threat intelligence. This introduction provides an overview of CTI’s purpose, benefits, competitive advantages and including a search page with filters and IP detail pages.
77

88
Investigate your first IP [there](https://app.crowdsec.net/cti).
99

10-
![Alerts](/img/console/cti/home.jpeg)
10+
![Alerts](/img/console/cti/home.png)
1111

1212
# What Is Cyber Threat Intelligence (CTI)?
1313

@@ -44,19 +44,6 @@ With CTI’s advanced search and filtering capabilities, finding relevant inform
4444

4545
CTI integrates seamlessly into your existing CrowdSec setup, making it an invaluable part of your defense strategy without requiring additional complexity. Use the [Free CrowdSec CTI API](https://app.crowdsec.net/settings/cti-api-keys) to access threat data programmatically and enhance your security operations.
4646

47-
# What to Expect Next
48-
49-
In this documentation, you’ll discover:
50-
51-
### IP Details Pages
52-
53-
Dive deep into individual IP profiles to uncover:
54-
55-
- Risk assessment scores
56-
- Threat patterns
57-
- Timeline of malicious activity
58-
- Geographical distribution of attacks
59-
6047
### Faceted Research for Analysts
6148

6249
Understand how CTI enables analysts to uncover trends, identify repeat offenders, and map out potential attack vectors using advanced research tools. [(You can check this example)](<https://app.crowdsec.net/cti?q=classifications.classifications.name:%22crowdsec:ai_vpn_proxy%22+AND+(reputation:malicious+OR+reputation:suspicious)&page=1>)

crowdsec-docs/unversioned/console/cti/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Get started with CrowdSec's Cyber Threat Intelligence (CTI) platfor
55

66
Welcome to CrowdSec’s Cyber Threat Intelligence (CTI)! This guide will help you navigate the home page and make the most of its features, from searching for IP details to exploring real-time threat insights. Let’s get started!
77

8-
> You can access the CTI home page [here](https://app.crowdsec.net/cti).
8+
> You can access the [CTI Home page](https://app.crowdsec.net/cti) or directly call our [API](https://docs.crowdsec.net/u/cti_api/getting_started).
99
1010
## What Can You Find on the Home Page?
1111

crowdsec-docs/unversioned/console/cti/ip_report.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Learn how to investigate an IP address in CrowdSec's Cyber Threat I
77

88
CrowdSec’s Cyber Threat Intelligence (CTI) platform provides detailed insights into IP addresses, enabling you to assess their risk levels, threat types, and historical activities.
99

10-
![CTI Report](/img/console/cti/report/page.jpeg)
10+
![CTI Report](/img/console/cti/report/page.png)
1111

1212
### IP Title and Status
1313

@@ -85,10 +85,12 @@ A summary of the IP’s recent activity, showing its aggressiveness over time:
8585

8686
### Blocklists
8787

88-
Indicates the **blocklists** where the IP is currently listed. These are provided by CrowdSec to users for preemptive blocking. Users can:
88+
Indicates the **blocklists** where the IP is currently listed. These are provided by CrowdSec to community for preemptive blocking.
8989

9090
![CTI Report blocklists](/img/console/cti/report/blocklists.png)
9191

92+
It allows to:
93+
9294
- View whether the IP is on free or premium blocklists.
9395
- Click through to explore the relevant blocklists.
9496

@@ -121,7 +123,7 @@ Breaks down specific types of attacks linked to the IP, such as:
121123

122124
### Feedbacks
123125

124-
CrowdSec invites users to participate in improving threat intelligence by:
126+
CrowdSec invites community to participate in improving threat intelligence by:
125127

126128
![CTI Report share opinion](/img/console/cti/report/share_opinion.png)
127129

@@ -137,7 +139,7 @@ This section provides a detailed **Security Engine Report** for the IP, showing
137139

138140
![CTI Report security engines report](/img/console/cti/report/security_engines_report.png)
139141

140-
- Allows users to add **comments** to the report, share insights, or annotate findings.
142+
- Allows organization's users to add **comments** to the report, share insights, or annotate findings.
141143
- Shared comments are visible across all members of the user’s organization, fostering collaboration.
142144

143145
### Conclusion

0 commit comments

Comments
 (0)