Splunk Enterprise Security

How to remove the unwanted threat group and threat category list from the dropdown of the threat activity feed? And also how to remove the data from ip_intel list ?

renjujacob88
Path Finder

HI Splunkers,

In our environment, We have couple of unwanted threat groups and threat category list populated in the drop downs present in the security intelligence threat activity. How to remove them. Please find the screenshot below for the reference

alt text

Just wanted to remove "F" from the threat Group and "undefined" From the threat Category dropdowns.
Also F group has threat feeds added to ip_intel lookup. How to flush data related to certain threat_key?

Need your help

0 Karma

Azeemering
Builder

Threat Categories and Threat Groups on the Threat Artifact dashboard actually are stored in a lookup.

You can remove unwanted entries something like this:

| inputlookup threat_group_intel | search threat_group!="F"
| outputlookup threat_group_intel


With this I am looking for all threatgroups but not threat_group with the value "F"
Next you overwrite the old lookup with the new using outputlookup command.

(Always backup a lookup before you start tinkering with it)

0 Karma
Get Updates on the Splunk Community!

Splunk Edge Processor | Popular Use Cases to Get Started with Edge Processor

Splunk Edge Processor offers more efficient, flexible data transformation – helping you reduce noise, control ...

Introducing New Splunkbase Governance!

Splunk apps are essential for maximizing the value of your Splunk Experience. Whether you’re using the default ...

3 Ways to Make OpenTelemetry Even Better

My role as an Observability Specialist at Splunk provides me with the opportunity to work with customers of ...