Skip to content

Commit 327ea0c

Browse files
rr404jdv
authored andcommitted
replacing generic firewall by raw ip list (#847)
Co-authored-by: jdv <[email protected]>
1 parent 0ea6fc0 commit 327ea0c

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

crowdsec-docs/sidebarsUnversioned.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -575,11 +575,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
575575
},
576576
label: "Integrations",
577577
items: [
578+
"integrations/rawiplist",
578579
"integrations/checkpoint",
579580
"integrations/cisco",
580581
"integrations/f5",
581582
"integrations/fortinet",
582-
"integrations/genericfirewall",
583583
"integrations/juniper",
584584
"integrations/mikrotik",
585585
"integrations/opnsense",

crowdsec-docs/unversioned/integrations/checkpoint.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ You need to put the username and password provided by the console in the "Feed U
7171
https://<username>:<password>@admin.api.crowdsec.net/v1/integrations/<integration_id>/content
7272
```
7373

74-
In this example, we used "Generic Firewall Format", but you can use checkpoint format and select the data column "1".
74+
In this example, we used "Raw IP List Format", but you can use checkpoint format and select the data column "1".
7575

7676
![](/img/checkpoint_step4.png)
7777

crowdsec-docs/unversioned/integrations/intro.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ Once you are on the Integrations page you can select the integration you would l
4747

4848
## Current Integrations
4949

50+
- [Raw IP List](integrations/genericvendor.mdx)
5051
- [Checkpoint](integrations/checkpoint.mdx)
5152
- [Cisco](integrations/cisco.mdx)
5253
- [F5](integrations/f5.mdx)
5354
- [Fortinet](integrations/fortinet.mdx)
54-
- [Generic Firewall](integrations/genericvendor.mdx)
5555
- [Juniper](integrations/juniper.mdx)
5656
- [Mikrotik](integrations/mikrotik.mdx)
5757
- [OPNsense](integrations/opnsense.mdx)
@@ -61,5 +61,5 @@ Once you are on the Integrations page you can select the integration you would l
6161
- [Remediation Component](integrations/remediationcomponent.mdx)
6262

6363
:::info
64-
If you don't see an integration for your specific Firewall, you can use the [Generic Firewall](integrations/genericvendor.mdx) integration in most cases.
64+
If you don't see an integration for your specific Firewall, you can use the [Raw IP List](integrations/genericvendor.mdx) integration in most cases.
6565
:::

crowdsec-docs/unversioned/integrations/genericvendor.mdx renamed to crowdsec-docs/unversioned/integrations/rawiplist.mdx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
id: genericfirewall
3-
title: Generic Firewall (Raw IP-list)
2+
id: rawiplist
3+
title: Raw IP List
44
---
55
import ThemedImage from "@theme/ThemedImage";
66
import useBaseUrl from "@docusaurus/useBaseUrl";
77

8-
The CrowdSec Raw IP List (or Generic Firewall) integration allows you to block malicious IPs in your Firewall. This guide will walk you through the steps to integrate CrowdSec blocklists with your Firewall.
8+
The CrowdSec **Raw IP List** integration allows you to block malicious IPs in your Firewall. This guide will walk you through the steps to integrate CrowdSec blocklists with your Firewall.
99

1010
### Prerequisites
1111

@@ -17,10 +17,10 @@ We will presume you followed the [Getting Started](integrations/intro.mdx) guide
1717

1818
Once you are authenticated, you can proceed to the Blocklist tab located on the top menu bar, from there you can select the Integrations sub menu.
1919

20-
Once the page has loaded, you can click the "Connect" button under the Raw IP List (or Generic Firewall) logo.
20+
Once the page has loaded, you can click the "Connect" button under the **Raw IP List** logo.
2121

2222
<ThemedImage
23-
alt="Generic Firewall Integration Card"
23+
alt="Raw IP List Integration Card"
2424
sources={{
2525
light: useBaseUrl("/img/console_integrations_generic_card_light.png"),
2626
dark: useBaseUrl("/img/console_integrations_generic_card_dark.png"),
@@ -30,7 +30,7 @@ Once the page has loaded, you can click the "Connect" button under the Raw IP Li
3030
Doing so will prompt you to name this integration, you can name it anything you like, for example "My Integration ". Note the name should be unique per integration that is tied to your account.
3131

3232
<ThemedImage
33-
alt="Generic Firewall Integration Creation Screen"
33+
alt="Raw IP List Integration Creation Screen"
3434
sources={{
3535
light: useBaseUrl("/img/console_integrations_creation_light.png"),
3636
dark: useBaseUrl("/img/console_integrations_creation_dark.png"),
@@ -40,7 +40,7 @@ Doing so will prompt you to name this integration, you can name it anything you
4040
Once the integration is generated you will be presented with a credentials screen that will provide you with the necessary information to configure your Firewall. This information will **ONLY** be displayed once, so please ensure you copy it down.
4141

4242
<ThemedImage
43-
alt="Generic Firewall Integration Credentials Screen"
43+
alt="Raw IP ListIntegration Credentials Screen"
4444
sources={{
4545
light: useBaseUrl("/img/console_integrations_generic_credentials_light.png"),
4646
dark: useBaseUrl("/img/console_integrations_generic_credentials_dark.png"),
@@ -70,4 +70,4 @@ Since CrowdSec is a community-driven project, we welcome contributions to this d
7070

7171
## Next Steps
7272

73-
Now that you have integrated CrowdSec integration with your Generic Firewall, you can proceed to the [Blocklist Catalog](console/blocklists/catalog.md) to find what blocklists you can subscribe too.
73+
Now that you have integrated CrowdSec integration in your asset, you can proceed to the [Blocklist Catalog](console/blocklists/catalog.md) to find what blocklists you can subscribe too.

0 commit comments

Comments
 (0)