TAP::insight

Description

With arguments accumulates them as key:value pairs, without arguments sends accumulated to TAP.

Returns token supplied by TAP service.


Syntax

TAP::insight
TAP::insight set <tap_insight_key tap_insight_value>
TAP::insight send <tap_insight_event_type tap_insight_reason>

TAP::insight

  • Returns one of the following actions: allow, block, captcha, conviction, deception, timeout.

TAP::insight set <tap_insight_key tap_insight_value>

  • TBD

TAP::insight send <tap_insight_event_type tap_insight_reason>

  • TBD

Examples

when TAP_REQUEST {
    if {    ([TAP::action] eq "block") } {
        drop
    }
}