Alerting

Help with Splunk alert to identify application control violation

radparik
Engager

Hello,

I am trying to figure out how to have Splunk detect multiple application control violations on the system. Looking to have the alert trigger if there are more than 5 windows events from a single IP source.

Does anyone know how I can go about this?

Labels (2)
0 Karma

richgalloway
SplunkTrust
SplunkTrust

It would help to have more information about your use case.  In general, it's like this: read events, count them, filter on the count, trigger an alert.

index=windows
| stats count by ip
| where count > 5

Have the alert trigger when the number of results from this search is not zero.

---
If this reply helps you, Karma would be appreciated.
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!

Leveraging Automated Threat Analysis Across the Splunk Ecosystem

Are you leveraging automation to its fullest potential in your threat detection strategy?Our upcoming Security ...

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 ...