Skip to content

Commit bd53787

Browse files
authored
Update trend-micro-vision-one.md
1 parent fef8c33 commit bd53787

File tree

1 file changed

+19
-14
lines changed

1 file changed

+19
-14
lines changed

docs/integrations/saas-cloud/trend-micro-vision-one.md

Lines changed: 19 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,29 @@
22
id: trend-micro-vision-one
33
title: Trend Micro Vision One
44
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.
66
---
77

88
import useBaseUrl from '@docusaurus/useBaseUrl';
99

1010
<img src={useBaseUrl('img/send-data/trend-micro-vision-one.png')} alt="Trend-Micro-Vision-One-icon" width="50" />
1111

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

1414
:::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).
1616
:::
1717

1818
## Log types
1919

2020
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.
2121

22-
## Sample log messages
22+
## Sample log message
2323

24-
```json title="Alert Log"
24+
<details>
25+
<summary>Alert Log</summary>
26+
27+
```json
2528
{
2629
"schemaVersion": "1.15",
2730
"id": "WB-13276-20241108-00002",
@@ -189,6 +192,8 @@ This app uses Sumo Logic’s Trend Micro Vision One Source to collect [alert log
189192
]
190193
}
191194
```
195+
<details>
196+
192197
## Sample queries
193198

194199
```sql title="Total Alerts"
@@ -236,14 +241,15 @@ import ViewDashboards from '../../reuse/apps/view-dashboards.md';
236241
### Overview
237242

238243
The **Trend Micro Vision One - Overview** dashboard provides details on security alerts, their severity, status, and distribution across different categories and time periods.
244+
239245
Use this dashboard to:
240246
- Monitor the number and severity of security alerts in real-time, allowing for quick identification of high-priority threats.
241247
- Analyze the distribution of alerts by provider, status, and investigation result to prioritize response efforts and allocate resources effectively.
242248
- Track alert trends over time and correlate them with specific event types or indicators to identify patterns or emerging threats.
243249
- Review the top affected entities and detection models to focus on the most critical assets and effective detection mechanisms.
244250
<br/><img src='https://sumologic-app-data-v2.s3.us-east-1.amazonaws.com/dashboards/TrendMicroVisionOne/Trend-Micro-Vision-One-Overview.png' alt="Trend-Micro-Vision-One-Overview" />
245251

246-
## Create monitors for Trend Micro Vision One app
252+
## Create monitors for the Trend Micro Vision One app
247253

248254
import CreateMonitors from '../../reuse/apps/create-monitors.md';
249255

@@ -255,14 +261,13 @@ The Trend Micro Vision One monitors serve as a security tool, concentrating on o
255261

256262
| Name | Description | Trigger Type (Critical / Warning / MissingData) | Alert Condition |
257263
|:--|:--|:--|:--|
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|
264269

265-
## Upgrading the Trend Micro Vision One app (Optional)
270+
## Upgrading/Downgrading the Trend Micro Vision One app (Optional)
266271

267272
import AppUpdate from '../../reuse/apps/app-update.md';
268273

@@ -272,4 +277,4 @@ import AppUpdate from '../../reuse/apps/app-update.md';
272277

273278
import AppUninstall from '../../reuse/apps/app-uninstall.md';
274279

275-
<AppUninstall/>
280+
<AppUninstall/>

0 commit comments

Comments
 (0)