CBSLog_Azure_1_CL | where severity_s == "Informational" | where type_s == "Digital Content Theft" | where status_s != "Closed" or status_s != "Resolved"
queryPeriod: 5m
eventGroupingSettings:
aggregationKind: SingleAlert
name: Digital Content Theft (Informational)
description: New Digital Content Theft with severity Informational found
status: Available
suppressionEnabled: false
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
suppressionDuration: 5h
id: fd29986b-787c-4024-ae95-489f3a987a91
version: 1.0.0
triggerOperator: gt
triggerThreshold: 0
query: CBSLog_Azure_1_CL | where severity_s == "Informational" | where type_s == "Digital Content Theft" | where status_s != "Closed" or status_s != "Resolved"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/digital_content_theft_informational.yaml
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
lookbackDuration: PT5H
matchingMethod: AllEntities
enabled: false
createIncident: true
tactics:
- Exfiltration
relevantTechniques:
- T1537
queryFrequency: 5m
kind: Scheduled
severity: Informational
{
"$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/fd29986b-787c-4024-ae95-489f3a987a91')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/fd29986b-787c-4024-ae95-489f3a987a91')]",
"properties": {
"alertRuleTemplateName": "fd29986b-787c-4024-ae95-489f3a987a91",
"customDetails": null,
"description": "New Digital Content Theft with severity Informational found",
"displayName": "Digital Content Theft (Informational)",
"enabled": true,
"entityMappings": null,
"eventGroupingSettings": {
"aggregationKind": "SingleAlert"
},
"incidentConfiguration": {
"createIncident": true,
"groupingConfiguration": {
"enabled": false,
"lookbackDuration": "PT5H",
"matchingMethod": "AllEntities",
"reopenClosedIncident": false
}
},
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/digital_content_theft_informational.yaml",
"query": "CBSLog_Azure_1_CL | where severity_s == \"Informational\" | where type_s == \"Digital Content Theft\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"severity": "Informational",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"Exfiltration"
],
"techniques": [
"T1537"
],
"templateVersion": "1.0.0",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}