<?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 Linked incident offense close in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/502506#M944</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A pre-process rule tests some condition and "link-close" incident into a previous one, and this works great. But i need to close related offense in qradar as well as the xsoar itself, with a sole preprocess rule deployed incident is closed in xsoar but offense in qradar remains open , any suggestion about how to close offense after incident-link process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jun 2022 06:11:04 GMT</pubDate>
    <dc:creator>MKececioglu</dc:creator>
    <dc:date>2022-06-10T06:11:04Z</dc:date>
    <item>
      <title>Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/502506#M944</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A pre-process rule tests some condition and "link-close" incident into a previous one, and this works great. But i need to close related offense in qradar as well as the xsoar itself, with a sole preprocess rule deployed incident is closed in xsoar but offense in qradar remains open , any suggestion about how to close offense after incident-link process.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jun 2022 06:11:04 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/502506#M944</guid>
      <dc:creator>MKececioglu</dc:creator>
      <dc:date>2022-06-10T06:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/503071#M950</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Still cant find a way to select incident.linkedincident.offenseid kind of information. To link incident between them really makes it faster and simple to analyse . I dont want to rollback unlinked state , and trying to find a way to close offenses in qradar when they linked into another incident in xsoar. Any idea would be great.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jun 2022 11:59:32 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/503071#M950</guid>
      <dc:creator>MKececioglu</dc:creator>
      <dc:date>2022-06-13T11:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/503529#M965</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/216476"&gt;@MKececioglu&lt;/a&gt;, indeed performing actions like mirroring and closing offenses in third party tools is not possible when you have link&amp;amp;close as a pre-processing rule.&lt;/P&gt;&lt;P&gt;I would suggest a slightly different approach here instead:&lt;/P&gt;&lt;P&gt;1. When creating the pre-processing rule, only link the incident instead of link and close.&lt;/P&gt;&lt;P&gt;2. In the playbook used for these incidents, create a conditional task as the first task of the playbook, which will divide into the following two branches:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nkazinets_0-1655213776692.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/41784i81342E062DE78115/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="nkazinets_0-1655213776692.png" alt="nkazinets_0-1655213776692.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;3. You'll want to check if the new incident was linked to a previous one, so you'll check that its' linkedCount field is greater than zero, or equals 1 (since it was just created now and linked to a previous incident, the count will be 1). If this incident isn't linked to a previous one (meaning the rule doesn't apply to it), the count will remain zero.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nkazinets_1-1655214114887.png" style="width: 400px;"&gt;&lt;img src="https://live.paloaltonetworks.com/t5/image/serverpage/image-id/41786i923C7199FB947C03/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400" role="button" title="nkazinets_1-1655214114887.png" alt="nkazinets_1-1655214114887.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;4. The branch for yes (count = 1) will have the needed actions for closing the offense in QRadar (easiest if you're using mirroring), and will close the incident.&lt;/P&gt;&lt;P&gt;The branch for else (this is an incident that the rule didn't apply to) will simply have all the logic that you had until now for newly created incidents.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note:&amp;nbsp;If for any reason you need to re-run the playbook for an older incident which will already have newer incidents that were linked to it, the selected branch will be "yes" - as it does have incidents linked to it.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 13:51:29 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/503529#M965</guid>
      <dc:creator>nkazinets</dc:creator>
      <dc:date>2022-06-14T13:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/506996#M1004</link>
      <description>&lt;P&gt;can we not use a script and once the condition set in preprocess are met then instead of link and close , it will run the script which will have the capacity to close it both in xsoar and in qradar ?&amp;nbsp; I dont see any tag of preprocess and so when I select run a script in preprocess , it doesnot reflect any script there.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jun 2022 09:30:31 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/506996#M1004</guid>
      <dc:creator>Sbanerjee6</dc:creator>
      <dc:date>2022-06-29T09:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/509271#M1063</link>
      <description>&lt;P&gt;Hey&amp;nbsp;&lt;a href="https://live.paloaltonetworks.com/t5/user/viewprofilepage/user-id/191295"&gt;@Sbanerjee6&lt;/a&gt;, I'm not sure I fully understood the question, but are you asking how can you use preprocessing scripts?&lt;/P&gt;
&lt;P&gt;When you create the script, add this tag:&amp;nbsp;&lt;SPAN&gt;preProcessing&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If you don't have any preprocessing scripts yet then you won't see the tag in the dropdown menu for tags, but once you add it the first time it will be created and you'll see scripts tagged with it in the rules editor.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 11:00:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/509271#M1063</guid>
      <dc:creator>nkazinets</dc:creator>
      <dc:date>2022-07-19T11:00:37Z</dc:date>
    </item>
    <item>
      <title>Re: Linked incident offense close</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/509275#M1064</link>
      <description>&lt;P&gt;Yes I eventually figured that out.&amp;nbsp; Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 11:47:42 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/linked-incident-offense-close/m-p/509275#M1064</guid>
      <dc:creator>Sbanerjee6</dc:creator>
      <dc:date>2022-07-19T11:47:42Z</dc:date>
    </item>
  </channel>
</rss>

