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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <member>
                            <attack-type>
                                <anomaly>
                                    <test>test</test> <!-- mandatory -->
                                    <direction>direction-choice</direction> <!-- mandatory -->
                                    <shellcode>shellcode-choice</shellcode>
                                </anomaly>
                            </attack-type>
                        </member>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

Protocol anomaly.

Contents

<direction>—Direction.

<shellcode>—Specify shellcode flag for this attack.

<test>—Protocol anomaly condition to be checked.


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