Skip to content

Commit

Permalink
nuking the Blocklist doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jdv committed Dec 16, 2024
1 parent 3570d3d commit be5174b
Show file tree
Hide file tree
Showing 13 changed files with 42 additions and 22 deletions.
2 changes: 1 addition & 1 deletion crowdsec-docs/docs/concepts.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The Local API (abreviated as `LAPI`) has several functions:
> The Remediation Components (also called `Bouncers`) are external components in charge of enforcing decisions.
Remediation Components rely on the Local API to receive decisions about malevolent IPs to be blocked *(or other supported types or remediations such as Captcha, supported by some of our Bouncers).*
*Note that they also support [CrowdSec's Blocklist as a Service](/u/integrations/intro).*
*Note that they also support [CrowdSec's Blocklist as a Service](/u/blocklists/blaas_integrations/intro).*

Those Decisions can be based on behavioral detection made by the `LP` or from Blocklists.

Expand Down
27 changes: 17 additions & 10 deletions crowdsec-docs/sidebarsUnversioned.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,18 +375,18 @@ module.exports = {
type: "category",
link: {
type: "doc",
id: "integrations/intro",
id: "blaas_integrations/intro",
},
label: "Integrations",
label: "Blocklist as a Service",
items: [
"integrations/cisco",
"integrations/checkpoint",
"integrations/f5",
"integrations/fortinet",
"integrations/paloalto",
"integrations/sophos",
"integrations/genericfirewall",
"integrations/remediationcomponent",
"blaas_integrations/cisco",
"blaas_integrations/checkpoint",
"blaas_integrations/f5",
"blaas_integrations/fortinet",
"blaas_integrations/paloalto",
"blaas_integrations/sophos",
"blaas_integrations/genericfirewall",
"blaas_integrations/remediationcomponent",
],
},
],
Expand Down Expand Up @@ -456,6 +456,13 @@ module.exports = {
],
guidesSideBar: [
"user_guides/intro",
{
type: "category",
label: "Use cases",
items: [
"user_guides/use_cases/blaas_to_firewall",
],
},
{
type: "category",
label: "Management",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Once you are on the Integrations page you can select the integration you would l
- [Fortinet](integrations/fortinet.mdx)
- [Palo Alto](integrations/paloalto.mdx)
- [Sophos](integrations/sophos.mdx)
- [Generic Firewall](integrations/genericvendor.mdx)
- [Generic Firewall (Raw IP-List)](integrations/genericvendor.mdx)
- [Remediation Component](integrations/remediationcomponent.mdx)

:::info
Expand Down
2 changes: 1 addition & 1 deletion crowdsec-docs/unversioned/blocklists/getting_started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Depending on which path you take you can start with the following guides:
title="Integrations"
description="A seemless way to integrate CrowdSec blocklists into your existing firewall, CDN, or other security solutions."
image="Hero Blocklists.png"
link="/u/integrations/intro"
link="/u/blocklists/integrations/intro"
/>
<br/>
If you're new to CrowdSec, and want to use blocklists we recommend starting with the [Integrations guide](integrations/intro.mdx), however, if you are unsure where to start, feel free to browse our [main website for more information](https://www.crowdsec.net/).
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,28 @@ tags: [blaas,firewall,usecase]

# Use Case: Integrating CrowdSec Blocklists Directly Into Your Firewall



/* what we want to achieve,
technicailty score: overall and per section
required skills
estimated time
*/


> Use CrowdSec's Blocklist within your firewall without the need to
install the CrowdSec agent.

## **TL;DR; Who What How**
For this use case, you will need to:
- Create a Blocklist As A Service endpoint within the CrowdSec Console UI or API
- **Who**: Anybody with a browser
- **Skill Level**: Easy
- **Time**: 5 minutes *(including account creation)*
- **Minium Plan**: free
- Subscribe to the blocklist(s) you want to use
- **Who**: Anybody with a browser
- **Skill Level**: Easy
- **Time**: < 5 minutes
- **Minium Plan**: free
- Make a rule into your firewall that fetches the blocklist from the BLAAS endpoint (basic auth URL)
- **Who**: Firewall administrator
- **Skill Level**: Easy
- **Time**: 5~10 minutes

++ Test that it works and evaluate performance
++ Scale and Automate >> SAPI >> centralize your own blokclists ++ link to other use cases


//////////// GPT generated
Expand Down

0 comments on commit be5174b

Please sign in to comment.