crowdsec 1.4.6-7 source package in Ubuntu

Changelog

crowdsec (1.4.6-7) unstable; urgency=medium

  * Fix missing build-dependency on passwd, thanks to Santiago Vila for
    the bug report and the analysis (Closes: #1057549).

 -- Cyril Brulebois <email address hidden>  Thu, 14 Mar 2024 05:08:07 +0100

Upload details

Uploaded by:
Cyril Brulebois
Uploaded to:
Sid
Original maintainer:
Cyril Brulebois
Architectures:
any all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc

Downloads

File Size SHA-256 Checksum
crowdsec_1.4.6-7.dsc 4.8 KiB 4c219ef3a5a537979636ee1d74def20e84a787bb36b0a01097582ab37f1c3ac0
crowdsec_1.4.6.orig-data1.tar.gz 9.6 KiB 1a8f70266fcc3cb6c5bbc1153077df7737b55c67907a5faab8f7cb10494acec6
crowdsec_1.4.6.orig-hub1.tar.gz 2.2 MiB c7bd790be9e03a5eff7e6713ac7562a107e31984f28d26222d72f38d4bf269e6
crowdsec_1.4.6.orig.tar.gz 674.3 KiB acec1560593da78e37acbf44f2337a1e3026646ece00ab02eded78f71a2adda3
crowdsec_1.4.6-7.debian.tar.xz 30.4 KiB 841c60e6bdbb341f3317f69abc4f713351d8cfe654828b27b0e823d11696857a

No changes file available.

Binary packages built by this source

crowdsec: lightweight and collaborative security engine

 CrowdSec is a lightweight security engine, able to detect and remedy
 aggressive network behavior. It can leverage and also enrich a
 global community-wide IP reputation database, to help fight online
 cybersec aggressions in a collaborative manner.
 .
 CrowdSec can read many log sources, parse and also enrich them, in
 order to detect specific scenarios, that usually represent malevolent
 behavior. Parsers, Enrichers, and Scenarios are YAML files that can
 be shared and downloaded through a specific Hub, as well as be created
 or adapted locally.
 .
 Detection results are available for CrowdSec, its CLI tools and
 bouncers via an HTTP API. Triggered scenarios lead to an alert, which
 often results in a decision (e.g. IP banned for 4 hours) that can be
 consumed by bouncers (software components enforcing a decision, such
 as an iptables ban, an nginx lua script, or any custom user script).
 .
 The CLI allows users to deploy a Metabase Docker image to provide
 simple-to-deploy dashboards of ongoing activity. The CrowdSec daemon
 is also instrumented with Prometheus to provide observability.
 .
 CrowdSec can be used against live logs (“à la fail2ban”), but can
 also work on cold logs to help, in a forensic context, to build an
 analysis for past events.
 .
 On top of that, CrowdSec aims at sharing detection signals amongst
 all participants, to pre-emptively allow users to block likely
 attackers. To achieve this, minimal meta-information about the attack
 is shared with the CrowdSec organization for further retribution.
 .
 Users can also decide not to take part into the collective effort via
 the central API, but to register on a local API instead.

golang-github-crowdsecurity-crowdsec-dev: lightweight and collaborative security engine - library

 CrowdSec is a lightweight security engine, able to detect and remedy
 aggressive network behavior. It can leverage and also enrich a
 global community-wide IP reputation database, to help fight online
 cybersec aggressions in a collaborative manner.
 .
 This package contains the development files.