Splunk Enterprise Security

Search for failed logins: Why is the search creating false positive alerts?

Ash
Engager

Hello,

I have created a search for failed logins for win,linux and network devices from authentication datamodel but this is generating lot of false positive alerts. Please help me to finetune this search

| from datamodel:"Authentication"."Failed_Authentication" | search NOT user IN ("sam","sunil")
| stats values(signature) as signature, dc(user) as "user_count", dc(dest) as "dest_count" latest(_raw) as orig_raw, count by "app","src",user
| where 'count'>=200 AND user_count=1 | head 5

 

Ash_0-1665678715131.png

 

Labels (1)
Tags (2)
0 Karma
Get Updates on the Splunk Community!

Splunk Observability Cloud's AI Assistant in Action Series: Auditing Compliance and ...

This is the third post in the Splunk Observability Cloud’s AI Assistant in Action series that digs into how to ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

What You Read The Most: Splunk Lantern’s Most Popular Articles!

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