Skip to content

Commit f2dc4a2

Browse files
committed
refactor(cti): ♻️ JDE feedbacks
1 parent f4ef400 commit f2dc4a2

File tree

3 files changed

+8
-16
lines changed

3 files changed

+8
-16
lines changed

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
{

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

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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.
@@ -44,14 +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-
1. How to use the CTI in the [Getting Started guide](https://docs.crowdsec.net/u/console/cti/getting_started).
52-
2. How to investigate an IP address in the [IP Report guide](https://docs.crowdsec.net/u/console/cti/ip_report).
53-
3. How to perform advanced searches in the [Advanced Search guide](https://docs.crowdsec.net/u/console/cti/advanced_search).
54-
5547
### Faceted Research for Analysts
5648

5749
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

0 commit comments

Comments
 (0)