<?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 XSOAR - Manual Review Indicators in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/592273#M3473</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I have created a playbook that extracts IOC from a csv in a mail.&lt;BR /&gt;I want to ask the analyst if they want to manually review or auto block the IOCs.&lt;BR /&gt;If the analyst marks Manual review I want it to loop over every IOC and the analyst should mark to block or not.&lt;BR /&gt;&lt;BR /&gt;Anybody has an idea of how to loop over every IOC.&lt;BR /&gt;I saved it to context under ${IOC} and the amount is obviously changing for every incident.&lt;BR /&gt;&lt;BR /&gt;Another idea that will work even better but probably impossible to implement&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar_Magnezi_0-1721193781083.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/60908i087EF5478B870864/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Bar_Magnezi_0-1721193781083.png" alt="Bar_Magnezi_0-1721193781083.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the picture instead of marking and running over every ioc, Just list all of the IOC as an options to answer as multi select.&lt;BR /&gt;The IOCs that will be marked will be marked for block.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 17 Jul 2024 05:26:45 GMT</pubDate>
    <dc:creator>Bar_Magnezi</dc:creator>
    <dc:date>2024-07-17T05:26:45Z</dc:date>
    <item>
      <title>XSOAR - Manual Review Indicators</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/592273#M3473</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I have created a playbook that extracts IOC from a csv in a mail.&lt;BR /&gt;I want to ask the analyst if they want to manually review or auto block the IOCs.&lt;BR /&gt;If the analyst marks Manual review I want it to loop over every IOC and the analyst should mark to block or not.&lt;BR /&gt;&lt;BR /&gt;Anybody has an idea of how to loop over every IOC.&lt;BR /&gt;I saved it to context under ${IOC} and the amount is obviously changing for every incident.&lt;BR /&gt;&lt;BR /&gt;Another idea that will work even better but probably impossible to implement&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bar_Magnezi_0-1721193781083.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/60908i087EF5478B870864/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="Bar_Magnezi_0-1721193781083.png" alt="Bar_Magnezi_0-1721193781083.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the picture instead of marking and running over every ioc, Just list all of the IOC as an options to answer as multi select.&lt;BR /&gt;The IOCs that will be marked will be marked for block.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Jul 2024 05:26:45 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/592273#M3473</guid>
      <dc:creator>Bar_Magnezi</dc:creator>
      <dc:date>2024-07-17T05:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Manual Review Indicators</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/592724#M3492</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/271949"&gt;@Bar_Magnezi&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the first question, you can use subplaybook to loop through each input.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Documentation:&amp;nbsp;&lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.5/Cortex-XSOAR-Administrator-Guide/Sub-Playbook-Loop-Example" target="_blank"&gt;https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.5/Cortex-XSOAR-Administrator-Guide/Sub-Playbook-Loop-Example&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Video:&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=-Db98zkG7qc" target="_blank"&gt;https://www.youtube.com/watch?v=-Db98zkG7qc&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;For the second question, you can provide your IOC list as an answer and every item in the list will be provided to be multi-selected, then you can perform blocking action by taking the answer as an input.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="gyldz_0-1721721366582.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/60988iEFD0B9A7D2F6FE45/image-size/medium?v=v2&amp;amp;px=400" role="button" title="gyldz_0-1721721366582.png" alt="gyldz_0-1721721366582.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Jul 2024 07:56:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/592724#M3492</guid>
      <dc:creator>gyldz</dc:creator>
      <dc:date>2024-07-23T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: XSOAR - Manual Review Indicators</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/595108#M3533</link>
      <description>&lt;P&gt;To add to Gyldz's answer, I would recommend watching the XSOAR Engineer Training videos on YouTube. The whole series is excellent, and part 12 specifically covers looping.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://youtu.be/-Db98zkG7qc?si=POWP6UjfwpvNRQQl" target="_blank"&gt;https://youtu.be/-Db98zkG7qc?si=POWP6UjfwpvNRQQl&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Aug 2024 14:59:20 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/xsoar-manual-review-indicators/m-p/595108#M3533</guid>
      <dc:creator>cmcneil</dc:creator>
      <dc:date>2024-08-16T14:59:20Z</dc:date>
    </item>
  </channel>
</rss>

