Splunk Enterprise Security

Splunk Enterprise Security: How to modify the Top Infections Search to exclude results where signature=Tracking Cookies?

kmcaloon
Explorer

Can someone help me modify the Top Infections search? It is using tstats and a datamodel. I'm trying to exclude results where signature=Tracking Cookies, but usual exclusion methods aren't working with tstats and datamodel. The dashboard search is below.

| tstats `summariesonly` dc(Malware_Attacks.dest) as dest_count from datamodel=Malware where *    by Malware_Attacks.signature | `drop_dm_object_name("Malware_Attacks")` | sort 10 - dest_count

This search results in a chart with the signature name in one column and dest_count in the next column. I would like to exclude results that match on signature that equals "Tracking Cookies".

0 Karma

mcronkrite
Splunk Employee
Splunk Employee

Look at your data that is tagged Malware, and Attack.
This is what is being collected to include.

So you need to modify the event type for the tags, malware and attack, and add to that search to exclude the data you don't want.

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 ...