Splunk Enterprise Security

How to create report of excessive failed login user with head 5?

DawoodUlex
New Member

Hi Team,

I want to create a report of excessive failed login users who have more than 5 failed login attempts from an app.

Thanks
Dawood

0 Karma
1 Solution

nickhills
Ultra Champion

| tstats count as failedLogins where (index=yourAuthIndex action!=success earliest=-4h latest=-1h) by user|where failedLogins>5

You may need to change the fields and times to suit your needs.

If my comment helps, please give it a thumbs up!

View solution in original post

0 Karma

nickhills
Ultra Champion

| tstats count as failedLogins where (index=yourAuthIndex action!=success earliest=-4h latest=-1h) by user|where failedLogins>5

You may need to change the fields and times to suit your needs.

If my comment helps, please give it a thumbs up!
0 Karma

nickhills
Ultra Champion

Hi @DawoodUlex try something like this:

...<your search for failed logins>|stats count as failedLogins by user|where failedLogins>5

If my comment helps, please give it a thumbs up!
0 Karma

DawoodUlex
New Member

I am using tstat and it is showing data from very beginning i.e. 2017.

0 Karma
Get Updates on the Splunk Community!

Index This | I am a number, but when you add ‘G’ to me, I go away. What number am I?

March 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

What’s New in Splunk App for PCI Compliance 5.3.1?

The Splunk App for PCI Compliance allows customers to extend the power of their existing Splunk solution with ...

Extending Observability Content to Splunk Cloud

Register to join us !   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to ...