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

Domain Infringement

Back
Id0faddbac-0004-40fa-9046-a1ead13e005a
RulenameDomain Infringement
DescriptionDomain Infringement
SeverityInformational
TacticsReconnaissance
InitialAccess
TechniquesT1590
T1566
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/DomainInfringemen.yaml
Version1.0.2
Arm template0faddbac-0004-40fa-9046-a1ead13e005a.json
Deploy To Azure
CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Domain Infringement" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New Domain Infringement with severity Low found"
relevantTechniques:
- T1590
- T1566
incidentConfiguration:
  createIncident: true
  groupingConfiguration:
    lookbackDuration: PT5H
    groupByCustomDetails: []
    groupByAlertDetails: []
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
    groupByEntities: []
name: Domain Infringement
requiredDataConnectors:
- dataTypes:
  - CBSLog_Azure_1_CL
  connectorId: CBSPollingIDAzureFunctions
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: subject_s
  entityType: URL
triggerThreshold: 0
id: 0faddbac-0004-40fa-9046-a1ead13e005a
tactics:
- Reconnaissance
- InitialAccess
version: 1.0.2
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic Rules/DomainInfringemen.yaml
queryPeriod: 5m
kind: Scheduled
eventGroupingSettings:
  aggregationKind: SingleAlert
suppressionDuration: 5h
queryFrequency: 5m
severity: Informational
status: Available
suppressionEnabled: false
description: |
    'Domain Infringement'
query: |
    CBSLog_Azure_1_CL | where severity_s == "Low" | where type_s == "Domain Infringement" | where status_s != "Closed" or status_s != "Resolved" | where remarks_s == "New Domain Infringement with severity Low found"
triggerOperator: gt
{
  "$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/0faddbac-0004-40fa-9046-a1ead13e005a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/0faddbac-0004-40fa-9046-a1ead13e005a')]",
      "properties": {
        "alertRuleTemplateName": "0faddbac-0004-40fa-9046-a1ead13e005a",
        "customDetails": null,
        "description": "'Domain Infringement'\n",
        "displayName": "Domain Infringement",
        "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/DomainInfringemen.yaml",
        "query": "CBSLog_Azure_1_CL | where severity_s == \"Low\" | where type_s == \"Domain Infringement\" | where status_s != \"Closed\" or status_s != \"Resolved\" | where remarks_s == \"New Domain Infringement with severity Low found\"\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Informational",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "InitialAccess",
          "Reconnaissance"
        ],
        "techniques": [
          "T1566",
          "T1590"
        ],
        "templateVersion": "1.0.2",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}