All Apps and Add-ons

What advanced algorithms does Splunk User Behavior Analytics (UBA) use for its Machine Learning?

matthew_ramsey
Explorer

Such as Recursive Bayesian Estimation etc.. I could not find anything besides the generic Machine Learning terminology.

1 Solution

David
Splunk Employee
Splunk Employee

Splunk UBA implements a variety of machine learning algorithms, including but not limited to Probabilistic Suffix Trees, Markov graphs, and others. However, the specific algorithms implemented, while interesting, should not in our view be a primary aspect of an evaluation. In most cases, there are multiple different algorithms which can detect any particular anomaly. Rather than choosing the “best” academic algorithm, it’s at least as important to implement the selected algorithm properly and tune it in such a way to make it work well at enterprise scale.

For instance, just implementing an algorithm to generate a probabilistic suffix tree isn’t enough. The PST algorithm also has to be implemented in such a way that the tree being generated is regularly pruned so as to not just use up all available storage, and that pruning has to be intelligent enough to keep the important things while discarding the others.

Applying ML to security problems is definitely one of those situations where implementation matters at least as much as algorithm selection if not more.

View solution in original post

David
Splunk Employee
Splunk Employee

Splunk UBA implements a variety of machine learning algorithms, including but not limited to Probabilistic Suffix Trees, Markov graphs, and others. However, the specific algorithms implemented, while interesting, should not in our view be a primary aspect of an evaluation. In most cases, there are multiple different algorithms which can detect any particular anomaly. Rather than choosing the “best” academic algorithm, it’s at least as important to implement the selected algorithm properly and tune it in such a way to make it work well at enterprise scale.

For instance, just implementing an algorithm to generate a probabilistic suffix tree isn’t enough. The PST algorithm also has to be implemented in such a way that the tree being generated is regularly pruned so as to not just use up all available storage, and that pruning has to be intelligent enough to keep the important things while discarding the others.

Applying ML to security problems is definitely one of those situations where implementation matters at least as much as algorithm selection if not more.

Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Thanks for the Memories! Splunk University, .conf25, and our Community

Thank you to everyone in the Splunk Community who joined us for .conf25, which kicked off with our iconic ...

Data Persistence in the OpenTelemetry Collector

This blog post is part of an ongoing series on OpenTelemetry. What happens if the OpenTelemetry collector ...

Introducing Splunk 10.0: Smarter, Faster, and More Powerful Than Ever

Now On Demand Whether you're managing complex deployments or looking to future-proof your data ...