- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
08-14-2025 12:22 AM - edited 08-14-2025 02:48 AM
Hello guys,
I am currently working on Use Case for my organization to handle email threats that bypass our Trend Micro Email Security (TMS) gateway.
My organization uses Trend Micro Email Security as the email gateway.
Some phishing, spam, and malware emails still bypass TMS filtering and reach user inboxes.
These emails are logged in Splunk from TMS.
We want to integrate Splunk → XSOAR → TMS so that:
Emails that bypass TMS are analyzed in XSOAR.
XSOAR classifies them as phishing, spam, or malware.
Based on the classification, XSOAR sends an action back to TMS via API (block sender/domain or quarantine email).
The email volume is extremely high. In one hour, there can be over 100,000 events from TMS logs.
As XSOAR is incident-driven, each fetched event will be created as an incident before the playbook runs.
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 identify and take action on malicious/spam emails.
We want to know:
Is there a way to pre-filter or batch process these events before they are turned into incidents?
Can XSOAR fetch from Splunk (or API) using query filters to reduce the number of incidents created?
Is there a recommended best practice for handling high-volume events like this in XSOAR?
Reduce incoming email events so that XSOAR only processes those with a high probability spam.
Possibly group multiple events into a single incident for batch processing.
Still be able to send final actions (block/quarantine) back to TMS after classification.
Any guidance, suggestions, or reference playbooks from the community would be highly appreciated.
Thanks in advance!
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!