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
@@ -4,6 +4,9 @@ title: Use Cases and Quick Solutions
4
4
id: usecases
5
5
---
6
6
7
+
importTabsfrom'@theme/Tabs';
8
+
importTabItemfrom'@theme/TabItem';
9
+
7
10
# Use Cases and Quick Solutions
8
11
9
12
This page provides quick recommendations for common CrowdSec implementation scenarios. Each use case includes practical implementation paths with links to relevant documentation.
@@ -27,17 +30,38 @@ Good option if you are not using a Security Engine and want your CDN or WAF to b
27
30
- Use the endpoint's URL and credentials to retrieve the merged and up-to-date list.
-[🎓 Leveraging Blocklists for Optimized Protection](https://academy.crowdsec.net/course/leveraging-blocklists-for-optimized-protection)
52
+
53
+
</TabItem>
54
+
<TabItemvalue="articles"label="Articles">
55
+
56
+
-[Introducing CrowdSec Education and Public Sector Blocklists ↗️](https://www.crowdsec.net/blog/introducing-crowdsec-education-and-public-sector-blocklists)
57
+
-[Breaking 5 Misconceptions of Threat Intelligence Blocklists](https://www.crowdsec.net/blog/5-misconceptions-of-threat-intelligence-blocklists)
58
+
-[The Real Value of Preemptively Blocking a Cyber Attack ↗️](https://www.crowdsec.net/blog/value-of-preemptive-blocking)
59
+
60
+
</TabItem>
61
+
</Tabs>
62
+
63
+
</details>
64
+
41
65
---
42
66
43
67
## Reduce Noise to save Resources address alert fatigue
@@ -55,13 +79,33 @@ Good option if you need to optimize server performance and reduce log storage re
55
79
- Use an AppSec enabled Remediation Component to use CrowdSec WAF.
56
80
- Track quantified savings through metrics and performance monitoring.
Add qualified IOCs from CrowdSec's real-time IP reputation.
141
+
</TabItem>
142
+
<TabItemvalue="articles"label="Articles">
92
143
93
-
**Is it for me?**
144
+
-[CrowdSec's Notification Center: Seamless Integrations and Custom Alerts ↗️](https://www.crowdsec.net/blog/crowdsec-launches-notification-center-slack)
145
+
-[Deeptree Leverages CrowdSec to Protect Their Clients and Infrastructure ↗️](https://www.crowdsec.net/blog/deeptree-protects-clients-infrustructure-with-crowdsec)
94
146
95
-
Ideal if you want to complement your IOC insights with exclusive CrowdSec IP reputation data.
96
-
Quickly choose among qualified malicious actors regrouped by industry, behaviors...
147
+
</TabItem>
148
+
</Tabs>
97
149
98
-
**How it works:**
99
-
- Stream CrowdSec IP Lists into your security tools.
100
-
- Integrate directly in your security tools thanks to our integrations or easy to use CTI API.
-[🎓 Deploying CrowdSec in Kubernetes](https://academy.crowdsec.net/course/deploying-crowdsec-in-kubernetes)
229
+
230
+
</TabItem>
231
+
<TabItemvalue="articles"label="Articles">
232
+
233
+
-[Strengthen Security and Protection with CrowdSec's Open Source Web Application Firewall ↗️](https://www.crowdsec.net/blog/strengthen-security-with-crowdsec-open-source-waf)
234
+
-[What Our Community Built with CrowdSec WAF: Real Stories, Real Security ↗️](https://www.crowdsec.net/blog/crowdsec-waf-in-action-real-world-use-cases)
235
+
-[CrowdSec WAF: The Collaborative Future of Web Application Security ↗️](https://www.crowdsec.net/blog/crowdsec-waf-the-collaborative-future-of-web-application-security)
236
+
-[Secure Caddy with CrowdSec: Remediation and WAF Guide ↗️](https://www.crowdsec.net/blog/secure-caddy-crowdsec-remediation-waf-guide)
237
+
-[Implementing the CrowdSec WAF for Advanced Web Application Security ↗️](https://www.crowdsec.net/blog/web-application-security-crowdsec-waf)
238
+
-[Enhance Kubernetes Security with the CrowdSec WAF ↗️](https://www.crowdsec.net/blog/kubernetes-security-with-crowdsec-waf)
239
+
-[Waste Attacker Resources and Protect Your Applications in One Go ↗️](https://www.crowdsec.net/blog/waste-attacker-resources)
240
+
241
+
</TabItem>
242
+
</Tabs>
243
+
244
+
</details>
159
245
160
246
---
161
247
@@ -174,11 +260,21 @@ Good option if you need immediate protection without the risk of modifying criti
174
260
- Additionally create custom AppSec rules adapted to your legacy application's specific patterns.
175
261
- Test protection rules out of band (simulation mode) before enabling blocking to ensure application functionality.
0 commit comments