<?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 Export JSON of a Specific QRadar Offense for XSOAR Use in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000267#M3832</link>
    <description>&lt;P&gt;Well, in that case option 2 would also do the trick.&lt;/P&gt;
&lt;P&gt;Also, but not sure, can you download the JSON directly from QRadar?&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2025 13:44:08 GMT</pubDate>
    <dc:creator>JStephan</dc:creator>
    <dc:date>2025-01-07T13:44:08Z</dc:date>
    <item>
      <title>How to Export JSON of a Specific QRadar Offense for XSOAR Use</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/999906#M3826</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi everyone,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I’m working on a QRadar integration (v2.5.7) in &lt;STRONG&gt;Cortex XSOAR&lt;/STRONG&gt;&amp;nbsp;(v6.12) and need to generate a JSON file for a specific offense to use in several scenarios, such as configuring an incident classifier. For example, in the classifier editor, you can upload a JSON file to analyze the data structure and map the fields correctly.&lt;/P&gt;
&lt;P&gt;Here’s the situation:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;When I use the &lt;STRONG&gt;"Pull from instance"&lt;/STRONG&gt; option with the QRadar v3 integration, XSOAR loads random incident data instead of the one I want.&lt;/LI&gt;
&lt;LI&gt;I want to export the JSON for a specific offense, such as &lt;CODE&gt;#12 509 Impossible Travel Detected containing Primary Authentication Success&lt;/CODE&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;I’ve tried running &lt;CODE&gt;!js script="return ${.}"&lt;/CODE&gt; in the War Room of the specific incident, but the JSON it returns contains significantly more fields than the one shown in the classifier editor when pulling data from QRadar.&lt;/P&gt;
&lt;P&gt;I’ve also considered using the command:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="contain-inline-size rounded-md border-[0.5px] border-token-border-medium relative bg-token-sidebar-surface-primary dark:bg-gray-950"&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;LI-CODE lang="markup"&gt;!get-remote-data id=&amp;lt;offense_id&amp;gt; lastUpdate=&amp;lt;date_str&amp;gt;  &lt;/LI-CODE&gt;&lt;/DIV&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="overflow-y-auto p-4" dir="ltr"&gt;&lt;SPAN&gt;to fetch the JSON for this specific offense. Is this the right approach to generate the &lt;/SPAN&gt;&lt;SPAN&gt;JSON, or is there a better method?&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Additionally, is it possible to extract the exact JSON used by XSOAR when it pulls data for the incident directly from QRadar, without additional fields or transformations?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks in advance for your help!&lt;/P&gt;</description>
      <pubDate>Tue, 31 Dec 2024 17:17:12 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/999906#M3826</guid>
      <dc:creator>JesusAngel</dc:creator>
      <dc:date>2024-12-31T17:17:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export JSON of a Specific QRadar Offense for XSOAR Use</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000242#M3830</link>
      <description>&lt;P&gt;Hey there,&lt;/P&gt;
&lt;P&gt;thats a good question, top of mind and if I understood the question correctly, you could&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;If the offense is already fetched on XSOAR, simply do a !print of the context data and download the json&lt;/LI&gt;
&lt;LI&gt;Setup a second qradar integration and adjust the query to the offenses you want and use the classifier and mapper from that&amp;nbsp;&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Tue, 07 Jan 2025 09:26:37 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000242#M3830</guid>
      <dc:creator>JStephan</dc:creator>
      <dc:date>2025-01-07T09:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export JSON of a Specific QRadar Offense for XSOAR Use</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000254#M3831</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I found this command in the QRadar integration: &lt;CODE&gt;!get-remote-data id=&amp;lt;offense_id&amp;gt; lastUpdate=&amp;lt;yyyymmdd&amp;gt;&lt;/CODE&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This command retrieves only the data that XSOAR fetches from QRadar. After fetching the offense, XSOAR enriches it and adds more contextual information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need the original data to setup the mapper for QRadar offense to XSOAR fields. I can not use the context data because the mapping is done before the context data is available. Indeed, the mapper does build the context from the QRadar offense fields.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 12:07:02 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000254#M3831</guid>
      <dc:creator>JesusAngel</dc:creator>
      <dc:date>2025-01-07T12:07:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to Export JSON of a Specific QRadar Offense for XSOAR Use</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000267#M3832</link>
      <description>&lt;P&gt;Well, in that case option 2 would also do the trick.&lt;/P&gt;
&lt;P&gt;Also, but not sure, can you download the JSON directly from QRadar?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2025 13:44:08 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-export-json-of-a-specific-qradar-offense-for-xsoar-use/m-p/1000267#M3832</guid>
      <dc:creator>JStephan</dc:creator>
      <dc:date>2025-01-07T13:44:08Z</dc:date>
    </item>
  </channel>
</rss>

