Hi guys, question, I'm currently testing Crowdsec as a docker container with Traefik Bouncer.
Everything is working fine however some of my web services return a HTTP 302 response if login failed, so when I checked the scenario already installed, I noticed they are based on detecting 401 login attemps though.
My coworker told me he has been using Fail2Ban so far and he could parse logs and when counting too many login attemps (even if http code is 302), he put a ban on the IP, so he would like me to recreate that sort of behavior.
After checking online, I kinda understand that I would need to create a parser / scenario on my own in order to block such IP after X attemps. If so, because I'm using Crowdsec as a docker container, where should I setup my parser and scenario though ?