Skip to content

Commit b5ac28d

Browse files
CSOAR-3418: Trend Micro Vision ONE Integration problem (#5435)
* CSOAR-3418: Fixed SHA1 issue and added support for SHA256 * Updates from review --------- Co-authored-by: John Pipkin <[email protected]>
1 parent 500db22 commit b5ac28d

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/platform-services/automation-service/app-central/integrations/trend-micro-vision-one.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
66

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

9-
***Version: 1.1
10-
Updated: Jun 30, 2023***
9+
***Version: 1.2
10+
Updated: Jun 3, 2025***
1111

1212
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.
1313

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

3535
<IntegrationsAuth/>
3636
* <IntegrationLabel/>
37-
* **URL**. Enter your [Trend Micro Vision One API URL](https://automation.trendmicro.com/xdr/Guides/Regional-domains/), for example, `https://api.xdr.trendmicro.com`.
38-
39-
* **Token**. Enter your [Trend Micro Vision One token](https://docs.trendmicro.com/en-us/documentation/article/trend-vision-one-api-keys-third-party-apps).
37+
* **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`.
38+
39+
* **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:
40+
1. Log in to your Trend Vision One console.
41+
1. Navigate to **Administration > API Keys**.
42+
1. Click **Add API Key**.
43+
1. Configure the API key settings.
44+
1. Click **Add** to generate the API key.
4045
* <IntegrationCertificate/>
4146
* <IntegrationTimeout/>
4247
* <IntegrationEngine/>
@@ -50,3 +55,6 @@ For information about Trend Micro Vision One, see [Trend Micro Vision One docume
5055

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

0 commit comments

Comments
 (0)