Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions crowdsec-docs/sidebarsUnversioned.js
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,6 @@ module.exports = {
type: "category",
label: "CTI",
items: [
{
type: "doc",
label: "Introduction",
id: "console/cti/intro",
},
{
type: "doc",
label: "Getting started",
Expand All @@ -198,6 +193,11 @@ module.exports = {
label: "Advanced search",
id: "console/cti/advanced_search",
},
{
type: "doc",
label: "FAQ",
id: "console/cti/faq",
},
],
},
{
Expand Down
Binary file removed crowdsec-docs/static/img/console/cti/home.jpeg
Binary file not shown.
Binary file added crowdsec-docs/static/img/console/cti/home.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
title: Introduction
description: Introduction to CrowdSec's Cyber Threat Intelligence (CTI) platform.
title: FAQ
description: CrowdSec's Cyber Threat Intelligence (CTI) FAQ.
---

**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.

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

![Alerts](/img/console/cti/home.jpeg)
![Alerts](/img/console/cti/home.png)

# What Is Cyber Threat Intelligence (CTI)?

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

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.

# What to Expect Next

In this documentation, you’ll discover:

### IP Details Pages

Dive deep into individual IP profiles to uncover:

- Risk assessment scores
- Threat patterns
- Timeline of malicious activity
- Geographical distribution of attacks

### Faceted Research for Analysts

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>)
2 changes: 1 addition & 1 deletion crowdsec-docs/unversioned/console/cti/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Get started with CrowdSec's Cyber Threat Intelligence (CTI) platfor

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!

> You can access the CTI home page [here](https://app.crowdsec.net/cti).
> 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).

## What Can You Find on the Home Page?

Expand Down
10 changes: 6 additions & 4 deletions crowdsec-docs/unversioned/console/cti/ip_report.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ description: Learn how to investigate an IP address in CrowdSec's Cyber Threat I

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.

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

### IP Title and Status

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

### Blocklists

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

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

It allows to:

- View whether the IP is on free or premium blocklists.
- Click through to explore the relevant blocklists.

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

### Feedbacks

CrowdSec invites users to participate in improving threat intelligence by:
CrowdSec invites community to participate in improving threat intelligence by:

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

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

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

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

### Conclusion
Expand Down