Security

Unexpected Results

sbgoldberg13
Explorer

I'm testing a modified Security Essentials Basic Brute Force Detection search. When I run the search portion, I get plenty of results with Audit Success. But when I include the stats portion, only Failures are returned. Am I missing something here?

index=wineventlog source=WinEventLog:Security OR tag=authentication Account_Name=* Account_Name!=""
| stats count(eval (Keywords="Audit Success")) as Successes count(eval(Keywords="Audit Failure")) as Failures by Source_Network_Address | where Successes>0 OR Failures>0

Thanks.

0 Karma

chrisyounger
SplunkTrust
SplunkTrust

The "Keyworks" field is not the correct field to use (this field is pretty much useless and just indicates that logging was successful). You should instead have an "action" field that indicates if the login was successful or not.

0 Karma
Get Updates on the Splunk Community!

Extending Observability Content to Splunk Cloud

Watch Now!   In this Extending Observability Content to Splunk Cloud Tech Talk, you'll see how to leverage ...

More Control Over Your Monitoring Costs with Archived Metrics GA in US-AWS!

What if there was a way you could keep all the metrics data you need while saving on storage costs?This is now ...

New in Observability Cloud - Explicit Bucket Histograms

Splunk introduces native support for histograms as a metric data type within Observability Cloud with Explicit ...