CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Auto Generated Page" | where status_s != "Closed" or status_s != "Resolved"
queryPeriod: 5h
status: Available
triggerOperator: gt
queryFrequency: 5h
description: |
'New auto_generated_page with severity Low found'
requiredDataConnectors:
- dataTypes:
- CBSLog_Azure_1_CL
connectorId: CBSPollingIDAzureFunctions
suppressionEnabled: false
query: CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Auto Generated Page" | where status_s != "Closed" or status_s != "Resolved"
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/AutoGeneratedPage.yaml
tactics:
- InitialAccess
entityMappings:
- fieldMappings:
- columnName: subject_s
identifier: Url
entityType: URL
relevantTechniques:
- T1566
eventGroupingSettings:
aggregationKind: SingleAlert
name: Auto Generated Page
triggerThreshold: 0
suppressionDuration: 5h
id: abe1a662-d00d-482e-aa68-9394622ae03e
version: 1.0.3
incidentConfiguration:
createIncident: true
groupingConfiguration:
reopenClosedIncident: false
lookbackDuration: PT5H
matchingMethod: AllEntities
enabled: false
kind: Scheduled
{
"$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/abe1a662-d00d-482e-aa68-9394622ae03e')]",
"kind": "Scheduled",
"name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/abe1a662-d00d-482e-aa68-9394622ae03e')]",
"properties": {
"alertRuleTemplateName": "abe1a662-d00d-482e-aa68-9394622ae03e",
"customDetails": null,
"description": "'New auto_generated_page with severity Low found'\n",
"displayName": "Auto Generated Page",
"enabled": true,
"entityMappings": [
{
"entityType": "URL",
"fieldMappings": [
{
"columnName": "subject_s",
"identifier": "Url"
}
]
}
],
"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/AutoGeneratedPage.yaml",
"query": "CBSLog_Azure_1_CL | where severity_s == \"Low\" | where type_s == \"Auto Generated Page\" | where status_s != \"Closed\" or status_s != \"Resolved\"",
"queryFrequency": "PT5H",
"queryPeriod": "PT5H",
"severity": "Low",
"status": "Available",
"subTechniques": [],
"suppressionDuration": "PT5H",
"suppressionEnabled": false,
"tactics": [
"InitialAccess"
],
"techniques": [
"T1566"
],
"templateVersion": "1.0.3",
"triggerOperator": "GreaterThan",
"triggerThreshold": 0
},
"type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
}
]
}