Alerting

How can I set an alert when there is X numbers of failed logon attemps to get into the domain?

Silverfeyn
Explorer

Hi, I need to set an alert to warn me when someone is trying to get into the domain and had failed multiple times, I know that Windows had the logs for that, but I want it to send me an alert if this is happen in real time.

Thanks in advance, I'm a newbie in splunk : /

Tags (4)

mbenwell
Communicator

Use the stats command to count the number of events by username.
...| stats count by user

Then use the where command to add a condition for which you want to match on.
...| where count > 5

After that create the alert to trigger when there is a result returned

kml_uvce
Builder

try this
go to manager->searches and reports->new
http://docs.splunk.com/Documentation/Splunk/5.0.2/Alert/Setupalertactions

0 Karma

kml_uvce
Builder

Eventid=4776|stats count by user|where count > 2
or
<"your search to findout failed login">|stats count by user|where count > 2.

and create alert

0 Karma

Silverfeyn
Explorer

The problem is, what I need to search for? The event ID is 4776, but how can I set a search to look up for more than 2 failed loggin attemps on the same account, for example?

0 Karma
Get Updates on the Splunk Community!

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...

.conf24 | Learning Tracks for Security, Observability, Platform, and Developers!

.conf24 is taking place at The Venetian in Las Vegas from June 11 - 14. Continue reading to learn about the ...

Announcing Scheduled Export GA for Dashboard Studio

We're excited to announce the general availability of Scheduled Export for Dashboard Studio. Starting in ...