<?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: Splunk SOAR - extract data from artifacts in Other Usage</title>
    <link>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/697060#M1848</link>
    <description>&lt;P&gt;If I understand you right, you want to start working with the events ingested into the SOAR platform, where your playbooks might all similarly start by retrieving each container's artifact data?&lt;/P&gt;&lt;P&gt;If so, I find myself relying on SOAR's code nodes more often than not to get the level of data I want.&amp;nbsp; Within your first line of custom code, you gain myriad prepopulated variables to access 'raw' data from the prior node and overall container/event data: try printing some of those parameters across the top.&lt;/P&gt;&lt;P&gt;Despite those params, I generally rely on REST queries to obtain artifact data, like much of the client-side code itself.&amp;nbsp; Install the HTTP app, and create an asset that points to 127.0.0.1/rest.&amp;nbsp; Make sure one of your parameters includes a REST access token/header from some User.&amp;nbsp; Then, your PBs can call that HTTP app action node to GET/PUT/POST whatever, specifically "https://..host../rest/artifact?_filter_container=#####", whose results will include a 'cef' key with the verbatim artifact(s) data available for you to directly consume, modify, or simply pass forward into future nodes.&lt;/P&gt;&lt;P&gt;lmk if I'm way off base, but this is generally how I manipulate individual container artifact data, inside and outside of individual playbooks.&lt;/P&gt;</description>
    <pubDate>Thu, 22 Aug 2024 13:08:43 GMT</pubDate>
    <dc:creator>keypuncher</dc:creator>
    <dc:date>2024-08-22T13:08:43Z</dc:date>
    <item>
      <title>Splunk SOAR - extract data from artifacts</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/695743#M1834</link>
      <description>&lt;P&gt;Pretty green with SOAR and haven't been able to find an good answer to this.&lt;/P&gt;&lt;P&gt;All of our events in SOAR are generated by pulling them in from Splunk ES.&amp;nbsp; This creates one artifact for each event.&amp;nbsp;&amp;nbsp;I'm looking for a way to extract data from that artifact so we can start using and labeling that data.&lt;/P&gt;&lt;P&gt;Am I missing something here?&amp;nbsp; I haven't found much in the way of training on the data extraction part of this, so any tips for that would be great too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 18:46:25 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/695743#M1834</guid>
      <dc:creator>JJCO</dc:creator>
      <dc:date>2024-08-08T18:46:25Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk SOAR - extract data from artifacts</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/695918#M1838</link>
      <description>&lt;P&gt;It should be set up such that:&lt;/P&gt;&lt;P&gt;1. A search in Splunk Enterprise has fields you find interesting&lt;BR /&gt;2. This search is used in the "Splunk App for SOAR Export" to send data to SOAR&lt;BR /&gt;3. Each result in your Splunk search should create an artifact in SOAR, and put them into a SOAR container based on the field configured in the "Splunk App for SOAR Export" to be the grouping field.&lt;BR /&gt;4. The artifacts will have CEF fields containing the data of the fields of your Splunk search.&lt;/P&gt;&lt;P&gt;Then you can run the playbooks in SOAR on your containers with the artifacts, and the playbooks can run actions using the CEF fields in your artifacts as inputs.&lt;/P&gt;&lt;P&gt;Can you confirm that you can view the artifact in SOAR and that it has CEF fields containing your data?&lt;/P&gt;</description>
      <pubDate>Sun, 11 Aug 2024 11:18:15 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/695918#M1838</guid>
      <dc:creator>marnall</dc:creator>
      <dc:date>2024-08-11T11:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: Splunk SOAR - extract data from artifacts</title>
      <link>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/697060#M1848</link>
      <description>&lt;P&gt;If I understand you right, you want to start working with the events ingested into the SOAR platform, where your playbooks might all similarly start by retrieving each container's artifact data?&lt;/P&gt;&lt;P&gt;If so, I find myself relying on SOAR's code nodes more often than not to get the level of data I want.&amp;nbsp; Within your first line of custom code, you gain myriad prepopulated variables to access 'raw' data from the prior node and overall container/event data: try printing some of those parameters across the top.&lt;/P&gt;&lt;P&gt;Despite those params, I generally rely on REST queries to obtain artifact data, like much of the client-side code itself.&amp;nbsp; Install the HTTP app, and create an asset that points to 127.0.0.1/rest.&amp;nbsp; Make sure one of your parameters includes a REST access token/header from some User.&amp;nbsp; Then, your PBs can call that HTTP app action node to GET/PUT/POST whatever, specifically "https://..host../rest/artifact?_filter_container=#####", whose results will include a 'cef' key with the verbatim artifact(s) data available for you to directly consume, modify, or simply pass forward into future nodes.&lt;/P&gt;&lt;P&gt;lmk if I'm way off base, but this is generally how I manipulate individual container artifact data, inside and outside of individual playbooks.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 13:08:43 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Other-Usage/Splunk-SOAR-extract-data-from-artifacts/m-p/697060#M1848</guid>
      <dc:creator>keypuncher</dc:creator>
      <dc:date>2024-08-22T13:08:43Z</dc:date>
    </item>
  </channel>
</rss>

