<?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: How to append different IOC Indicator files in XSOAR in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587993#M3336</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/255517"&gt;@cV V&lt;/a&gt;, in your example screenshot I see your using the&amp;nbsp;&lt;CODE&gt;ExtractIndicatorsFromWordFile&lt;/CODE&gt; automation, unfortunately this automation does not return any data to the context. The objective of the automation is to print the indicators from the docx file in the warroom, our auto-extraction feature will then process all those indicators. You can force the data to be pushed to the context by adding the &lt;CODE&gt;extend-context&lt;/CODE&gt; option, example below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;!ExtractIndicatorsFromWordFile entryID=${File.[0].EntryID} extend-context=file1data1=&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Note: Do not add anything after the equal (=) symbol at the end.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would still suggest my earlier option of converting the files first since it provides more control.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 May 2024 08:54:28 GMT</pubDate>
    <dc:creator>jfernandes1</dc:creator>
    <dc:date>2024-05-27T08:54:28Z</dc:date>
    <item>
      <title>How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587625#M3324</link>
      <description>&lt;P&gt;Uploading the IOC's File A and file B in playground-war room via CLI Command box attachment file upload option.&lt;/P&gt;
&lt;P&gt;How to append the two IOC's File A and File B&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 12:23:06 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587625#M3324</guid>
      <dc:creator>cV V</dc:creator>
      <dc:date>2024-05-22T12:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587731#M3328</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;!&lt;SPAN&gt;extractIndicators command can extract the indicator which is given files.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 23 May 2024 07:21:57 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587731#M3328</guid>
      <dc:creator>OKaraduman1</dc:creator>
      <dc:date>2024-05-23T07:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587853#M3330</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/255517"&gt;@cV V&lt;/a&gt;, since your trying to access data store inside a docx file you will need to first convert the file to plain text.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can use the &lt;CODE&gt;!ParseWordDoc entryID=&lt;/CODE&gt; command first on the file in your screenshot. The output of this command will add a new file to context in &lt;STRONG&gt;.txt&lt;/STRONG&gt; format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then run the &lt;CODE&gt;!extractIndicators&amp;nbsp;entryID=&lt;/CODE&gt; command with this new file. The output of this command will create the&amp;nbsp;&lt;STRONG&gt;ExtractedIndicators&lt;/STRONG&gt; key in your context.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please note that the&amp;nbsp;&lt;STRONG&gt;ExtractedIndicators&lt;/STRONG&gt; key will contain sub-keys for IP, URL, etc. Also, when you run this command multiple times, with 2 different files for example, the &lt;STRONG&gt;ExtractedIndicators&lt;/STRONG&gt; with be converted into a list. To create a single list you can use the below command.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;!Set append=true value=${ExtractedIndicators.IP} key=ListofIPS&lt;/CODE&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 24 May 2024 00:50:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587853#M3330</guid>
      <dc:creator>jfernandes1</dc:creator>
      <dc:date>2024-05-24T00:50:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587977#M3335</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A id="link_40" class="lia-link-navigation lia-page-link lia-user-name-link" href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/208028" target="_self" aria-label="View Profile of jfernandes1"&gt;&lt;SPAN class=""&gt;Jfernandes1&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Thanks for the response &amp;amp; guide us on below process&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.Step&lt;/P&gt;
&lt;P&gt;Uploading the IOC file in word document format below 2 files in xsoar CLI box attachment. (screenshots attached)&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;testing.ioc fiel&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;File c&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;2. Extracted the Indicators with thier entry ID. (please find attached screenshot)&lt;/P&gt;
&lt;P&gt;3. While appending the two files A and B step, &lt;STRONG&gt;&amp;nbsp;where we get those values for value= and key= &lt;/STRONG&gt;not listed anywhere in !extractedindicators results (screenshot attached)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 05:56:11 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587977#M3335</guid>
      <dc:creator>cV V</dc:creator>
      <dc:date>2024-05-27T05:56:11Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587993#M3336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/255517"&gt;@cV V&lt;/a&gt;, in your example screenshot I see your using the&amp;nbsp;&lt;CODE&gt;ExtractIndicatorsFromWordFile&lt;/CODE&gt; automation, unfortunately this automation does not return any data to the context. The objective of the automation is to print the indicators from the docx file in the warroom, our auto-extraction feature will then process all those indicators. You can force the data to be pushed to the context by adding the &lt;CODE&gt;extend-context&lt;/CODE&gt; option, example below.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;CODE&gt;!ExtractIndicatorsFromWordFile entryID=${File.[0].EntryID} extend-context=file1data1=&lt;/CODE&gt;&lt;/P&gt;
&lt;P&gt;Note: Do not add anything after the equal (=) symbol at the end.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would still suggest my earlier option of converting the files first since it provides more control.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 08:54:28 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/587993#M3336</guid>
      <dc:creator>jfernandes1</dc:creator>
      <dc:date>2024-05-27T08:54:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/588005#M3341</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
&lt;P&gt;Appended two files eg: File A and File B by below command for CSV file formats.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Indicator values = ip&amp;nbsp; (ip's column in file A and file B)&lt;/P&gt;
&lt;P&gt;tags =iocfileA,iocfileB (tags are added while uploading IOC files)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;!AppendindicatorFieldWrapper indicators_values="ip" tags="iocfileA,iocfileB"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;kudos&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 May 2024 11:07:44 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/588005#M3341</guid>
      <dc:creator>cV V</dc:creator>
      <dc:date>2024-05-27T11:07:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to append different IOC Indicator files in XSOAR</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/591188#M3434</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;Thanks for the response !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Solution&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;To Append two IOC indicator file A and B&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps:&lt;/P&gt;
&lt;P&gt;1.Upload the IOC file in "A" and " B" while uploading add the &lt;STRONG&gt;tags "fileA" and "fileB"&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;2.Command for Append&lt;/P&gt;
&lt;P&gt;!AppendindicatorFieldWrapper indicators_values="ip" tags="fileA,fileB"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3.View the appended IOC list in full table in a new tab and or download / export in CSV&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Chiranjeevi&lt;/P&gt;</description>
      <pubDate>Thu, 04 Jul 2024 08:56:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-append-different-ioc-indicator-files-in-xsoar/m-p/591188#M3434</guid>
      <dc:creator>cV V</dc:creator>
      <dc:date>2024-07-04T08:56:04Z</dc:date>
    </item>
  </channel>
</rss>

