[Contents] [Prev] [Next] [Index] [Report an Error]


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.


[Contents] [Prev] [Next] [Index] [Report an Error]