Skip to content

Commit 25a0aab

Browse files
author
jdv
committed
custom behavior section done
1 parent 1f12055 commit 25a0aab

File tree

1 file changed

+13
-15
lines changed

1 file changed

+13
-15
lines changed

crowdsec-docs/unversioned/troubleshooting/usecases.mdx

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Good option if you want to prevent illegitimate AI crawlers from visiting your s
120120
- Block at the edge using your firewall or CDN.
121121

122122
**References**
123-
- [Blocking at the edge section](#blocking-at-the-edge)
123+
- [**Blocking at the edge section**](#blocking-at-the-edge)
124124
- [Custom scenario creation](/docs/next/scenarios/create)
125125
- [AI Crawlers Blocklist ↗️](https://app.crowdsec.net/blocklists/67b3524151bbde7a12b60be0)
126126
- [Currated Botnet Actors ↗️](https://app.crowdsec.net/blocklists/65a56c160469607d9badb813)
@@ -163,21 +163,19 @@ Good option if you need immediate protection without the risk of modifying criti
163163
**How it works:**
164164
- Deploy CrowdSec WAF at the reverse proxy level in front of your legacy application.
165165
- Configure virtual patching rules to block known exploits targeting your application stack.
166-
- Create custom AppSec rules adapted to your legacy application's specific patterns.
167-
- Test protection rules in simulation mode before enabling blocking to ensure application functionality.
166+
- Additionally create custom AppSec rules adapted to your legacy application's specific patterns.
167+
- Test protection rules out of band (simulation mode) before enabling blocking to ensure application functionality.
168168

169169
**References**
170-
- [Complete WAF setup guide](/u/user_guides/waf_rp_howto)
171-
- [AppSec configuration guide](/docs/next/appsec/configuration)
172-
- [Virtual patching rules](/docs/next/appsec/configuration)
173-
- [Custom scenario creation](/docs/next/scenarios/create)
174-
- [Testing with explain mode](/docs/next/cscli/cscli_explain)
170+
- [**Block Common web attacks fast**](#block-common-web-attacks-fast)
171+
- [Block right before your app code with PHP prepend](/u/bouncers/php)
172+
- [Add blocking capabilities in your php app](/u/bouncers/php-lib)
175173

176174
---
177175

178176
## Custom Behavior Protection
179177

180-
Create targeted protections for specific abuse patterns like spam, credential stuffing, or scalping attacks using custom detection rules.
178+
Create targeted protections for specific abuse patterns like **spam**, **credential stuffing**, or **scalping attacks**, [...] using custom detection rules or scenarios.
181179

182180
**Is it for me?**
183181
Ideal if you're facing unique attack patterns not covered by standard security solutions.
@@ -186,15 +184,15 @@ Good option if you need highly specific protection tailored to your application'
186184
**How it works:**
187185
- Analyze your specific abuse patterns to understand attacker behavior.
188186
- Create custom scenarios using CrowdSec's scenario framework for behavioral detection.
189-
- Develop AppSec rules for pattern-matching specific malicious requests.
187+
- Eventually develop AppSec rules for pattern-matching specific malicious requests.
190188
- Test custom rules thoroughly using explain mode and simulation before production deployment.
191189

192190
**References**
193-
- [Custom scenario creation](/docs/next/scenarios/create)
194-
- [Scenario management with cscli](/docs/next/cscli/cscli_scenarios_install)
195-
- [Testing scenarios with explain mode](/docs/next/cscli/cscli_explain)
196-
- [Custom AppSec rules configuration](/docs/next/appsec/configuration)
197-
- [Scenario testing and validation](/docs/next/scenarios/intro)
191+
- [**Block Common web attacks fast**](#block-common-web-attacks-fast)
192+
- [Custom scenario creation](/log_processor/scenarios/create)
193+
- [Get help from the community ↗️](https://discord.gg/wGN7ShmEE8)
194+
- [Example of custom detection: Impossible traveler ↗️](https://www.crowdsec.net/blog/detect-suspicious-ip-behavior-impossible-travel)
195+
- [Success story: ScaleCommerce vs scalpers ↗️](https://www.crowdsec.net/blog/scalecommerce-plummets-ops-costs-and-skyrockets-efficiency)
198196

199197
---
200198

0 commit comments

Comments
 (0)