Skip to main content
Version: v7

KB: 1013


Securing the website from brute force attack

Problem Statement

The client requires to secure its website from brute force attack.

Solution

Steps to Solve:-

  1. The above requirement can be achieved by enabling and deploying rate limit rules along with sending challenges for limiting brute force attack on the website. WAF will ensure that incoming requests are processed in the configured manner, hence genuine users can access the website even if the brute force attack is in play.
  1. Go to Apps > WAF > Listener > Profile > Rules > Rate Limit Rules

kb-1013