Skip to content

CSOAR-3418: Trend Micro Vision ONE Integration problem #5435

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jun 11, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';

<img src={useBaseUrl('/img/platform-services/automation-service/app-central/logos/trend-micro-vision-one.png')} alt="trend-micro-vision-one" width="80"/>

***Version: 1.1
Updated: Jun 30, 2023***
***Version: 1.2
Updated: Jun 3, 2025***

The Trend Micro Vision One platform includes advanced XDR capabilities that collect and correlate deep activity data across multiple vectors – email, endpoints, servers, cloud workloads, and networks.

Expand All @@ -34,9 +34,14 @@ import IntegrationTimeout from '../../../../reuse/automation-service/integration

<IntegrationsAuth/>
* <IntegrationLabel/>
* **URL**. Enter your [Trend Micro Vision One API URL](https://automation.trendmicro.com/xdr/Guides/Regional-domains/), for example, `https://api.xdr.trendmicro.com`.

* **Token**. Enter your [Trend Micro Vision One token](https://docs.trendmicro.com/en-us/documentation/article/trend-vision-one-api-keys-third-party-apps).
* **URL**. Enter your [Trend Micro Vision One API URL](https://automation.trendmicro.com/xdr/Guides/Regional-domains/), for example, `https://api.xdr.trendmicro.com`. Use the region-specific endpoint that matches your tenant's region. For example, for India the URL is `https://api.in.xdr.trendmicro.com`.

* **Token**. Enter your [Trend Micro Vision One API key](https://docs.trendmicro.com/en-us/documentation/article/trend-vision-one-platform-api-keys). To get the API key:
1. Log in to your Trend Vision One console.
1. Navigate to **Administration > API Keys**.
1. Click **Add API Key**.
1. Configure the API key settings.
1. Click **Add** to generate the API key.
* <IntegrationCertificate/>
* <IntegrationTimeout/>
* <IntegrationEngine/>
Expand All @@ -50,3 +55,6 @@ For information about Trend Micro Vision One, see [Trend Micro Vision One docume

* October 28, 2021 - First upload
* June 30, 2023 (v1.1) - Updated the integration with Environmental Variables
* June 3, 2025 (v1.2)
+ Fixed type SHA1 issue in action `Add Object To Suspicious Object List` and `Delete Object From Suspicious Object List`
+ Added SHA256 support in action `Add Object To Suspicious Object List` and `Delete Object From Suspicious Object List`