Hi,
I am trying to build a rule that triggers when at least 3 events are seen with the same Source IP and (3) different Process Names. I am using the following test definition: when at least 3 events are seen with the same Source IP and different Process Name in 30 minutes, however, this triggers when there are 3 events with the same source IP and more than 1 different Process Names. I found an old thread on the same subject, which suggests adding an AQL filter as the last test definition with the following (adapted for my use-case): UNIQUECOUNT("Process Name")>=3, but when add it I get an error saying aggregate functions are not allowed in WHERE clauses.
Does anyone have any suggestions how to overcome this?
------------------------------
Viorel Chicu
------------------------------