<?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: Container data vs Custom Application Results in Splunk SOAR</title>
    <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620579#M1024</link>
    <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222170"&gt;@phanTom&lt;/a&gt;,&amp;nbsp;the app will be used to retrieve secrets from another tool like passwordVault, if there is no other alternative, I think I'll have to hash the password to avoid any exposures.&lt;/P&gt;</description>
    <pubDate>Fri, 11 Nov 2022 12:15:18 GMT</pubDate>
    <dc:creator>scorsatto</dc:creator>
    <dc:date>2022-11-11T12:15:18Z</dc:date>
    <item>
      <title>Container data vs Custom Application Results</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620478#M1020</link>
      <description>&lt;P&gt;I'm creating a custom application in SOAR and one of the fields this custom application provides is a password information, for obvious reasons, I don't want to store the password in the container, rather I just would like to add it in a parameter that I can use during playbook execution only. is there any way I can do it?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Version:&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;Splunk SOAR 5.2.1.78411&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What I'm doing today in my custom app is:&lt;/P&gt;&lt;P&gt;if secret_value:&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; self.save_progress("Secret value retrieved successfully")&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; action_result.add_data({"succeeded": True, "secret_value": secret_value})&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return action_result.set_status(phantom.APP_SUCCESS, 'Successfully retrieved secret value')&lt;/P&gt;&lt;P&gt;but the secret value is saved in the container.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Nov 2022 17:40:09 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620478#M1020</guid>
      <dc:creator>scorsatto</dc:creator>
      <dc:date>2022-11-10T17:40:09Z</dc:date>
    </item>
    <item>
      <title>Re: Container data vs Custom Application Results</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620558#M1021</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249062"&gt;@scorsatto&lt;/a&gt;&amp;nbsp;if you add to action_results then it will be included in the JSON added to the container and there is no real way around it. You could hash it and then decode in the playbook when you need it?&lt;BR /&gt;&lt;BR /&gt;I would like to understand what the app does a bit more as to why you would pass a secret out for playbook use when you can just create an app and use it in a playbook and keep the secret/password in the app config where it's already hidden.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 09:10:37 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620558#M1021</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2022-11-11T09:10:37Z</dc:date>
    </item>
    <item>
      <title>Re: Container data vs Custom Application Results</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620579#M1024</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222170"&gt;@phanTom&lt;/a&gt;,&amp;nbsp;the app will be used to retrieve secrets from another tool like passwordVault, if there is no other alternative, I think I'll have to hash the password to avoid any exposures.&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 12:15:18 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620579#M1024</guid>
      <dc:creator>scorsatto</dc:creator>
      <dc:date>2022-11-11T12:15:18Z</dc:date>
    </item>
    <item>
      <title>Re: Container data vs Custom Application Results</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620587#M1025</link>
      <description>&lt;P&gt;&lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/249062"&gt;@scorsatto&lt;/a&gt;&amp;nbsp;if you are using either CyberArk/Hashicorp/Thycotic then the platform already supports that for application assets to be able to retrieve the password(s) from a vault for one time use only.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;If you are not using any of the above then I think the hashing is your best way.&amp;nbsp;&lt;/P&gt;&lt;P&gt;-- If this resolved your issue please mark as a Solution! Happy SOARing --&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:08:11 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620587#M1025</guid>
      <dc:creator>phanTom</dc:creator>
      <dc:date>2022-11-11T13:08:11Z</dc:date>
    </item>
    <item>
      <title>Re: Container data vs Custom Application Results</title>
      <link>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620594#M1026</link>
      <description>&lt;P&gt;yup, I'll need to use a hashing.. I would be great to have this such functionality in the app development, like a new command to pass the results only without save the data to the container.&lt;/P&gt;&lt;P&gt;Thanks &lt;a href="https://community.splunk.com/t5/user/viewprofilepage/user-id/222170"&gt;@phanTom&lt;/a&gt; for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 11 Nov 2022 13:30:36 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Splunk-SOAR/Container-data-vs-Custom-Application-Results/m-p/620594#M1026</guid>
      <dc:creator>scorsatto</dc:creator>
      <dc:date>2022-11-11T13:30:36Z</dc:date>
    </item>
  </channel>
</rss>

