<?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: Add a screenshot to indicator layout using rasterize url in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/540698#M2077</link>
    <description>&lt;P&gt;Nice! With the limitation of indicators not having an investigation like incidents do, I think that is the cleanest possible approach.&lt;/P&gt;</description>
    <pubDate>Mon, 01 May 2023 23:53:38 GMT</pubDate>
    <dc:creator>asawyer</dc:creator>
    <dc:date>2023-05-01T23:53:38Z</dc:date>
    <item>
      <title>Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/531926#M1824</link>
      <description>&lt;P&gt;Currently using rasterize url to add screenshots to incidents, any way to do the same for indicators?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any help&lt;/P&gt;</description>
      <pubDate>Wed, 22 Feb 2023 01:29:58 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/531926#M1824</guid>
      <dc:creator>NickyR</dc:creator>
      <dc:date>2023-02-22T01:29:58Z</dc:date>
    </item>
    <item>
      <title>Re: Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/538846#M2013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/211528"&gt;@NickyR&lt;/a&gt;&amp;nbsp;– There is no straightforward way to do this for indicators, because indicators do not have an investigation (with a War Room, ability to store files, etc.) like incidents do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, it is possible to work around this by combining an indicator &lt;A href="https://docs-cortex.paloaltonetworks.com/r/Cortex-XSOAR/6.10/Cortex-XSOAR-Administrator-Guide/Add-a-Script-in-the-Indicator-Layout" target="_self"&gt;general purpose dynamic section script&lt;/A&gt; in the indicator layout with `rasterize` screenshots pulled from incidents. The workflow would be:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Run rasterization of URLs in incidents&lt;/LI&gt;
&lt;LI&gt;Tag rasterize results with tag "rasterize"&lt;/LI&gt;
&lt;LI&gt;Create an indicator general purpose dynamic section script and add a section to run it in the URL indicator layout&lt;/LI&gt;
&lt;LI&gt;The general purpose dynamic section script does the following:
&lt;OL&gt;
&lt;LI&gt;Get incident IDs associated with the indicator&lt;/LI&gt;
&lt;LI&gt;Iterate over those incident IDs to see if they have any entries tagged with "rasterize". (Be mindful of the risk of overloading the server if some indicators are associated with an excessive number of incidents. The attached sample code cuts off after 10 incidents max for this reason.)&lt;/LI&gt;
&lt;LI&gt;If yes, grab the rasterization screenshot from the incident and display it using markdown&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please see the attached sample code for the general purpose dynamic section script. Be sure to test on dev first and use at your own risk!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Apr 2023 23:43:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/538846#M2013</guid>
      <dc:creator>asawyer</dc:creator>
      <dc:date>2023-04-14T23:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/539418#M2030</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/195689"&gt;@asawyer&lt;/a&gt;&amp;nbsp;you're incredible. Already had tags going for this with little to no tweaks in that script it worked perfectly. I really appreciate your response and helping me out! Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 19 Apr 2023 19:37:19 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/539418#M2030</guid>
      <dc:creator>NickyR</dc:creator>
      <dc:date>2023-04-19T19:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/539544#M2032</link>
      <description>&lt;P&gt;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/195689"&gt;@asawyer&lt;/a&gt;&amp;nbsp;so this works cause I had the rasterization run in the playbook per incident so that file is stored can can be retrieved. But say I want to get a screenshot/rasterize in this script to display content every time that script is ran(after the incident is closed), not just from the incident but the present content of the site, you have a rough idea how to approach?&lt;/P&gt;</description>
      <pubDate>Thu, 20 Apr 2023 14:12:46 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/539544#M2032</guid>
      <dc:creator>NickyR</dc:creator>
      <dc:date>2023-04-20T14:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/540000#M2041</link>
      <description>&lt;P&gt;Think I got it! Basically just created a single step playbook with rasterize URL. Within the automation script I would reopen the case and then setPlaybook to that new basic playbook and grab that tagged png entity.&lt;/P&gt;</description>
      <pubDate>Tue, 25 Apr 2023 01:29:13 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/540000#M2041</guid>
      <dc:creator>NickyR</dc:creator>
      <dc:date>2023-04-25T01:29:13Z</dc:date>
    </item>
    <item>
      <title>Re: Add a screenshot to indicator layout using rasterize url</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/540698#M2077</link>
      <description>&lt;P&gt;Nice! With the limitation of indicators not having an investigation like incidents do, I think that is the cleanest possible approach.&lt;/P&gt;</description>
      <pubDate>Mon, 01 May 2023 23:53:38 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/add-a-screenshot-to-indicator-layout-using-rasterize-url/m-p/540698#M2077</guid>
      <dc:creator>asawyer</dc:creator>
      <dc:date>2023-05-01T23:53:38Z</dc:date>
    </item>
  </channel>
</rss>

