← Alle Anleitungen
CrowdSec
CrowdSec is a collaborative, behavior-based intrusion detection engine that parses logs for attack patterns and shares anonymized threat signals across its community, then relies on separate 'bouncer' components to actually block traffic.
Zielsystem: Debian / Ubuntu / RHEL / Fedora LinuxSecurityOffizielle Website ↗Offizielle Dokumentation ↗
Diese Anleitung basiert auf der offiziellen Dokumentation von CrowdSec, oben verlinkt — überprüfe dort immer die genauen Paket-/Versionsnamen, bevor du diese Befehle auf einem Produktionsserver ausführst, da sich Distributions- und Projektversionen mit der Zeit ändern.
1Install the Security Engine via the official repository script
curl -s https://install.crowdsec.net | sudo shsudo apt install crowdsecThe script only registers the official CrowdSec package repository; you still install the package explicitly afterward.
2Verify the service is running
sudo systemctl status crowdsec3Add a Remediation Component
CrowdSec's Security Engine only detects and decides — you need a bouncer (e.g. firewall or Nginx bouncer) installed separately to enforce bans.