Hello, I’ve asked a similar question before, but maybe I wasn’t clear because no one told me it won’t work.
This is my query:
where(connection_status=DENY AND (direction!=INTERNAL OR direction!=OUTBOUND)) groupby(source_address) having(count>1000) timeslice(3m)
My end goal is to create a custom rule that will alert me if there are more than 1000 DENY request in 3 minutes from the same source_address when the direction is not INTERNAL or OUTBOUND.
I guess timeslice is not the solution here. Is there a way to do so? Getting alerted only if the threshold happens during a specific time period?
Kind Regards,
Dvir