Splunk Enterprise Security

How to reinstall removed DA-ESS-ThreatIntelligence

rashid47010
Communicator

mistaken I remove Enterprise App named DA-ESS-ThreatIntelligence.

how how can I download this and integrate it with ES framework.

0 Karma
1 Solution

harsmarvania57
Ultra Champion

Hi,

You can download same version of Splunk ES which you are running on your Splunk Instance from https://splunkbase.splunk.com (When you login with your userid, your id must have ES entitlement otherwise you will not able to download ES)

Once you download the ES .spl file then you need to extract in some temp folder and then copy DA-ESS-ThreatIntelligence tar from temp folder to splunk apps directory, here I am giving example of Linux commands for Splunk ES running on Single Search Head (Not on SHC)

tar -xzf splunk-enterprise-security_<version>.spl -C /var/tmp/
cd /var/tmp/SplunkEnterpriseSecuritySuite/install
cp DA-ESS-ThreatIntelligence-<version>.spl $SPLUNK_HOME/etc/apps/
tar -xzf DA-ESS-ThreatIntelligence-<version>.spl 

Restart Splunk service.

After Splunk restart you need to configure your Threat Intel again because your earlier Threat Intel configuration is removed when you accidentally deleted DA-ESS-ThreatIntelligence app.

View solution in original post

0 Karma

harsmarvania57
Ultra Champion

Hi,

You can download same version of Splunk ES which you are running on your Splunk Instance from https://splunkbase.splunk.com (When you login with your userid, your id must have ES entitlement otherwise you will not able to download ES)

Once you download the ES .spl file then you need to extract in some temp folder and then copy DA-ESS-ThreatIntelligence tar from temp folder to splunk apps directory, here I am giving example of Linux commands for Splunk ES running on Single Search Head (Not on SHC)

tar -xzf splunk-enterprise-security_<version>.spl -C /var/tmp/
cd /var/tmp/SplunkEnterpriseSecuritySuite/install
cp DA-ESS-ThreatIntelligence-<version>.spl $SPLUNK_HOME/etc/apps/
tar -xzf DA-ESS-ThreatIntelligence-<version>.spl 

Restart Splunk service.

After Splunk restart you need to configure your Threat Intel again because your earlier Threat Intel configuration is removed when you accidentally deleted DA-ESS-ThreatIntelligence app.

0 Karma

rashid47010
Communicator

thanks.It works.

can you please share the information about "configure Threat Intel"

0 Karma

harsmarvania57
Ultra Champion

When you go to Apps-> Enterprise Security -> Configure -> Data Enrichment -> Intelligence Downloads, there are number of threat intel belongs to DA-ESS-ThreatIntelligence. For example all threatlist starting with local_*, those are enabled by deafult, if you were not using any of such ThreatList before you deleted DA-ESS-ThreatIntelligence then you need to disable those again.

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

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...