Retrieving or Specifying the Auto-Ban Sensitivity (AutobanSensitivity)

This property is available only in EFT Server version 6.1 and later.

Use the ICISite::AutobanSensitivity property to retrieve/set the sensitivity level for the flood/hammer auto-ban mechanism.

HRESULT AutobanSensitivity([out, retval] AutobanSensitivity *pVal);

HRESULT AutobanSensitivity([in] AutobanSensitivity newVal);

Example (VBScript):

Retrieving:

If Site.AutobanSensitivity <> SensitivityOff Then

MsgBox "Flood/Hammer Autoban is on for the site"

End If

Specifying:

Site.AutobanSensitivity = SensitivityVeryHigh

 

In the EFT Server administration interface, the level can be set on the Site's Connections tab, in the Denial of Service settings.