Mar 27, 2026 - For details about updated CVE-2025-53521 (BIG-IP APM vulnerability), refer to K000156741.

Forum Discussion

JG2017_313630's avatar
JG2017_313630
Icon for Altostratus rankAltostratus
Mar 15, 2017

User-Defined Attack Signatures - Rule Section Operators?

Are there Operators like OR,AND,.... for a User-Define Attack Signatures - Rule Section when writing a Rule? Not iRule

 

1 Reply

  • nathe's avatar
    nathe
    Icon for Cirrocumulus rankCirrocumulus

    And definitely, you can list the consituent parts of an attack sig e.g.

    headercontent:"curl"; nocase; valuecontent:"curl"; norm;
    would check for curl in the header fields AND curl in a parameter, the attack sig would trigger if both existed.

    As for OR - i think you have to use regex for this in the signature (re2 or pcre).

    Hope this helps,

    N