Select to view content in your preferred language

Webhook for Failed logins

513
2
10-17-2024 07:00 AM
Status: Open
Dan_Brumm
Frequent Contributor

I would like to have a webhook that fires when a user tries to login but fails.   

 

1. We have security scans that are run and they automatically attempt to login over and over. It would be cool to be able to flag this activity without having to look at the logs. 

Tags (2)
2 Comments
KevinHibma

Interesting idea. I understand the request from the webhook side, but I'm not sure a webhook is the best mechanism for this particular event. I'll bring it to the team and chat about it.

The upcoming Enterprise 11.4 release will introduce audit logging in the portal. I realize you're looking for something beyond logs, but these audit logs will be very focused on security events and might provide the focused information you're after.

Dan_Brumm

Yeah, you are probably correct about webhooks not being the best choice.  Those audit logs seem like a really good option.   I was using a script to parse my Portal logs every 15 minutes and write back all kind of events like failed and successful logins to a table.  It works but it's kind of clunky.   I was able to move most of that work over to webhooks and my notebook server which worked for 99% of my needs but the failed logins.