<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How do I test/check to see if my new &amp;quot;local&amp;quot; ES ThreatFeed is working? in Splunk Enterprise Security</title>
    <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707561#M12234</link>
    <description>&lt;P&gt;I am using these dox:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/ES/8.0.1/Admin/AddThreatIntelSources#Add_threat_intelligence_with_a_custom_lookup_file" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/8.0.1/Admin/AddThreatIntelSources#Add_threat_intelligence_with_a_custom_lookup_file&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is pretty straightforward but I suspect that my configuraiton is not working.&amp;nbsp; Where are the "master lookups" that Splunk's Threat Framework uses?&amp;nbsp; I assume that there is 1 "master lookup" each for IPv4, domains, urls, hashes, etc.&amp;nbsp; Or perhaps they are all combined into 1.&amp;nbsp; &amp;nbsp;There are about 100 lookups this client's ES and I have checked out the ones that look promising but didn't find my new data so I cannot conclude anything.&lt;/P&gt;</description>
    <pubDate>Wed, 25 Dec 2024 19:46:28 GMT</pubDate>
    <dc:creator>woodcock</dc:creator>
    <dc:date>2024-12-25T19:46:28Z</dc:date>
    <item>
      <title>How do I test/check to see if my new "local" ES ThreatFeed is working?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707561#M12234</link>
      <description>&lt;P&gt;I am using these dox:&lt;BR /&gt;&lt;A href="https://docs.splunk.com/Documentation/ES/8.0.1/Admin/AddThreatIntelSources#Add_threat_intelligence_with_a_custom_lookup_file" target="_blank"&gt;https://docs.splunk.com/Documentation/ES/8.0.1/Admin/AddThreatIntelSources#Add_threat_intelligence_with_a_custom_lookup_file&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;It is pretty straightforward but I suspect that my configuraiton is not working.&amp;nbsp; Where are the "master lookups" that Splunk's Threat Framework uses?&amp;nbsp; I assume that there is 1 "master lookup" each for IPv4, domains, urls, hashes, etc.&amp;nbsp; Or perhaps they are all combined into 1.&amp;nbsp; &amp;nbsp;There are about 100 lookups this client's ES and I have checked out the ones that look promising but didn't find my new data so I cannot conclude anything.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Dec 2024 19:46:28 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707561#M12234</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2024-12-25T19:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: How do I test/check to see if my new "local" ES ThreatFeed is working?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707578#M12235</link>
      <description>&lt;P&gt;I assume that this accepted answer is correct:&lt;BR /&gt;&lt;A href="https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-use-the-threat-feed-I-added-using-threat-intelligence/m-p/234794" target="_blank" rel="noopener"&gt;https://community.splunk.com/t5/Splunk-Enterprise-Security/How-to-use-the-threat-feed-I-added-using-threat-intelligence/m-p/234794&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So like this:&lt;/P&gt;&lt;PRE&gt;| `service_intel` 
| `process_intel` 
| `file_intel` 
| `registry_intel` 
| `user_intel` 
| `email_intel` 
| `certificate_intel` 
| `ip_intel`&lt;/PRE&gt;</description>
      <pubDate>Thu, 26 Dec 2024 15:39:27 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707578#M12235</guid>
      <dc:creator>woodcock</dc:creator>
      <dc:date>2024-12-26T15:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I test/check to see if my new "local" ES ThreatFeed is working?</title>
      <link>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707581#M12236</link>
      <description>&lt;P&gt;Yes, search for "_intel" in Lookup Definition and you will see all Threat Intel Lookup along with definition -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2024-12-26 at 9.30.30 PM.png" style="width: 400px;"&gt;&lt;img src="https://community.splunk.com/t5/image/serverpage/image-id/33945iEA7A90F3AF383918/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Screenshot 2024-12-26 at 9.30.30 PM.png" alt="Screenshot 2024-12-26 at 9.30.30 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;All lookups from the specific categories gets combined / merged and used to Threat Matching. For example, everything related to IP will fall under ip_intel lookup. &lt;/P&gt;&lt;P&gt;Please hit Karma, if this helps!&lt;/P&gt;</description>
      <pubDate>Thu, 26 Dec 2024 16:02:04 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-Enterprise-Security/How-do-I-test-check-to-see-if-my-new-quot-local-quot-ES/m-p/707581#M12236</guid>
      <dc:creator>meetmshah</dc:creator>
      <dc:date>2024-12-26T16:02:04Z</dc:date>
    </item>
  </channel>
</rss>

