mistaken I remove Enterprise App named DA-ESS-ThreatIntelligence.
how how can I download this and integrate it with ES framework.
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.
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.
thanks.It works.
can you please share the information about "configure Threat Intel"
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.