Skip to content

Commit 7bd59c3

Browse files
author
jdv
committed
changed first usecase to a better form
1 parent 7ed2a5e commit 7bd59c3

File tree

1 file changed

+22
-27
lines changed

1 file changed

+22
-27
lines changed

crowdsec-docs/unversioned/troubleshooting/usecases.mdx

Lines changed: 22 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ title: Use Cases and Quick Solutions
44
id: usecases
55
---
66

7+
import UnderlineTooltip from '@site/src/components/underline-tooltip';
8+
79
# Use Cases and Quick Solutions
810

911
This page provides quick recommendations for common CrowdSec implementation scenarios. Each use case includes practical implementation paths with links to relevant documentation.
@@ -14,39 +16,32 @@ New to CrowdSec? Start with our [installation guide](/u/getting_started/installa
1416

1517
import FormattedTabs from '@site/src/components/formatted-tabs';
1618

17-
## Block Known-Bad IPs at the Edge
18-
19-
**What this solves:** Stop commodity scanners, botnets and repeat offenders at the network edge before they reach your services.
19+
TODO: use <UnderlineTooltip tooltip="..."></UnderlineTooltip> on key words to help the user understand
2020

21-
### Firewall Integration
22-
23-
* **Appliance Integration**
24-
* [OPNsense plugin setup](/docs/next/getting_started/install_crowdsec_opnsense)
25-
* [FreeBSD/pfSense installation](/docs/next/getting_started/install_crowdsec_freebsd)
26-
* [Managing bouncers with cscli](/docs/next/cscli/cscli_bouncers)
27-
28-
* **OS Firewall Integration**
29-
* Configure your system firewall to consume CrowdSec decisions
30-
* Use blocklist integrations for automated IP blocking
21+
## Block Known-Bad IPs at the Edge
3122

32-
### Reverse Proxy/WAF Integration
23+
Pull up-to-date IP lists from CrowdSec **Blocklist as a Service** endpoints into your edge protection.
3324

34-
* **NGINX Reverse Proxy**
35-
* [WAF reverse proxy setup guide](/u/user_guides/waf_rp_howto)
36-
* [AppSec configuration](/docs/next/appsec/configuration)
37-
* [NGINX bouncer documentation](/u/bouncers/nginx)
25+
**Is it for me?**
26+
Ideal if you want direct integration into your firewalls.
27+
Good option if you are not using a Security Engine and want your CDN or WAF to benefit from CrowdSec's blocklists.
3828

39-
* **CDN/WAF Integration**
40-
* Configure your CDN or WAF to consume CrowdSec blocklists
41-
* Use bouncer components for real-time blocking
29+
**How it works:**
30+
- Create a blocklist integration in your console account.
31+
- Select blocklists you want to be served by this endpoints.
32+
- Use the endpoint's URL and credentials to retrieve the merged and up-to-date list.
4233

43-
### Security Engine Integration
4434

45-
* **Blocklist Subscriptions**
46-
* [Monitor with cscli metrics](/docs/next/cscli/cscli_metrics)
47-
* [Manage decisions](/docs/next/cscli/cscli_decisions_list)
48-
* [Dashboard setup](/docs/next/cscli/cscli_dashboard)
49-
* Evaluate blocklist impact before full deployment
35+
**References**
36+
- [Blocklist integration Getting started guide](/u/integrations/intro)
37+
- [Subscribing to blocklists](/u/console/blocklists/subscription/)
38+
- [List of integrations format](/u/integrations/intro#current-integrations)
39+
- 🏅 [API management & creating your own blocklists](/u/console/service_api/quickstart/blocklists)
40+
- *Variation: *Integration into CDN/WAF via a **remediation component**:
41+
- [Remediation Component BLaaS integration](/u/integrations/remediationcomponent)
42+
- [AWF WAF remediation component](/u/bouncers/aws_waf)
43+
- [Cloudflare Workers remediation component](/u/bouncers/cloudflare-workers)
44+
- [Fastly remediation component](/u/bouncers/fastly)
5045

5146
---
5247

0 commit comments

Comments
 (0)