From 8092079047a8f91105a416ce953800fb771bce23 Mon Sep 17 00:00:00 2001 From: Aykhan Shahsuvarov Date: Sun, 17 May 2026 14:17:17 +0400 Subject: [PATCH] crowdsec: update profiles/profiles.yaml --- crowdsec/profiles/profiles.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crowdsec/profiles/profiles.yaml b/crowdsec/profiles/profiles.yaml index 5eeb24d..c96304f 100644 --- a/crowdsec/profiles/profiles.yaml +++ b/crowdsec/profiles/profiles.yaml @@ -1,7 +1,7 @@ name: default_ip_remediation filters: - Alert.Remediation == true && Alert.GetScope() == "Ip" -duration_expr: Sprintf('%dh', min(168, (GetDecisionsCount(Alert.GetValue())+1)*4)) +duration_expr: Sprintf('%dh', min(730, (GetDecisionsCount(Alert.GetValue())+1)*4)) decisions: - type: ban duration: 4h @@ -11,7 +11,7 @@ on_success: break name: default_range_remediation filters: - Alert.Remediation == true && Alert.GetScope() == "Range" -duration_expr: Sprintf('%dh', min(168, (GetDecisionsCount(Alert.GetValue())+1)*4)) +duration_expr: Sprintf('%dh', min(730, (GetDecisionsCount(Alert.GetValue())+1)*4)) decisions: - type: ban duration: 4h