From 40090cda23b6a2e938fcbbe4a98eca414f2076c4 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 15 Apr 2026 19:41:18 +0000 Subject: [PATCH] feat: add installation of crowdsecurity/whitelists parser --- configs/crowdsec/install_hub_items.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/crowdsec/install_hub_items.sh b/configs/crowdsec/install_hub_items.sh index c2a2f214..84086c37 100644 --- a/configs/crowdsec/install_hub_items.sh +++ b/configs/crowdsec/install_hub_items.sh @@ -24,6 +24,7 @@ echo "Installing base parsers..." cscli parsers install crowdsecurity/http-logs --force || echo "⚠️ Failed to install crowdsecurity/http-logs" cscli parsers install crowdsecurity/syslog-logs --force || echo "⚠️ Failed to install crowdsecurity/syslog-logs" cscli parsers install crowdsecurity/geoip-enrich --force || echo "⚠️ Failed to install crowdsecurity/geoip-enrich" +cscli parsers install crowdsecurity/whitelists --force || echo "⚠️ Failed to install crowdsecurity/whitelists" # Install HTTP scenarios for attack detection echo "Installing HTTP scenarios..."