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!

New in Observability - Improvements to Custom Metrics SLOs, Log Observer Connect & ...

The latest enhancements to the Splunk observability portfolio deliver improved SLO management accuracy, better ...

Improve Data Pipelines Using Splunk Data Management

  Register Now   This Tech Talk will explore the pipeline management offerings Edge Processor and Ingest ...

3-2-1 Go! How Fast Can You Debug Microservices with Observability Cloud?

Register Join this Tech Talk to learn how unique features like Service Centric Views, Tag Spotlight, and ...