Skip to content

Commit 8c449d9

Browse files
Merge pull request #14755 from v-ramonas/v-ramonas/TrendMicro-CAS-update
Update CCF Data Connector
2 parents 70d13ec + 2b5a870 commit 8c449d9

7 files changed

Lines changed: 100 additions & 102 deletions

File tree

Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/TrendMicroCASConnector.json renamed to Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/TrendMicroCAS_ConnectorDefinition.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,28 @@
1010
"title": "Trend Micro Cloud App Security (via Codeless Connector Framework)",
1111
"publisher": "Microsoft",
1212
"descriptionMarkdown": "The [Trend Micro Cloud App Security](https://www.trendmicro.com/en_be/business/products/user-protection/sps/email-and-collaboration/cloud-app-security.html) data connector provides the capability to retrieve security event logs of the services that Cloud App Security protects into Microsoft Sentinel through the SIEM API. The connector provides the ability to get events which helps to examine potential security risks, analyze your team's use of collaboration, diagnose configuration problems and more. It supports DCR-based [ingestion time transformations](https://docs.microsoft.com/azure/azure-monitor/logs/custom-logs-overview) that parse the received security event data into custom columns so that queries don't need to parse it again, thus resulting in better performance.",
13-
"graphQueriesTableName": "TrendMicroCASV2",
1413
"graphQueries": [
1514
{
1615
"metricName": "Total security events received",
1716
"legend": "Trend Micro CAS Security Events",
18-
"baseQuery": "TrendMicroCASV2"
17+
"baseQuery": "TrendMicroCASV2_CL"
1918
},
2019
{
2120
"metricName": "Recent Events",
2221
"legend": "Recent Events",
23-
"baseQuery": "TrendMicroCASV2 | where TimeGenerated > ago(24h)"
22+
"baseQuery": "TrendMicroCASV2_CL | where TimeGenerated > ago(24h)"
2423
}
2524
],
2625
"sampleQueries": [
2726
{
2827
"description": "Get sample of recent security events",
29-
"query": "TrendMicroCASV2\n| take 20"
28+
"query": "TrendMicroCASV2_CL\n| take 20"
3029
}
3130
],
3231
"dataTypes": [
3332
{
34-
"name": "TrendMicroCASV2",
35-
"lastDataReceivedQuery": "TrendMicroCASV2\n| where TimeGenerated > ago(6h)\n| summarize Time = max(TimeGenerated)\n| where isnotempty(Time)"
33+
"name": "TrendMicroCASV2_CL",
34+
"lastDataReceivedQuery": "TrendMicroCASV2_CL\n| where TimeGenerated > ago(6h)\n| summarize Time = max(TimeGenerated)\n| where isnotempty(Time)"
3635
}
3736
],
3837
"connectivityCriteria": [
@@ -42,7 +41,7 @@
4241
{
4342
"type": "IsConnectedQuery",
4443
"value": [
45-
"TrendMicroCASV2 | where TimeGenerated > ago(7d) | take 1"
44+
"TrendMicroCASV2_CL | where TimeGenerated > ago(7d) | take 1"
4645
]
4746
}
4847
],

Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/DCR.json renamed to Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/TrendMicroCAS_DCR.json

File renamed without changes.

Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/PollingConfig.json renamed to Solutions/Trend Micro Cloud App Security/Data Connectors/TrendMicroCAS_CCF/TrendMicroCAS_PollingConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"queryWindowInMin": 10,
1919
"queryTimeFormat": "yyyy-MM-ddTHH:mm:ssZ",
2020
"retryCount": 3,
21-
"timeoutInSeconds": 120,
21+
"timeoutInSeconds": 30,
2222
"headers": {
2323
"Content-Type": "application/json",
2424
"Accept": "application/json"

Solutions/Trend Micro Cloud App Security/Data/Solution_Trend Micro Cloud App Security.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
],
2424
"Data Connectors": [
2525
"Data Connectors/TrendMicroCAS_API_FunctionApp.json",
26-
"Data Connectors/TrendMicroCAS_CCF/TrendMicroCASConnector.json"
26+
"Data Connectors/TrendMicroCAS_CCF/TrendMicroCAS_ConnectorDefinition.json"
2727
],
2828
"Analytic Rules": [
2929
"Analytic Rules/TrendMicroCASDLPViolation.yaml",
@@ -38,7 +38,7 @@
3838
"Analytic Rules/TrendMicroCASVAOutbreak.yaml"
3939
],
4040
"BasePath": "C:\\GitHub\\Azure-Sentinel\\Solutions\\Trend Micro Cloud App Security",
41-
"Version": "3.1.1",
41+
"Version": "3.1.2",
4242
"DataConnectorCCFVersion": "3.0.0",
4343
"Metadata": "SolutionMetadata.json",
4444
"TemplateSpec": false,
25.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)