Difference between revisions of "CrowdSec"

From Indie IT Wiki
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
  
 
[https://www.crowdsec.net CrowdSec] is a platform that collects and curates data on aggressive IPs from real users and servers in real production environments. It provides actionable blocklists to reduce security alerts, server load, and incident response costs.
 
[https://www.crowdsec.net CrowdSec] is a platform that collects and curates data on aggressive IPs from real users and servers in real production environments. It provides actionable blocklists to reduce security alerts, server load, and incident response costs.
 +
 +
It can be integrated with all the popular proxy software solutions such as Nginx Proxy Manager and Traefik to automatically defend against all known cyber attacks.
  
 
== Installation ==
 
== Installation ==
  
 +
=== Docker ===
 +
 +
[https://www.youtube.com/watch?v=qnviPAMwAuw Setup CrowdSec with Nginx Proxy Manager - YouTube]
 +
 +
[https://www.youtube.com/watch?v=bGOANkuxRNA Setup CrowdSec with Traefik - YouTube]
  
 +
[https://app.crowdsec.net/hub/author/fbonalair/remediation-components/traefik-crowdsec-bouncer Traefik Bouncer - CrowdSec Hub]
  
 
== Usage ==
 
== Usage ==
  
 
+
docker exec crowdsec cscli metrics
 +
docker exec crowdsec cscli bouncer list
 +
docker exec crowdsec cscli decisions list
 +
docker exec crowdsec cscli decisions add --ip 123.456.789.0 --duration 2m
 +
docker exec crowdsec cscli decisions delete --ip 123.456.789.0
  
 
== Help ==
 
== Help ==

Latest revision as of 12:48, 13 September 2024

Introduction

CrowdSec is a platform that collects and curates data on aggressive IPs from real users and servers in real production environments. It provides actionable blocklists to reduce security alerts, server load, and incident response costs.

It can be integrated with all the popular proxy software solutions such as Nginx Proxy Manager and Traefik to automatically defend against all known cyber attacks.

Installation

Docker

Setup CrowdSec with Nginx Proxy Manager - YouTube

Setup CrowdSec with Traefik - YouTube

Traefik Bouncer - CrowdSec Hub

Usage

docker exec crowdsec cscli metrics
docker exec crowdsec cscli bouncer list
docker exec crowdsec cscli decisions list
docker exec crowdsec cscli decisions add --ip 123.456.789.0 --duration 2m
docker exec crowdsec cscli decisions delete --ip 123.456.789.0

Help