Back
Idabe1a662-d00d-482e-aa68-9394622ae02e
RulenameCyberBlindSpot - Any Issue Detected
DescriptionGeneric alert that triggers when ANY CyberBlindSpot issue/incident is detected in the logs. Extracts nested metadata from RawPayload.
SeverityInformational
TacticsReconnaissance
Discovery
ResourceDevelopment
InitialAccess
TechniquesT1592
T1598
T1566
Required data connectorsCTM360CBSConnectorDefinition
KindScheduled
Query frequency5m
Query period5m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic%20Rules/CBSAnyIssueDetected.yaml
Version1.0.0
Arm templateabe1a662-d00d-482e-aa68-9394622ae02e.json
Deploy To Azure
CBSLog
| project TimeGenerated, IncidentId, Subject, Severity, IncidentType, Status, Class, ExternalLink, Brand, FirstSeen, LastSeen, Remarks
triggerThreshold: 0
suppressionDuration: PT5H
queryPeriod: 5m
kind: Scheduled
description: Generic alert that triggers when ANY CyberBlindSpot issue/incident is detected in the logs. Extracts nested metadata from RawPayload.
version: 1.0.0
queryFrequency: 5m
relevantTechniques:
- T1592
- T1598
- T1566
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: Subject
  entityType: URL
id: abe1a662-d00d-482e-aa68-9394622ae02e
triggerOperator: GreaterThan
query: |
  CBSLog
  | project TimeGenerated, IncidentId, Subject, Severity, IncidentType, Status, Class, ExternalLink, Brand, FirstSeen, LastSeen, Remarks
eventGroupingSettings:
  aggregationKind: AlertPerResult
alertDetailsOverride:
  alertDisplayNameFormat: CyberBlindSpot Alert - {{IncidentType}} on {{Subject}} - {{Brand}}
  alertDescriptionFormat: Type {{IncidentType}} | Subject {{Subject}} | Severity {{Severity}}
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic%20Rules/CBSAnyIssueDetected.yaml
suppressionEnabled: false
requiredDataConnectors:
- dataTypes:
  - CBS_MalwareLogs_AzureV2_CL
  - CBS_BreachedCredentials_AzureV2_CL
  - CBS_CompromisedCards_AzureV2_CL
  - CBS_DomainInfringement_AzureV2_CL
  - CBS_SubdomainInfringement_AzureV2_CL
  - CBSLog_AzureV2_CL
  connectorId: CTM360CBSConnectorDefinition
customDetails:
  IncidentType: IncidentType
  Subject: Subject
  Brand: Brand
tactics:
- Reconnaissance
- Discovery
- ResourceDevelopment
- InitialAccess
severity: Informational
status: Available
name: CyberBlindSpot - Any Issue Detected
{
  "$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-9394622ae02e')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/abe1a662-d00d-482e-aa68-9394622ae02e')]",
      "properties": {
        "alertDetailsOverride": {
          "alertDescriptionFormat": "Type {{IncidentType}} | Subject {{Subject}} | Severity {{Severity}}",
          "alertDisplayNameFormat": "CyberBlindSpot Alert - {{IncidentType}} on {{Subject}} - {{Brand}}"
        },
        "alertRuleTemplateName": "abe1a662-d00d-482e-aa68-9394622ae02e",
        "customDetails": {
          "Brand": "Brand",
          "IncidentType": "IncidentType",
          "Subject": "Subject"
        },
        "description": "Generic alert that triggers when ANY CyberBlindSpot issue/incident is detected in the logs. Extracts nested metadata from RawPayload.",
        "displayName": "CyberBlindSpot - Any Issue Detected",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "URL",
            "fieldMappings": [
              {
                "columnName": "Subject",
                "identifier": "Url"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic%20Rules/CBSAnyIssueDetected.yaml",
        "query": "CBSLog\n| project TimeGenerated, IncidentId, Subject, Severity, IncidentType, Status, Class, ExternalLink, Brand, FirstSeen, LastSeen, Remarks\n",
        "queryFrequency": "PT5M",
        "queryPeriod": "PT5M",
        "severity": "Informational",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT5H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery",
          "InitialAccess",
          "Reconnaissance",
          "ResourceDevelopment"
        ],
        "techniques": [
          "T1566",
          "T1592",
          "T1598"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}