Security

Failed login alert issue

raghav013
New Member

We have a alert created in my orgainzation for failed login alerts, It is working fine but for last ttwo days we are getting excessive failed login alerts for a particular account on email as we have set to send the alert if the failed account is more that 10, it is working fine for other account and i am also able to see the failed login logs for all other accounts except this one which has more than 15000 failed login alerts.

Tags (2)
0 Karma

DalJeanis
Legend

Okay, first, your organization needs to figure out what automated system is hitting that account and get that turned off.

Second, if you need a method to suppress alerts for this one account, you are going to have to modify the search/alert.

I would suggest you create a lookup table, here called "SuppressAlerts.csv", with a field (here called USER) containing the userID in question. We're going to assume the username field in the event is UserName.

At the end of your search, do this

| lookup SuppressAlerts.csv USER as UserName OUTPUT USER as SuppressMe
| where isnull(SuppressMe)

That will kill the one alert in question. You will need to set up some organizational method of reviewing the SuppressAlerts.csv lookup periodically to see if the suppression is still valid.

0 Karma

thambisetty
SplunkTrust
SplunkTrust

Whats your question here?
You have created an alert and its mached and creating alerts.

————————————
If this helps, give a like below.
0 Karma

YoungDaniel
Path Finder

alertception

0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.

Can’t make it to .conf25? Join us online!

Get Updates on the Splunk Community!

Can’t Make It to Boston? Stream .conf25 and Learn with Haya Husain

Boston may be buzzing this September with Splunk University and .conf25, but you don’t have to pack a bag to ...

Splunk Lantern’s Guide to The Most Popular .conf25 Sessions

Splunk Lantern is a Splunk customer success center that provides advice from Splunk experts on valuable data ...

Unlock What’s Next: The Splunk Cloud Platform at .conf25

In just a few days, Boston will be buzzing as the Splunk team and thousands of community members come together ...