From 87a36d6ae3dff03e65059ee21dd856e523a9573a Mon Sep 17 00:00:00 2001 From: Bhanu Date: Fri, 18 Jul 2025 18:40:15 +0530 Subject: [PATCH] Small Typo causes crowdsec to fail first rule is named iame instead of name. seems like a recent typo. I edited file manually and it seems to have allowed crowdsec to boot up. --- install/config/crowdsec/profiles.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/config/crowdsec/profiles.yaml b/install/config/crowdsec/profiles.yaml index 0632f51d..5781cf62 100644 --- a/install/config/crowdsec/profiles.yaml +++ b/install/config/crowdsec/profiles.yaml @@ -1,4 +1,4 @@ -iame: captcha_remediation +name: captcha_remediation filters: - Alert.Remediation == true && Alert.GetScope() == "Ip" && Alert.GetScenario() contains "http" decisions: @@ -22,4 +22,4 @@ filters: decisions: - type: ban duration: 4h -on_success: break \ No newline at end of file +on_success: break