Tag Elements Beginning with C
> <chain> (configuration/security/idp/custom-attack/attack-type)
Usage
<configuration>
<security>
<idp>
<custom-attack>
<attack-type>
<chain>
<protocol-binding>...</protocol-binding>
<scope>scope-choice</scope>
<order/>
<reset/>
<expression>expression</expression>
<member>...</member> <!-- mandatory -->
</chain>
</attack-type>
</custom-attack>
</idp>
</security>
</configuration>
Description
Chain attack.
Contents
<expression>—Boolean Expression.
<member>—List of member attacks.
<order>—Attacks should match in the order in which they are defined.
<protocol-binding>—Protocol binding over which attack will be detected.
<reset>—Repeat match should generate a new alert.
<scope>—Scope of the attack.
-
session—Allow matches across transactions within the same session.
-
transaction—Allow matches in single transactions within the same session.