<?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 Re: Query to find out the searches in Soar Automation ? in Splunk SOAR</title>
    <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676379#M1412</link>
    <description>&lt;P&gt;Again I am sorry but that is not clear.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use Splunk SOAR to run SPL in Splunk/ES using the Splunk App's run_query action. You will have to either know the full SPL and run manually, or if they are standard, regularly used searches you can build playbooks to dynamically populate the SPL before running it in Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to find all the events that came from ES then that would usually be to check how many containers/events have that specific label which can be done via REST:&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;soar_url&amp;gt;/rest/container?_filter_label=&amp;lt;your_label&amp;gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This should return a count of all containers/events with that label.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Feb 2024 11:21:20 GMT</pubDate>
    <dc:creator>phanTom</dc:creator>
    <dc:date>2024-02-02T11:21:20Z</dc:date>
    <item>
      <title>Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676357#M1409</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;I need to clarify the correlation searches within SOAR. Is there any way to identify them?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 06:23:53 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676357#M1409</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2024-02-02T06:23:53Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676370#M1410</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;Correlation Searches reside in Enterprise Security. To get them into SOAR you need to use the SOAR Adaptive responses (send_to_phantom/run_playbook) on the Notable Event which will create a container/event in SOAR for you to run automation against.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If I misunderstood the ask please expand and I will try to help.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 09:29:49 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676370#M1410</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2024-02-02T09:29:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676377#M1411</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222170"&gt;@phanTom&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Typically, we address security incidents using SOAR directly. My inquiry pertains to identifying searches within SOAR through Splunk ES. Is there a specific REST call command for this purpose?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 10:55:42 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676377#M1411</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2024-02-02T10:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676379#M1412</link>
      <description>&lt;P&gt;Again I am sorry but that is not clear.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;You can use Splunk SOAR to run SPL in Splunk/ES using the Splunk App's run_query action. You will have to either know the full SPL and run manually, or if they are standard, regularly used searches you can build playbooks to dynamically populate the SPL before running it in Splunk.&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you want to find all the events that came from ES then that would usually be to check how many containers/events have that specific label which can be done via REST:&lt;BR /&gt;&lt;BR /&gt;&lt;A target="_blank" rel="noopener"&gt;https://&amp;lt;soar_url&amp;gt;/rest/container?_filter_label=&amp;lt;your_label&amp;gt;&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;This should return a count of all containers/events with that label.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 11:21:20 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676379#M1412</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2024-02-02T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676473#M1413</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222170"&gt;@phanTom&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I dnt see any notables set to soar in the adaptive response action,&lt;/P&gt;&lt;P&gt;But we dnt relay on incident review dashboard in our environment,&lt;/P&gt;&lt;P&gt;All incidents are automated through the soar it self.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 15:06:47 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676473#M1413</guid>
      <dc:creator>AL3Z</dc:creator>
      <dc:date>2024-02-03T15:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: Query to find out the searches in Soar Automation ?</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676478#M1415</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/252275"&gt;@AL3Z&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To get Notable events from ES into SOAR you need the &lt;A href="https://splunkbase.splunk.com/app/3411" target="_self"&gt;Splunk App for SOAR Export&lt;/A&gt;&amp;nbsp; setup on your Search Head then you will need to add the Adaptive Response to send to SOAR when the detection triggers an event in Splunk.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 19:58:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Query-to-find-out-the-searches-in-Soar-Automation/m-p/676478#M1415</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2024-02-03T19:58:43Z</dc:date>
    </item>
  </channel>
</rss>

