ADC Advanced Policy Expressions

BOT_DETECTION_T


BOT detection

This topic lists the expressions that are provided by this class.

  • IS_SUSPECTED

    Returns true if the client is suspected of being a BOT.

Returns: bool_at

  • TYPE

    Returns the BOT type.

Returns: bot_type_e

  • DETECTION_METHODS

    Returns the list of the BOT detection techniques by which client is detected as BOT. Following are the detection techniques used by the BOT feature:

    1. Signature
    2. Device Fingerprinting
    3. Rate Limit
    4. IPReputation
    5. Blocklist
    6. Trap URL
    7. TPS (Transaction per second)

Returns: list_t

BOT_DETECTION_T

In this article