TheomAlerts_CL
| where priority_s == "P3"
eventGroupingSettings:
aggregationKind: AlertPerResult
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TheomRisksMedium.yaml
severity: High
name: Theom Medium Risks
entityMappings:
queryFrequency: 5m
triggerThreshold: 0
queryPeriod: 5m
description: |
"Creates Microsoft Sentinel incidents for medium risk Theom alerts."
id: 4cb34832-f73a-49f2-8d38-c2d135c5440b
version: 1.0.0
triggerOperator: gt
query: |
TheomAlerts_CL
| where priority_s == "P3"
status: Available
kind: Scheduled
requiredDataConnectors:
- dataTypes:
- TheomAlerts_CL
connectorId: Theom
alertDetailsOverride:
alertDescriptionFormat: |2
Summary: {{summary_s}}
Additional info: {{details_s}}
Please investigate further on Theom UI at {{deepLink_s}}
alertDisplayNameFormat: 'Theom Alert ID: {{id_s}} '
{
"$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
"contentVersion": "1.0.0.0",
"parameters": {
"workspace": {
"type": "String"
}
},
"resources": [
{
"id": "[concat(resourceId('Microsoft.OperationalInsights/workspaces/providers', parameters('workspace'), 'Microsoft.SecurityInsights'),'/alertRules/4cb34832-f73a-49f2-8d38-c2d135c5440b')]",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/4cb34832-f73a-49f2-8d38-c2d135c5440b')]",
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules",
"kind": "Scheduled",
"apiVersion": "2022-11-01-preview",
"properties": {
"displayName": "Theom Medium Risks",
"description": "\"Creates Microsoft Sentinel incidents for medium risk Theom alerts.\"\n",
"severity": "High",
"enabled": true,
"query": "TheomAlerts_CL\n | where priority_s == \"P3\"\n",
"queryFrequency": "PT5M",
"queryPeriod": "PT5M",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0,
"suppressionDuration": "PT1H",
"suppressionEnabled": false,
"alertRuleTemplateName": "4cb34832-f73a-49f2-8d38-c2d135c5440b",
"eventGroupingSettings": {
"aggregationKind": "AlertPerResult"
},
"alertDetailsOverride": {
"alertDisplayNameFormat": "Theom Alert ID: {{id_s}} ",
"alertDescriptionFormat": "\nSummary: {{summary_s}} \nAdditional info: {{details_s}}\nPlease investigate further on Theom UI at {{deepLink_s}}\n"
},
"customDetails": null,
"entityMappings": null,
"status": "Available",
"OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Theom/Analytic Rules/TheomRisksMedium.yaml",
"templateVersion": "1.0.0"
}
}
]
}