Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion crowdsec-docs/sidebarsUnversioned.ts
Original file line number Diff line number Diff line change
Expand Up @@ -570,11 +570,11 @@ const sidebarsUnversionedConfig: SidebarConfig = {
},
label: "Integrations",
items: [
"integrations/rawiplist",
"integrations/checkpoint",
"integrations/cisco",
"integrations/f5",
"integrations/fortinet",
"integrations/genericfirewall",
"integrations/juniper",
"integrations/mikrotik",
"integrations/opnsense",
Expand Down
2 changes: 1 addition & 1 deletion crowdsec-docs/unversioned/integrations/checkpoint.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ You need to put the username and password provided by the console in the "Feed U
https://<username>:<password>@admin.api.crowdsec.net/v1/integrations/<integration_id>/content
```

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

![](/img/checkpoint_step4.png)

Expand Down
4 changes: 2 additions & 2 deletions crowdsec-docs/unversioned/integrations/intro.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,11 @@ Once you are on the Integrations page you can select the integration you would l

## Current Integrations

- [Raw IP List](integrations/genericvendor.mdx)
- [Checkpoint](integrations/checkpoint.mdx)
- [Cisco](integrations/cisco.mdx)
- [F5](integrations/f5.mdx)
- [Fortinet](integrations/fortinet.mdx)
- [Generic Firewall](integrations/genericvendor.mdx)
- [Juniper](integrations/juniper.mdx)
- [Mikrotik](integrations/mikrotik.mdx)
- [OPNsense](integrations/opnsense.mdx)
Expand All @@ -61,5 +61,5 @@ Once you are on the Integrations page you can select the integration you would l
- [Remediation Component](integrations/remediationcomponent.mdx)

:::info
If you don't see an integration for your specific Firewall, you can use the [Generic Firewall](integrations/genericvendor.mdx) integration in most cases.
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.
:::
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
id: genericfirewall
title: Generic Firewall (Raw IP-list)
id: rawiplist
title: Raw IP List
---
import ThemedImage from "@theme/ThemedImage";
import useBaseUrl from "@docusaurus/useBaseUrl";

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.
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.

### Prerequisites

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

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.

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

<ThemedImage
alt="Generic Firewall Integration Card"
alt="Raw IP List Integration Card"
sources={{
light: useBaseUrl("/img/console_integrations_generic_card_light.png"),
dark: useBaseUrl("/img/console_integrations_generic_card_dark.png"),
Expand All @@ -30,7 +30,7 @@ Once the page has loaded, you can click the "Connect" button under the Raw IP Li
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.

<ThemedImage
alt="Generic Firewall Integration Creation Screen"
alt="Raw IP List Integration Creation Screen"
sources={{
light: useBaseUrl("/img/console_integrations_creation_light.png"),
dark: useBaseUrl("/img/console_integrations_creation_dark.png"),
Expand All @@ -40,7 +40,7 @@ Doing so will prompt you to name this integration, you can name it anything you
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.

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

## Next Steps

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.
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.