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


Usage

<configuration>
    <security>
        <idp>
            <idp-policy>
                <rulebase-exempt>
                    <rule>
                        <match>
                            <attacks>
                                <custom-attacks>...</custom-attacks>
                                <custom-attack-groups>...</custom-attack-groups>
                                <dynamic-attack-groups>...</dynamic-attack-groups>
                                <predefined-attacks>...</predefined-attacks>
                                <predefined-attack-groups>...</predefined-attack-groups>
                            </attacks>
                        </match>
                    </rule>
                </rulebase-exempt>
            </idp-policy>
        </idp>
    </security>
</configuration>

Description

Match attack objects.

Contents

<custom-attack-groups>—Custom attack groups.

<custom-attacks>—Custom attacks.

<dynamic-attack-groups>—Dynamic attack groups.

<predefined-attack-groups>—Predefined attack groups.

<predefined-attacks>—Predefined attacks.


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