Trend Micro CAS - DLP violation
Id | 1ddeb8ad-cad9-4db4-b074-f9da003ca3ed |
Rulename | Trend Micro CAS - DLP violation |
Description | Detects when DLP policy violation occurs. |
Severity | High |
Tactics | Exfiltration |
Techniques | T1048 |
Required data connectors | TrendMicroCAS |
Kind | Scheduled |
Query frequency | 15m |
Query period | 15m |
Trigger threshold | 0 |
Trigger operator | gt |
Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASDLPViolation.yaml |
Version | 1.0.1 |
Arm template | 1ddeb8ad-cad9-4db4-b074-f9da003ca3ed.json |
TrendMicroCAS
| where isnotempty(TriggeredDlpTemplate)
| extend AccountCustomEntity = DstUserName
description: |
'Detects when DLP policy violation occurs.'
triggerOperator: gt
requiredDataConnectors:
- dataTypes:
- TrendMicroCAS
connectorId: TrendMicroCAS
query: |
TrendMicroCAS
| where isnotempty(TriggeredDlpTemplate)
| extend AccountCustomEntity = DstUserName
name: Trend Micro CAS - DLP violation
entityMappings:
- entityType: Account
fieldMappings:
- identifier: Name
columnName: AccountCustomEntity
kind: Scheduled
severity: High
relevantTechniques:
- T1048
tactics:
- Exfiltration
queryFrequency: 15m
version: 1.0.1
queryPeriod: 15m
triggerThreshold: 0
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASDLPViolation.yaml
id: 1ddeb8ad-cad9-4db4-b074-f9da003ca3ed
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"apiVersion": "2024-01-01-preview",
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/1ddeb8ad-cad9-4db4-b074-f9da003ca3ed')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/1ddeb8ad-cad9-4db4-b074-f9da003ca3ed')]",
"properties": {
"alertRuleTemplateName": "1ddeb8ad-cad9-4db4-b074-f9da003ca3ed",
"customDetails": null,
"description": "'Detects when DLP policy violation occurs.'\n",
"displayName": "Trend Micro CAS - DLP violation",
"enabled": true,
"entityMappings": [
{
"entityType": "Account",
"fieldMappings": [
{
"columnName": "AccountCustomEntity",
"identifier": "Name"
}
]
}
],
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Trend Micro Cloud App Security/Analytic Rules/TrendMicroCASDLPViolation.yaml",
"query": "TrendMicroCAS\n| where isnotempty(TriggeredDlpTemplate)\n| extend AccountCustomEntity = DstUserName\n",
"queryFrequency": "PT15M",
"queryPeriod": "PT15M",
"severity": "High",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"tactics": [
"Exfiltration"
],
"techniques": [
"T1048"
],
"templateVersion": "1.0.1",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}