You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/integrations/saas-cloud/trend-micro-vision-one.md
+19-14Lines changed: 19 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,26 +2,29 @@
2
2
id: trend-micro-vision-one
3
3
title: Trend Micro Vision One
4
4
sidebar_label: Trend Micro Vision One
5
-
description: The Trend Micro Vision One App for Sumo Logic is designed to enhance the efficiency and effectiveness of security teams, offering a powerful solution for proactive threat monitoring and rapid incident response.
5
+
description: The Trend Micro Vision One app for Sumo Logic is designed to enhance the efficiency and effectiveness of security teams, offering a powerful solution for proactive threat monitoring and rapid incident response.
The Trend Micro Vision One App for Sumo Logic is designed to enhance the efficiency and effectiveness of security teams, offering a powerful solution for proactive threat monitoring and rapid incident response. With this app, users gain real-time visibility into security events and incidents within their organization's infrastructure, allowing them to detect and react to potential threats quickly. It offers a suite of interactive dashboards with pre-configured visual tools like charts, graphs, and tables that provide a thorough view of all alerts and indicators. These features make it easier for teams to discern trends, patterns, and anomalies in their security data, ultimately strengthening their organization's security posture and protecting against advanced threats and attacks.
12
+
The Trend Micro Vision One app for Sumo Logic is designed to enhance the efficiency and effectiveness of security teams, offering a powerful solution for proactive threat monitoring and rapid incident response. With this app, users gain real-time visibility into security events and incidents within their organization's infrastructure, allowing them to detect and react to potential threats quickly. It offers a suite of interactive dashboards with pre-configured visual tools like charts, graphs, and tables that provide a thorough view of all alerts and indicators. These features make it easier for teams to discern trends, patterns, and anomalies in their security data, ultimately strengthening their organization's security posture and protecting against advanced threats and attacks.
13
13
14
14
:::info
15
-
This app includes [built-in monitors](#trend-micro-vision-one-monitors). For details on creating custom monitors, refer to [Create monitors for Trend Micro Vision One app](#create-monitors-for-trend-micro-vision-one-app).
15
+
This app includes [built-in monitors](#trend-micro-vision-one-monitors). For details on creating custom monitors, refer to the [Create monitors for Trend Micro Vision One app](#create-monitors-for-the-trend-micro-vision-one-app).
16
16
:::
17
17
18
18
## Log types
19
19
20
20
This app uses Sumo Logic’s Trend Micro Vision One Source to collect [alert logs](https://help.sumologic.com/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/trend-micro-source/) from the Trend Micro platform.
21
21
22
-
## Sample log messages
22
+
## Sample log message
23
23
24
-
```json title="Alert Log"
24
+
<details>
25
+
<summary>Alert Log</summary>
26
+
27
+
```json
25
28
{
26
29
"schemaVersion": "1.15",
27
30
"id": "WB-13276-20241108-00002",
@@ -189,6 +192,8 @@ This app uses Sumo Logic’s Trend Micro Vision One Source to collect [alert log
189
192
]
190
193
}
191
194
```
195
+
<details>
196
+
192
197
## Sample queries
193
198
194
199
```sql title="Total Alerts"
@@ -236,14 +241,15 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
236
241
### Overview
237
242
238
243
The **Trend Micro Vision One - Overview** dashboard provides details on security alerts, their severity, status, and distribution across different categories and time periods.
244
+
239
245
Use this dashboard to:
240
246
- Monitor the number and severity of security alerts in real-time, allowing for quick identification of high-priority threats.
241
247
- Analyze the distribution of alerts by provider, status, and investigation result to prioritize response efforts and allocate resources effectively.
242
248
- Track alert trends over time and correlate them with specific event types or indicators to identify patterns or emerging threats.
243
249
- Review the top affected entities and detection models to focus on the most critical assets and effective detection mechanisms.
## Create monitors for the Trend Micro Vision One app
247
253
248
254
import CreateMonitors from '../../reuse/apps/create-monitors.md';
249
255
@@ -255,14 +261,13 @@ The Trend Micro Vision One monitors serve as a security tool, concentrating on o
255
261
256
262
| Name | Description | Trigger Type (Critical / Warning / MissingData) | Alert Condition |
257
263
|:--|:--|:--|:--|
258
-
|`Trend Micro Vision One - Credential Dumping Detection`| Detects techniques aligned with MITRE ATT&CK `T1003` (Credential Dumping) for early detection of compromised credentials. | Critical | Count > 0 |
259
-
|`Trend Micro Vision One - Critical Severity Alerts`| Provides immediate visibility into critical and high-severity alerts that need urgent attention. | Critical | Count > 0|
260
-
|`Trend Micro Vision One - Endpoint Infection Impact Scope`| Tracks threats affecting multiple endpoints, allowing teams to respond to potential spread. | Critical | Count > 0|
261
-
|`Trend Micro Vision One - Hacking Tools Detected and Blocked`| Monitors unauthorized tools such as Mimikatz used for reconnaissance or attacks. | Critical | Count > 0|
262
-
|`Trend Micro Vision One - Unresolved Alerts Aging Beyond SLA`| Identifies overdue alerts that require escalation or follow-up. | Critical | Count > 0|
263
-
264
+
|`Trend Micro Vision One - Credential Dumping Detection`| This alert is triggered if techniques aligned with MITRE ATT&CK `T1003` (Credential Dumping) is detected. Helps for early detection of compromised credentials. | Critical | Count > 0 |
265
+
|`Trend Micro Vision One - Critical Severity Alerts`| This alert is triggered if critical and high-severity alerts are detected that need urgent attention. | Critical | Count > 0|
266
+
|`Trend Micro Vision One - Endpoint Infection Impact Scope`| This alert is triggered if threats affecting multiple endpoints is detected. This helps teams to respond to potential spread. | Critical | Count > 0|
267
+
|`Trend Micro Vision One - Hacking Tools Detected and Blocked`| This alert is triggered if any unauthorized tools such as Mimikatz used for reconnaissance or attacks is identified. | Critical | Count > 0|
268
+
|`Trend Micro Vision One - Unresolved Alerts Aging Beyond SLA`| This alert is triggered if any overdue alerts that require escalation or follow-up is identified. | Critical | Count > 0|
264
269
265
-
## Upgrading the Trend Micro Vision One app (Optional)
270
+
## Upgrading/Downgrading the Trend Micro Vision One app (Optional)
266
271
267
272
import AppUpdate from '../../reuse/apps/app-update.md';
268
273
@@ -272,4 +277,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
272
277
273
278
import AppUninstall from '../../reuse/apps/app-uninstall.md';
0 commit comments