<?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 How to Handle High-Volume Email Events in XSOAR Without Overloading the System in Cortex XSOAR Discussions</title>
    <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-handle-high-volume-email-events-in-xsoar-without/m-p/1235988#M4130</link>
    <description>&lt;P&gt;Hello guys,&lt;/P&gt;
&lt;P&gt;I am currently working on &lt;STRONG&gt;Use Case &lt;/STRONG&gt;for my organization to handle &lt;STRONG&gt;email threats&lt;/STRONG&gt; that bypass our Trend Micro Email Security (TMS) gateway.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Context&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;My organization uses &lt;STRONG&gt;Trend Micro Email Security&lt;/STRONG&gt; as the email gateway.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Some &lt;STRONG&gt;phishing, spam, and malware emails&lt;/STRONG&gt; still bypass TMS filtering and reach user inboxes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;These emails are logged in &lt;STRONG&gt;Splunk&lt;/STRONG&gt; from TMS.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;We want to integrate &lt;STRONG&gt;Splunk → XSOAR → TMS&lt;/STRONG&gt; so that:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Emails that bypass TMS are analyzed in XSOAR.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;XSOAR classifies them as &lt;STRONG&gt;phishing&lt;/STRONG&gt;, &lt;STRONG&gt;spam&lt;/STRONG&gt;, or &lt;STRONG&gt;malware&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Based on the classification, XSOAR sends an &lt;STRONG&gt;action back to TMS&lt;/STRONG&gt; via API (block sender/domain or quarantine email).&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H3&gt;&lt;STRONG&gt;The Challenge&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The email volume is extremely high. In one hour, there can be &lt;STRONG&gt;over 100,000 events&lt;/STRONG&gt; from TMS logs.&lt;/P&gt;
&lt;P&gt;As XSOAR is &lt;STRONG&gt;incident-driven&lt;/STRONG&gt;, each fetched event will be created as an &lt;STRONG&gt;incident&lt;/STRONG&gt; before the playbook runs.&lt;BR /&gt;If we let all these events become incidents, the system will consume a huge amount of resources, which is not efficient since our main goal is only to &lt;STRONG&gt;identify and take action&lt;/STRONG&gt; on malicious/spam emails.&lt;/P&gt;
&lt;P&gt;We want to know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Is there a way to &lt;STRONG&gt;pre-filter&lt;/STRONG&gt; or &lt;STRONG&gt;batch process&lt;/STRONG&gt; these events &lt;STRONG&gt;before&lt;/STRONG&gt; they are turned into incidents?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Can XSOAR fetch from Splunk (or API) using &lt;STRONG&gt;query filters&lt;/STRONG&gt; to reduce the number of incidents created?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Is there a recommended &lt;STRONG&gt;best practice&lt;/STRONG&gt; for handling high-volume events like this in XSOAR?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;&lt;CODE class="language-json"&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;
&lt;H3&gt;&lt;STRONG&gt;Expected Outcome&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Reduce incoming email events so that XSOAR only processes those with a &lt;STRONG&gt;high probability spam&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Possibly &lt;STRONG&gt;group multiple events&lt;/STRONG&gt; into a single incident for batch processing.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Still be able to send final actions (block/quarantine) back to TMS after classification.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any guidance, suggestions, or reference playbooks from the community would be highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Thu, 14 Aug 2025 09:48:51 GMT</pubDate>
    <dc:creator>A.MuharramIshaq</dc:creator>
    <dc:date>2025-08-14T09:48:51Z</dc:date>
    <item>
      <title>How to Handle High-Volume Email Events in XSOAR Without Overloading the System</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-handle-high-volume-email-events-in-xsoar-without/m-p/1235988#M4130</link>
      <description>&lt;P&gt;Hello guys,&lt;/P&gt;
&lt;P&gt;I am currently working on &lt;STRONG&gt;Use Case &lt;/STRONG&gt;for my organization to handle &lt;STRONG&gt;email threats&lt;/STRONG&gt; that bypass our Trend Micro Email Security (TMS) gateway.&lt;/P&gt;
&lt;H3&gt;&lt;STRONG&gt;Context&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;My organization uses &lt;STRONG&gt;Trend Micro Email Security&lt;/STRONG&gt; as the email gateway.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Some &lt;STRONG&gt;phishing, spam, and malware emails&lt;/STRONG&gt; still bypass TMS filtering and reach user inboxes.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;These emails are logged in &lt;STRONG&gt;Splunk&lt;/STRONG&gt; from TMS.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;We want to integrate &lt;STRONG&gt;Splunk → XSOAR → TMS&lt;/STRONG&gt; so that:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;
&lt;P&gt;Emails that bypass TMS are analyzed in XSOAR.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;XSOAR classifies them as &lt;STRONG&gt;phishing&lt;/STRONG&gt;, &lt;STRONG&gt;spam&lt;/STRONG&gt;, or &lt;STRONG&gt;malware&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Based on the classification, XSOAR sends an &lt;STRONG&gt;action back to TMS&lt;/STRONG&gt; via API (block sender/domain or quarantine email).&lt;/P&gt;
&lt;/LI&gt;
&lt;/OL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;HR /&gt;
&lt;H3&gt;&lt;STRONG&gt;The Challenge&lt;/STRONG&gt;&lt;/H3&gt;
&lt;P&gt;The email volume is extremely high. In one hour, there can be &lt;STRONG&gt;over 100,000 events&lt;/STRONG&gt; from TMS logs.&lt;/P&gt;
&lt;P&gt;As XSOAR is &lt;STRONG&gt;incident-driven&lt;/STRONG&gt;, each fetched event will be created as an &lt;STRONG&gt;incident&lt;/STRONG&gt; before the playbook runs.&lt;BR /&gt;If we let all these events become incidents, the system will consume a huge amount of resources, which is not efficient since our main goal is only to &lt;STRONG&gt;identify and take action&lt;/STRONG&gt; on malicious/spam emails.&lt;/P&gt;
&lt;P&gt;We want to know:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Is there a way to &lt;STRONG&gt;pre-filter&lt;/STRONG&gt; or &lt;STRONG&gt;batch process&lt;/STRONG&gt; these events &lt;STRONG&gt;before&lt;/STRONG&gt; they are turned into incidents?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Can XSOAR fetch from Splunk (or API) using &lt;STRONG&gt;query filters&lt;/STRONG&gt; to reduce the number of incidents created?&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Is there a recommended &lt;STRONG&gt;best practice&lt;/STRONG&gt; for handling high-volume events like this in XSOAR?&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;PRE&gt;&lt;CODE class="language-json"&gt;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;HR /&gt;
&lt;H3&gt;&lt;STRONG&gt;Expected Outcome&lt;/STRONG&gt;&lt;/H3&gt;
&lt;UL&gt;
&lt;LI&gt;
&lt;P&gt;Reduce incoming email events so that XSOAR only processes those with a &lt;STRONG&gt;high probability spam&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Possibly &lt;STRONG&gt;group multiple events&lt;/STRONG&gt; into a single incident for batch processing.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI&gt;
&lt;P&gt;Still be able to send final actions (block/quarantine) back to TMS after classification.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Any guidance, suggestions, or reference playbooks from the community would be highly appreciated.&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Thu, 14 Aug 2025 09:48:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-handle-high-volume-email-events-in-xsoar-without/m-p/1235988#M4130</guid>
      <dc:creator>A.MuharramIshaq</dc:creator>
      <dc:date>2025-08-14T09:48:51Z</dc:date>
    </item>
    <item>
      <title>Re: How to Handle High-Volume Email Events in XSOAR Without Overloading the System</title>
      <link>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-handle-high-volume-email-events-in-xsoar-without/m-p/1237930#M4147</link>
      <description>&lt;P&gt;You can use preprocess rules sections and filter out the similar events based on certain fields.&amp;nbsp;&lt;BR /&gt;Ensure that the fields are mapped correctly through the mapper.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Sep 2025 18:05:01 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/cortex-xsoar-discussions/how-to-handle-high-volume-email-events-in-xsoar-without/m-p/1237930#M4147</guid>
      <dc:creator>pagnihot</dc:creator>
      <dc:date>2025-09-14T18:05:01Z</dc:date>
    </item>
  </channel>
</rss>

