Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Auto Generated Page

Back
Idabe1a662-d00d-482e-aa68-9394622ae03e
RulenameAuto Generated Page
DescriptionNew auto_generated_page with severity Low found
SeverityLow
Required data connectorsCBSPollingIDAzureFunctions
KindScheduled
Query frequency5h
Query period5h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/AutoGeneratedPage.yaml
Version1.0.1
Arm templateabe1a662-d00d-482e-aa68-9394622ae03e.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Auto Generated Page" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New auto_generated_page with severity Low found"
id: abe1a662-d00d-482e-aa68-9394622ae03e
triggerThreshold: 0
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionEnabled: false
severity: Low
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/AutoGeneratedPage.yaml
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: subject_s
  entityType: URL
version: 1.0.1
query: CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Auto Generated Page" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New auto_generated_page with severity Low found"
queryPeriod: 5h
triggerOperator: gt
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByAlertDetails: []
    groupByCustomDetails: []
    enabled: false
    groupByEntities: []
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  createIncident: true
suppressionDuration: 5h
status: Available
description: |
    'New auto_generated_page with severity Low found'
name: Auto Generated Page
kind: Scheduled
queryFrequency: 5h
{
  "$schema": "https://schema.management.azure.com/schemas/2019-04-01/deploymentTemplate.json#",
  "contentVersion": "1.0.0.0",
  "parameters": {
    "workspace": {
      "type": "String"
    }
  },
  "resources": [
    {
      "apiVersion": "2023-02-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,
            "groupByAlertDetails": [],
            "groupByCustomDetails": [],
            "groupByEntities": [],
            "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\" | where remarks_s == \"New auto_generated_page with severity Low found\"",
        "queryFrequency": "PT5H",
        "queryPeriod": "PT5H",
        "severity": "Low",
        "status": "Available",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}