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

Subdomain Infringement

Back
Id20ffc702-b7b2-4041-8f08-10ede8906cbf
RulenameSubdomain Infringement
DescriptionNew Subdomain Infringement with severity Low found
SeverityLow
Required data connectorsCBSPollingIDAzureFunctions
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SubdomainInfringement.yaml
Version1.0.1
Arm template20ffc702-b7b2-4041-8f08-10ede8906cbf.json
Deploy To Azure
CBSLog_Azure_1_CL
| where severity_s == "Low"
| where type_s == "Subdomain Infringement"
| where status_s != "Closed" or status_s != "Resolved"
| where remarks_s == "New Subdomain Infringement with severity Low found"
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/SubdomainInfringement.yaml
requiredDataConnectors:
- connectorId: CBSPollingIDAzureFunctions
  dataTypes:
  - CBSLog_Azure_1_CL
suppressionEnabled: false
query: |
  CBSLog_Azure_1_CL
  | where severity_s == "Low"
  | where type_s == "Subdomain Infringement"
  | where status_s != "Closed" or status_s != "Resolved"
  | where remarks_s == "New Subdomain Infringement with severity Low found"  
incidentConfiguration:
  groupingConfiguration:
    reopenClosedIncident: false
    groupByAlertDetails: []
    matchingMethod: AllEntities
    lookbackDuration: PT5H
    groupByEntities: []
    enabled: false
    groupByCustomDetails: []
  createIncident: true
id: 20ffc702-b7b2-4041-8f08-10ede8906cbf
severity: Low
queryFrequency: 5m
eventGroupingSettings:
  aggregationKind: AlertPerResult
suppressionDuration: 5h
triggerThreshold: 0
description: |
    'New Subdomain Infringement with severity Low found'
status: Available
name: Subdomain Infringement
version: 1.0.1
kind: Scheduled
triggerOperator: gt
queryPeriod: 5m
alertDetailsOverride:
  alertDynamicProperties: []
{
  "$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/20ffc702-b7b2-4041-8f08-10ede8906cbf')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/20ffc702-b7b2-4041-8f08-10ede8906cbf')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDynamicProperties": []
        },
        "alertRuleTemplateName": "20ffc702-b7b2-4041-8f08-10ede8906cbf",
        "customDetails": null,
        "description": "'New Subdomain Infringement with severity Low found'\n",
        "displayName": "Subdomain Infringement",
        "enabled": true,
        "entityMappings": null,
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "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/SubdomainInfringement.yaml",
        "query": "CBSLog_Azure_1_CL\n| where severity_s == \"Low\"\n| where type_s == \"Subdomain Infringement\"\n| where status_s != \"Closed\" or status_s != \"Resolved\"\n| where remarks_s == \"New Subdomain Infringement with severity Low found\"\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Low",
        "status": "Available",
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "templateVersion": "1.0.1",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}