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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <protocol-binding>
                            <tcp>...</tcp>
                            <udp>...</udp>
                            <rpc>...</rpc>
                            <icmp/>
                            <ip>...</ip>
                            <application>application</application>
                        </protocol-binding>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

Protocol binding over which attack will be detected.

Contents

<application>—Application name.

<icmp>—Attack is for ICMP packets only.

<ip>—Attack is for all IP based packets.

<rpc>—Attack is for RPC packets only.

<tcp>—Attack is for TCP packets only.

<udp>—Attack is for UDP packets only.


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