Trend Micro Vision One
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, you can gain real-time visibility into security events and incidents within your 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 your security data, ultimately strengthening your organization's security posture and protecting against advanced threats and attacks.
This app includes built-in monitors. For details on creating custom monitors, refer to the Create monitors for Trend Micro Vision One app.
Log types​
This app uses Sumo Logic’s Trend Micro Vision One Source to collect alert logs from the Trend Micro platform.
Sample log message​
Alert Log
{
"schemaVersion": "1.15",
"id": "WB-13276-20241108-00002",
"investigationStatus": "New",
"status": "Open",
"investigationResult": "No Findings",
"workbenchLink": "https://portal.in.xdr.trendmicro.com/index.html#/workbench/alerts/WB-13276-20241108-00002?ref=0c12e642ca5b7ed4436e5f23f568ae10066608d3",
"alertProvider": "SAE",
"modelId": "3cdd0c01-e0f1-4264-b013-4ff96ea4adb6",
"model": "Hacking Tool Detection - Blocked",
"modelType": "preset",
"score": 21,
"severity": "low",
"createdDateTime": "2024-11-08T09:51:33Z",
"updatedDateTime": "2024-11-08T09:51:39Z",
"ownerIds": [],
"incidentId": "IC-13276-20241108-00000",
"impactScope": {
"desktopCount": 1,
"serverCount": 0,
"accountCount": 0,
"emailAddressCount": 0,
"containerCount": 0,
"cloudIdentityCount": 0,
"entities": [
{
"entityType": "host",
"entityValue": {
"guid": "A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E",
"name": "desktop-hj8smna",
"ips": [
"10.50.10.212"
]
},
"entityId": "A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E",
"relatedEntities": [],
"relatedIndicatorIds": [
1,
2,
3,
4,
5,
6
],
"provenance": [
"Alert"
],
"managementScopeGroupId": "f70f8654-d627-42eb-8c1c-9762b5760db0"
}
]
},
"description": "A hacking tool, which is generally used for cracking computer and network security or by system administrators to test security, was detected and blocked on an endpoint.",
"matchedRules": [
{
"id": "7310dc1a-49c4-4859-a851-c941f511009a",
"name": "Hacking Tool Detection - Blocked",
"matchedFilters": [
{
"id": "a665ee2c-1568-466c-8a99-4744e02b180e",
"name": "Hacking Tool Detection - Blocked",
"matchedDateTime": "2024-11-08T09:43:02.000Z",
"mitreTechniqueIds": [],
"matchedEvents": [
{
"uuid": "b028b186-f775-4e15-8654-01bab37bcf6b",
"matchedDateTime": "2024-11-08T09:43:02.000Z",
"type": "PRODUCT_EVENT_LOG"
}
]
}
]
}
],
"indicators": [
{
"id": 1,
"type": "detection_name",
"field": "malName",
"value": "HKTL_MIMIKATZ",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
},
{
"id": 2,
"type": "file_sha1",
"field": "fileHash",
"value": "",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
},
{
"id": 3,
"type": "filename",
"field": "fileName",
"value": "C:\\Users\\Crest\\Downloads\\Unconfirmed 198655.crdownload(mimikatz-master\\Win32\\mimidrv.sys)",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
},
{
"id": 4,
"type": "fullpath",
"field": "fullPath",
"value": "C:\\Users\\Crest\\Downloads\\Unconfirmed 198655.crdownload(mimikatz-master\\Win32\\mimidrv.sys)",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
},
{
"id": 5,
"type": "text",
"field": "actResult",
"value": "File cleaned",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
},
{
"id": 6,
"type": "text",
"field": "scanType",
"value": "Real-time Scan",
"relatedEntities": [
"A7AD7812-BF2B-4AAA-B963-ABFC57E58A6E"
],
"filterIds": [
"a665ee2c-1568-466c-8a99-4744e02b180e"
],
"provenance": [
"Alert"
]
}
]
}
Sample queries​
_sourceCategory="Labs/TrendMicroVisionOne"
| json "id", "status", "investigationResult", "workbenchLink", "alertProvider", "model", "modelType", "score", "severity", "createdDateTime", "updatedDateTime", "incidentId", "impactScope.desktopCount","impactScope.serverCount","impactScope.accountCount","impactScope.emailAddressCount","impactScope.containerCount","impactScope.cloudIdentityCount","description","indicators","impactScope.entities[*].entityType","matchedRules","matchedRules[*].matchedFilters[*].mitreTechniqueIds" as id,status,investigation_result,workbench_link,alert_provider,model,model_type,score,severity,created_date_time,updated_date_time, incident_id,desktop_count,server_count,account_count,email_address_count,container_count,cloud_identity_count,description,indicators,entity_types,matched_rules,mitre_techniques nodrop
// extracting parameters
| extract field=indicators "(?<updated_indicators>\{[^}]*\})" multi nodrop
| extract field=matched_rules "(?<updated_matched_rules>\{[^}]*\})" multi nodrop
| extract field=entity_types "\"?(?<entity_type>[\w\s\-&.,]*)\"?[,\n\]]" multi nodrop
| json field=updated_indicators "provenance" as provenance nodrop
| extract field=provenance "\"?(?<indicator_source>[\w\s\-&.,]*)\"?[,\n\]]" multi nodrop
| extract field=mitre_techniques "\"?(?<mitre_technique>[\w\s\-&.,]*)\"?[,\n\]]" multi nodrop
// global filters
| where severity matches "{{severity}}"
| where status matches "{{status}}"
| where investigation_result matches "{{investigation_result}}"
| where alert_provider matches "{{alert_provider}}"
| where model_type matches "{{model_type}}"
| where model matches "{{model}}"
| where incident_id matches "{{incident_id}}"
// panel specific
| count by id
| count
Set up collection​
To set up the Trend Micro Vision One Source for the Trend Micro Vision One app, follow the instructions provided. These instructions will guide you through the process of creating a source using the Trend Micro Vision One Source category, which you will need to use when installing the app. By following these steps, you can ensure that your Trend Micro Vision One app is properly integrated and configured to collect and analyze your Alerts data.
Installing the Trend Micro Vision One app​​
To install the app, do the following:
- Select App Catalog.
- In the 🔎 Search Apps field, run a search for your desired app, then select it.
- Click Install App.
note
Sometimes this button says Add Integration.
- Click Next in the Setup Data section.
- In the Configure section of your respective app, complete the following fields.
- Key. Select either of these options for the data source.
- Choose Source Category and select a source category from the list for Default Value.
- Choose Custom, and enter a custom metadata field. Insert its value in Default Value.
- Key. Select either of these options for the data source.
- Click Next. You will be redirected to the Preview & Done section.
Post-installation
Once your app is installed, it will appear in your Installed Apps folder, and dashboard panels will start to fill automatically.
Each panel slowly fills with data matching the time range query and received since the panel was created. Results will not immediately be available, but will update with full graphs and charts over time.
Viewing the Trend Micro Vision One dashboards​​​
All dashboards have a set of filters that you can apply to the entire dashboard. Use these filters to drill down and examine the data to a granular level.
- You can change the time range for a dashboard or panel by selecting a predefined interval from a drop-down list, choosing a recently used time range, or specifying custom dates and times. Learn more.
- You can use template variables to drill down and examine the data on a granular level. For more information, see Filtering Dashboards with Template Variables.
- Most Next-Gen apps allow you to provide the scope at the installation time and are comprised of a key (
_sourceCategory
by default) and a default value for this key. Based on your input, the app dashboards will be parameterized with a dashboard variable, allowing you to change the dataset queried by all panels. This eliminates the need to create multiple copies of the same dashboard with different queries.
Overview​
The Trend Micro Vision One - Overview dashboard provides details on security alerts, their severity, status, and distribution across different categories and time periods.
Use this dashboard to:
- Monitor the number and severity of security alerts in real-time, allowing for quick identification of high-priority threats.
- Analyze the distribution of alerts by provider, status, and investigation result to prioritize response efforts and allocate resources effectively.
- Track alert trends over time and correlate them with specific event types or indicators to identify patterns or emerging threats.
- 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​
From your App Catalog:
- From the Sumo Logic navigation, select App Catalog.
- In the Search Apps field, search for and then select your app.
- Make sure the app is installed.
- Navigate to What's Included tab and scroll down to the Monitors section.
- Click Create next to the pre-configured monitors. In the create monitors window, adjust the trigger conditions and notifications settings based on your requirements.
- Scroll down to Monitor Details.
- Under Location click on New Folder.
note
By default, monitor will be saved in the root folder. So to make the maintenance easier, create a new folder in the location of your choice.
- Enter Folder Name. Folder Description is optional.
tip
Using app version in the folder name will be helpful to determine the versioning for future updates.
- Click Create. Once the folder is created, click on Save.
Trend Micro Vision One monitors​
The Trend Micro Vision One monitors serve as a security tool, concentrating on observing essential operations and unusual occurrences within the Trend Micro Platform. These notifications offer instantaneous insight into significant events, allowing security personnel to swiftly react to deviations or breaches.
Name | Description | Trigger Type (Critical / Warning / MissingData) | Alert Condition |
---|---|---|---|
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 |
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 |
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 |
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 |
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 |
Upgrading/Downgrading the Trend Micro Vision One app (Optional)​
To update the app, do the following:
- Select App Catalog.
- In the Search Apps field, search for and then select your app.
Optionally, you can identify apps that can be upgraded in the Upgrade available section. - To upgrade the app, select Upgrade from the Manage dropdown.
- If the upgrade does not have any configuration or property changes, you will be redirected to the Preview & Done section.
- If the upgrade has any configuration or property changes, you will be redirected to Setup Data page.
- In the Configure section of your respective app, complete the following fields.
- Key. Select either of these options for the data source.
- Choose Source Category and select a source category from the list for Default Value.
- Choose Custom and enter a custom metadata field. Insert its value in Default Value.
- Key. Select either of these options for the data source.
- Click Next. You will be redirected to the Preview & Done section.
- In the Configure section of your respective app, complete the following fields.
Post-update
Your upgraded app will be installed in the Installed Apps folder, and dashboard panels will start to fill automatically.
See our Release Notes changelog for new updates in the app.
To revert the app to a previous version, do the following:
- Select App Catalog.
- In the Search Apps field, search for and then select your app.
- To version down the app, select Revert to < previous version of your app > from the Manage dropdown.
Uninstalling the Trend Micro Vision One app (Optional)​
To uninstall the app, do the following:
- Select App Catalog.
- In the 🔎 Search Apps field, run a search for your desired app, then select it.
- Click Uninstall.