Splunk Search

looking for unknown but equal field values across single search

aanetserv
New Member

I'm doing a search for invalid logons for our vpn logs. But I want the search results to return when the invalid attempts reach 5 or more from the same user but I don't know the user ahead of time. If a user has 5 or more invalid logon attempts, I want it to alert. Right now I can get all the invalid attempts from all users in the time frame I'm looking at but I don't know how to narrow that down to just alerting on if one user has 5 or more attempts. Please help. Thanks.

Tags (1)
0 Karma
1 Solution

thall79
Communicator

Have you tried attaching the following to your search (you will need to replace user with the field that represents your failed user)

"your search here" | stats count by user | search count > 4

This should filter the failed users to only show ones that have failed 5 times or more.

travis.

View solution in original post

thall79
Communicator

Have you tried attaching the following to your search (you will need to replace user with the field that represents your failed user)

"your search here" | stats count by user | search count > 4

This should filter the failed users to only show ones that have failed 5 times or more.

travis.

aanetserv
New Member

Thanks, that's what I was looking for, it worked.

0 Karma
Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...