Dear everyone, I need to filter the Offense from SIEM to SOAR by conditions like pic below.
Triggered condition is (severity > 4 AND description equal to Bruteforce:*).
The problem is that I don't know how to express the operators for "severity" field with the integer format.
May I define simple like ">4" or "\b-?(4|[5-9]|[1-9][0-9]*)\b" (regular expressions) for this case ?
Regards!

------------------------------
Benny On
------------------------------