Introduction

This documentation provides an overview on how to integrate Radware Bot Manager solution at your HAProxy load balancer.

Pre-requisites

  • LUA version 5.3.x
  • HAProxy (version 2.0 to 2.1) compiled with LUA and OpenSSL

Getting Started

You can enable Monitor Mode or Active Mode for your application using the Bot Manager plugin. 

Monitor Mode

Active Mode

Using Active mode you can take real-time actions against bad actors on your application. There are 2 ways in which you can use active mode:

(1) Real Time Protection 

 (2) Feed Based Protection 

Monitor Mode

How it works

  1. Request from client reaches HAProxy Load Balancer
  2. SPOE filter in HAProxy collect the required parameters for Bot Engine
  3. SPOE sends this packet to SPOA via SPOP protocol
  4. SPOA prepares the data packets complying with Bot Engine and posts the same asynchronously to Bot Manager
  5. Bot Manager responds back to HAProxy via SPOA
  6. HAProxy forwards the request to the configured backend(s)
  7. Response is sent back to client via HAProxy

Steps to integrate Monitor Mode

Integrating HA Proxy is a 4 step process:

1. Create the Bot Manager Account

A Bot Manager account needs to be created for the application you wish to integrate the plugin with. Post successful registration, you will be provided with an option to select the HAProxy plugin from the Bot Manager Portal

2. Integrate the HA Proxy Plugin

From the Bot Manager portal you can download the HAProxy plugin. The downloaded plugin kit will need to be configured and placed in your application. A step-by-step plugin configuration details will be provided to the users during the integration. Post integration the HAProxy service will have to be restarted. Integration will have to be carried out using Sandbox ID to start with.

3. Verify Integration

Successful integration can be verified from the Bot Manager Portal itself.

4. Move Changes to Production

Production SID will need to be replaced with the Sandbox ID and HA Proxy service will have to be restarted.

Active Mode

How it works 

  1. Request from client reaches HAProxy Load Balancer 
  2. SPOE filter in HAProxy collects the required parameters for Bot Engine 
  3. SPOE sends this packet to SPOA via SPOP protocol 
  4. SPOA posts this to Bot Manager for analysis 

Steps to integrate Active Mode

Carry out all monitor mode steps

All steps mentioned in Monitor Mode need to be carried out.

Set Actions to be taken against Bots

Login to the bot manager portal and switch the "Monitor" mode toggle to "Active". Configure the actions (Allow / CATCHA/ Feed Fake Data, etc) for bot responses.

Configuration changes

Edit the Bot Manager lua file to change the mode parameter to “Active”. Edit changes provided in the the HAProxy configuration file (will be shared in the Integration document). Restart HAProxy service,   


Write to botmanager_support@radware.com for details on Feed Based protection or other clarifications.