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
entityMappings:
- entityType: URL
  fieldMappings:
  - identifier: Url
    columnName: Subject
name: CyberBlindSpot - Any Issue Detected
kind: Scheduled
queryFrequency: 5m
triggerOperator: GreaterThan
status: Available
customDetails:
  Subject: Subject
  Brand: Brand
  IncidentType: IncidentType
suppressionDuration: PT5H
queryPeriod: 5m
requiredDataConnectors:
- connectorId: CTM360CBSConnectorDefinition
  dataTypes:
  - CBS_MalwareLogs_AzureV2_CL
  - CBS_BreachedCredentials_AzureV2_CL
  - CBS_CompromisedCards_AzureV2_CL
  - CBS_DomainInfringement_AzureV2_CL
  - CBS_SubdomainInfringement_AzureV2_CL
  - CBSLog_AzureV2_CL
tactics:
- Reconnaissance
- Discovery
- ResourceDevelopment
- InitialAccess
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/CTM360/Analytic%20Rules/CBSAnyIssueDetected.yaml
description: Generic alert that triggers when ANY CyberBlindSpot issue/incident is detected in the logs. Extracts nested metadata from RawPayload.
severity: Informational
suppressionEnabled: false
id: abe1a662-d00d-482e-aa68-9394622ae02e
eventGroupingSettings:
  aggregationKind: AlertPerResult
triggerThreshold: 0
query: |
  CBSLog
  | project TimeGenerated, IncidentId, Subject, Severity, IncidentType, Status, Class, ExternalLink, Brand, FirstSeen, LastSeen, Remarks
alertDetailsOverride:
  alertDescriptionFormat: Type {{IncidentType}} | Subject {{Subject}} | Severity {{Severity}}
  alertDisplayNameFormat: CyberBlindSpot Alert - {{IncidentType}} on {{Subject}} - {{Brand}}
version: 1.0.0
relevantTechniques:
- T1592
- T1598
- T1566
{
  "$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"
    }
  ]
}