Splunk Search

Frequency analysis on names in splunk

hmi79
Loves-to-Learn

Is there a built-in solution in splunk that does the frequency analysis (for ex. on domain names) ?

There is a solution by Mark Baggett in https://github.com/MarkBaggett/freq but I had problems using it in splunk.

It either can be run using the python script:

$ python3 freq.py freqtable2018.freq -m splunk.com
(6.0006, 5.0954)

Or using curl:

$ curl http://127.0.0.1:20304/measure/splunk.com

(6.0006, 5.0954)

I want to run it against a field for ex. called "query" in my zeek dns logs and calculate the frequency and save it in another field 

Labels (5)
0 Karma

yuanliu
SplunkTrust
SplunkTrust

As always in a community forum, you get better answers by better define your use case.  Can you define "frequency analysis" in your context?  Most importantly, from what kind of source are you counting?  What result do you expect from such sources?  What is the logic between the source and the result?

You mentioned DNS logs.  Suppose your logs have a field named domain.  Do you mean to count how many queries each domain gets in unit time, say, an hour in a given search period, say, past 24 hours?

source=mydnslogs
| timechart span=1h count by domain

What other "analysis" you want to apply?  Sort by frequency?

| sort - count

 

0 Karma
Get Updates on the Splunk Community!

Built-in Service Level Objectives Management to Bridge the Gap Between Service & ...

Wednesday, May 29, 2024  |  11AM PST / 2PM ESTRegister now and join us to learn more about how you can ...

Get Your Exclusive Splunk Certified Cybersecurity Defense Engineer Certification at ...

We’re excited to announce a new Splunk certification exam being released at .conf24! If you’re headed to Vegas ...

Share Your Ideas & Meet the Lantern team at .Conf! Plus All of This Month’s New ...

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