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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <member>
                            <attack-type>
                                <signature>
                                    <context>context</context> <!-- mandatory -->
                                    <pattern>pattern</pattern>
                                    <regexp>regexp</regexp>
                                    <negate/>
                                    <direction>direction-choice</direction> <!-- mandatory -->
                                    <shellcode>shellcode-choice</shellcode>
                                    <protocol>...</protocol>
                                </signature>
                            </attack-type>
                        </member>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

Signature based attack.

Contents

<context>—Context.

<direction>—Connection direction of the attack.

<negate>—Trigger the attack if condition is not met.

<pattern>—Pattern is the signature of the attack you want to detect.

<protocol>—Protocol header matches.

<regexp>—Regular expression used for matching repetition of patterns.

<shellcode>—Specify shellcode flag for this attack.


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