Add CrowdSec Blocklist Import to Monitoring#701
Open
wolffcatskyy wants to merge 1 commit intoawesome-foss:masterfrom
Open
Add CrowdSec Blocklist Import to Monitoring#701wolffcatskyy wants to merge 1 commit intoawesome-foss:masterfrom
wolffcatskyy wants to merge 1 commit intoawesome-foss:masterfrom
Conversation
Author
|
Friendly ping — let me know if anything needs changing. Thanks! |
Technetium1
reviewed
Apr 1, 2026
Collaborator
Technetium1
left a comment
There was a problem hiding this comment.
This needs to mature, give it a couple of months at least wolffcatskyy/crowdsec-blocklist-import@54bb19d
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
DemoandClientsare optional.Do not add a duplicate
Source codelink if it is the same as the main link.Keep the short description under 80 characters and use sentence case
for it, even if the project's webpage or readme uses another capitalisation.
Demolinks should only be used for interactive demos, i.e. not video demonstrations.- [Name](http://homepage/) - Short description, under 250 characters, sentence case. ([Demo](http://url.to/demo), [Source Code](http://url.of/source/code), [Clients](https://url.to/list/of/related/clients-or-apps)) `License` `Language`Languagetag is the main server-side requirement for the software. Don't include frameworks or specific dialects.Suggested titles: "Add aaa to bbb" for adding software aaa to section bbb,
"Remove aaa from bbb" for removing, "Fix license for aaa", etc.
CrowdSec Blocklist Import aggregates 36+ free threat intelligence feeds (AbuseIPDB, Spamhaus, Blocklist.de, Tor exit nodes, etc.) into CrowdSec, adding 120k+ IP decisions beyond CrowdSec's built-in community blocklist. It runs as a lightweight Docker container with configurable update intervals, supports custom blocklist URLs, and integrates directly with CrowdSec's Local API. For anyone running CrowdSec, it significantly increases threat coverage at zero cost.
Yes, I have been using it since January 2025 (over a year). It runs 24/7 on my homelab as a Docker container alongside CrowdSec.
Personal homelab, but it protects production services exposed to the internet (reverse proxy, media servers, web applications).
It feeds threat intelligence to CrowdSec which protects 15+ Docker containers behind a Caddy reverse proxy, a UniFi firewall, and several web-facing services across a multi-host network.
Pros: Dead simple setup (single Docker container, one env file), aggregates many free feeds that would otherwise require individual integration, updates automatically, supports custom blocklist URLs for organization-specific feeds. Cons: Requires an existing CrowdSec installation (it's a companion tool, not standalone), and large blocklists can briefly spike CPU during import cycles.
The project has an active community (180+ GitHub stars, external contributors submitting PRs for features like API key file support, Grafana dashboards, and additional blocklist sources). The maintainer is responsive and ships regular releases. It fills a real gap in CrowdSec's ecosystem by making threat feed aggregation turnkey.