Deployment Architecture

external account unsuccessful attempts to authenticate to multiple hosts

jshael
New Member

Any help figuring out how to design a query for this would be helpful.

0 Karma

woodcock
Esteemed Legend

something like this:

index="YouShouldAlwaysSpecifyAnIndex" AND sourcetype="AndSourcetypeToo" AND other stuff here
| streamstats time_window=?? count dc(dest) AS dc BY host
| where count>?? AND dc>??
0 Karma

richgalloway
SplunkTrust
SplunkTrust

Install the Splunk Security Essentials app and check out the Brute Force Access Attempt Detected use cases.

---
If this reply helps you, Karma would be appreciated.
0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...