thanhbv200585 commented on code in PR #1743: URL: https://github.com/apache/james-project/pull/1743#discussion_r1342532891
########## server/apps/distributed-app/crowdsec/scenarios/james-bf-auth.yaml: ########## @@ -0,0 +1,13 @@ +type: leaky +name: crowdsecurity/james +description: "Detect login james bruteforce" +filter: "evt.Meta.log_type == 'james_failed-auth'" +leakspeed: "10s" +capacity: 5 Review Comment: Obviously, within 10s, if there are 6 failures, it will trigger the scenario. But it is only one case. More generally, whenever the queue gets more than 5 failures, it will trigger the scenario -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
