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


Usage

<configuration>
    <security>
        <idp>
            <custom-attack>
                <attack-type>
                    <chain>
                        <member>
                            <attack-type>
                                <signature>
                                    <protocol>
                                        <tcp>
                                            <tcp-flags>
                                                <r1/>
                                                <r2/>
                                                <urg/>
                                                <ack/>
                                                <psh/>
                                                <rst/>
                                                <syn/>
                                                <fin/>
                                            </tcp-flags>
                                        </tcp>
                                    </protocol>
                                </signature>
                            </attack-type>
                        </member>
                    </chain>
                </attack-type>
            </custom-attack>
        </idp>
    </security>
</configuration>

Description

TCP header flags.

Contents

<ack>—Set Acknowledge bit.

<fin>—Set FINish bit.

<psh>—Set Push bit.

<r1>—Set Reserverd bit 1.

<r2>—Set Reserved bit 2.

<rst>—Set Reset bit.

<syn>—Set SYN bit.

<urg>—Set Urgent bit.


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