You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: crowdsec-docs/docs/central_api/blocklist.md
+15-17Lines changed: 15 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,37 +6,35 @@ sidebar_position: 3
6
6
7
7
# Introduction
8
8
9
-
The "Community Blocklist" is a curated list of IP addresses identified as malicious by CrowdSec. CrowdSec proactively block the IP addresses of this blocklist, preventing malevolent IPs from reaching their systems.
9
+
The "Community Blocklist" is a curated list of IP addresses identified as malicious by CrowdSec. CrowdSec proactively block the IP addresses of this blocklist, preventing malevolent IPs from reaching your systems.
10
10
11
11
12
12
# Community Blocklist Variation and Eligibility
13
13
14
14
The rules are different for free and paying users:
15
-
- Free users that **do** contribute get access to the `free blocklist`
16
-
-Paying users get access to the `pro blocklist`, even if they don't contribute
17
-
-Free users that **do not** contribute get the `degraded blocklist`
15
+
- Free users that **do not** contribute get the `Community Blocklist (Lite)`
16
+
-Free users that **do** contribute get access to the `Community Blocklist`
17
+
-Paying users get access to the `Community Blocklist (Premium)`, even if they don't contribute
18
18
19
-
Regardless of the "tier" of blocklist you have access to (`degraded`, `free`, `pro`), each Security Engine gets a tailored blocklist based on the kind of signal they share with the network.
19
+
Regardless of the blocklist "tier" you have access to (`Lite`, `Community`, `Premium`), each Security Engine gets a tailored blocklist based on the kind of behavior you're trying to detect.
20
20
21
-
# Free Blocklist
21
+
# Community Blocklist
22
22
23
-
Free users that are actively contributing to the network (sending signal on a regular basis) have their Security Engines automatically subscribed to the "free blocklist".
23
+
Free users that are actively contributing to the network (sending signal on a regular basis) have their Security Engines automatically subscribed to the *Community Blocklist*.
24
24
25
25
The content of the blocklist is unique to each Security Engine, as it mirrors the behaviours they report. For example, suppose you're running the Security Engine on a web server with WordPress. In that case, you will receive IPs performing generic attacks against web servers *and* IPs engaging in wordpress-specific attacks.
26
26
27
-
The `free` blocklist content is capped at 15 thousand IPs at once.
27
+
The *Community Blocklist* content is capped at 15 thousand IPs at once.
28
28
29
-
# Pro Blocklist
30
-
31
-
Paying users' blocklist contains IPs that mirror their installed scenarios, regardless of whether they report attacks for those.
32
-
33
-
The `pro` blocklist content has no size limit, unlike free users.
34
-
35
-
# Degraded Blocklist
36
-
37
-
Free users that are not actively contributing to the network or that have been flagged as cheating/abusing the system will receive a `degraded blocklist`. This Blocklist is capped at 3 thousand IPs.
29
+
# Community Blocklist (Premium)
38
30
31
+
Paying users' Security Engine are automatically subscribed to the *Community Blocklist (Premium)*, which contains IPs that mirror their installed scenarios.
32
+
Paying users' do not need to contribute to the network to be eligible to the blocklist.
39
33
34
+
The *Community Blocklist (Premium)* blocklist content has no size limit, unlike free users.
40
35
36
+
# Community Blocklist (Lite)
41
37
38
+
Free users that are not actively contributing to the network or that have been flagged as cheating/abusing the system will receive the *Community Blocklist (Lite)*.
0 commit comments