Skip to content

Commit 389ebec

Browse files
Update blocklist documentation
1 parent eb418da commit 389ebec

File tree

11 files changed

+63
-6
lines changed

11 files changed

+63
-6
lines changed

crowdsec-docs/sidebarsUnversioned.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -351,6 +351,11 @@ module.exports = {
351351
id: "blocklists/getting_started",
352352
label: "Getting Started",
353353
},
354+
{
355+
type: "doc",
356+
label: "Featured",
357+
id: "console/blocklists/featured",
358+
},
354359
{
355360
type: "doc",
356361
label: "Catalog",
467 KB
Loading
231 KB
Loading
42.6 KB
Loading
86.9 KB
Loading
337 KB
Loading
151 KB
Loading
1.58 MB
Loading
932 KB
Loading
Lines changed: 24 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,35 @@
11
# Blocklists catalog
22

33
To provide blocklists tailored to each need, CrowdSec has a wide catalog of blocklists, encompassing a variety of threat types and sources. This diversity allows to select and implement blocklists that best match their specific security requirements.
4+
The search page in the CrowdSec Console provides a centralized interface to explore, subscribe, and manage blocklists tailored to enhance your organization’s security posture. This page allows to browse all available blocklists, find the ones most relevant to your needs, and activate them to protect your infrastructure.
5+
46

57
![](/img/console/blocklists/catalog.png)
68

7-
The catalog is split into two distinct sections:
9+
The page is divided into several key sections, each serving a distinct purpose to simplify the process of managing blocklists:
10+
11+
**Top Section: Available Subscription Types Overview**
12+
This section displays the number of subscriptions remaining for the organization under each tier.
13+
14+
![](/img/console/blocklists/blocklist-quotas.png)
15+
16+
17+
**Left Panel: Blocklist Search and Filters**
18+
The left-hand panel is dedicated to the search engine, which allows you to efficiently browse and filter blocklists based on specific criteria.
19+
Using these filters helps you quickly locate blocklists that match your organization’s specific requirements.
20+
<div style={{textAlign:'center'}}>
21+
<img src="/img/console/blocklists/blocklist-search-filters.png" alt="Alt text for the image" width="200" height="400" />
22+
</div>
23+
24+
825

9-
* **The list of blocklists already installed on your infrastructure.**
26+
**Main Section: Blocklist Results**
27+
The central area displays the blocklist results based on your search and filters. Each blocklist card provides key details.
1028

11-
To review the infrastructure status at a glance, In the lower part of each item are listed the Security Engines subscribed to this blocklist, and the type of remediation applied to the IPs.
29+
You can also toggle between Expanded Mode and Condensed Mode.
1230

13-
![](/img/console/blocklists/catalog_item_point_se_tag.png)
31+
![](/img/console/blocklists/blocklist-search-main.png)
1432

15-
* **All the blocklists provided by CrowdSec**
1633

17-
Once a blocklist of interest has been spotted, clicking on the subscribe button will lead to the details page of this blocklist.
34+
**Accessing Active Subscriptions**
35+
To view and manage your active blocklist subscriptions, navigate to the Subscriptions menu in the Blocklists tab. This section provides an overview of all currently subscribed blocklists, allowing you to track and update your subscriptions as needed.

0 commit comments

Comments
 (0)