InsightIDR - Custom Account Lockout Alert

Hi Guys,

I trying to create a custom account lockout alert with the below consideration:

For every user/account that encounters >= 5 lockouts events in 24hrs, an alert will be sent.
something like: where(action=“ACCOUNT_LOCKED”) groupby(target_account) calculate(count>=5) timeslice(1d) //only those account who got >= 5 lockouts should be in scope; for duration lets just say every 24hrs

Is this something that can be readily created in the InsightIDR? Not really that good on query so any suggestions on how to do this is very much appreciated.

Hey Knowell,

So this type of “threshold” querying isn’t available in IDR Log search yet. It’s a very popular request that we have received and should be coming in the future. I don’t have a timeframe for it, but rest assured, it is on our radar.

1 Like

Hi Stephen,

Thanks a lot for the information!

Hope this will be available soon as we got some similar queries that we want to implement but can’t readily do it.

1 Like

My pleasure, Knowell!