Page 1 sur 1

Crowdsec

Message posté… : 24 sept. 2020, 09:39
par Mackguil
Crowdsec is an open-source and lightweight software that allows you to detect peers with malevolent behaviors and block them from accessing your systems at various level (infrastructural, system, applicative).

To achieve this, Crowdsec reads logs from different sources (files, streams ...) to parse, normalize and enrich them before matching them to threats patterns called scenarios.

Crowdsec is a modular and plug-able framework, it ships a large variety of well known popular scenarios; users can choose what scenarios they want to be protected from as well as easily adding new custom ones to better fit their environment.

Detected malevolent peers can then be prevented from accessing your resources by deploying bouncers at various levels (applicative, system, infrastructural) of your stack.

One of the advantages of Crowdsec when compared to other solutions is its crowd-sourced aspect : Meta information about detected attacks (source IP, time and triggered scenario) are sent to a central API and then shared amongst all users.

Thanks to this, besides detecting and stopping attacks in real time based on your logs, it allows you to preemptively block known bad actors from accessing your information system.
Source: https://doc.crowdsec.net/

Le principe n'est pas mal pensé par contre les infos qui partent sur le serveur afin d'alimenter la base de donnée, me laisse dubitatif.

Re: Crowdsec

Message posté… : 24 sept. 2020, 10:00
par Unix-Linux
Le but est de le partager avec les autres utilisateurs, donc l'idée n'est pas mal en soi, ce n'est pas "centralisé" (à but commercial). ;-)

Eh Msieur, comment c'est que je fais pour installer ça sous windows ? :mrgreen:

code : Tout sélectionner

tar xvzf crowdsec-release.tgz
...
sudo ./wizard.sh -i

Re: Crowdsec

Message posté… : 24 sept. 2020, 10:41
par Mackguil
Unix-Linux a écrit : 24 sept. 2020, 10:00

Eh Msieur, comment c'est que je fais pour installer ça sous windows ? :mrgreen:

code : Tout sélectionner

tar xvzf crowdsec-release.tgz
...
sudo ./wizard.sh -i
Quelle idée saugrenue. :mrgreen:

Re: Crowdsec

Message posté… : 24 sept. 2020, 10:52
par cezame
Ben tu prends les sources, tu corriges pour la compatibilité et tu compiles. Ensuite tu en fais profiter tout le monde à travers le Github p.ex.

___
C.S