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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <signature>
                        <protocol-binding>...</protocol-binding>
                        <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>
            </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.

<protocol-binding>—Protocol binding over which attack will be detected.

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

<shellcode>—Specify shellcode flag for this attack.


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