Back
Id6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a
RulenameSOCRadar Unsynced Closed Incident
DescriptionDetects Microsoft Sentinel incidents tagged as SOCRadar that were closed more than 30 minutes ago but do not have the Synced tag. This may indicate the SOCRadar-Alarm-Sync playbook has failed to update the SOCRadar platform with the closure status.
SeverityLow
TacticsDiscovery
TechniquesT1526
KindScheduled
Query frequency1h
Query period1d
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SOCRadar/Analytic%20Rules/SOCRadarUnsyncedClosedIncident.yaml
Version1.0.0
Arm template6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a.json
Deploy To Azure
SecurityIncident
| where Labels has "SOCRadar"
| where Status == "Closed"
| where LastModifiedTime < ago(30m)
| where not(Labels has "Synced")
| extend AlarmId = extract(@"#(\d+)", 1, Title)
| extend AccountName = AlarmId
| project TimeGenerated, IncidentName, Title, Status, Classification, LastModifiedTime, AlarmId, AccountName
triggerThreshold: 0
kind: Scheduled
description: |
  'Detects Microsoft Sentinel incidents tagged as SOCRadar that were closed more than 30 minutes ago but do not have the Synced tag. This may indicate the SOCRadar-Alarm-Sync playbook has failed to update the SOCRadar platform with the closure status.'
queryFrequency: 1h
triggerOperator: gt
relevantTechniques:
- T1526
entityMappings:
- fieldMappings:
  - identifier: Name
    columnName: AccountName
  entityType: Account
id: 6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a
query: |
  SecurityIncident
  | where Labels has "SOCRadar"
  | where Status == "Closed"
  | where LastModifiedTime < ago(30m)
  | where not(Labels has "Synced")
  | extend AlarmId = extract(@"#(\d+)", 1, Title)
  | extend AccountName = AlarmId
  | project TimeGenerated, IncidentName, Title, Status, Classification, LastModifiedTime, AlarmId, AccountName
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SOCRadar/Analytic%20Rules/SOCRadarUnsyncedClosedIncident.yaml
requiredDataConnectors: []
tactics:
- Discovery
queryPeriod: 1d
severity: Low
status: Available
name: SOCRadar Unsynced Closed Incident
{
  "$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/6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a')]",
      "properties": {
        "alertRuleTemplateName": "6e2f8d4b-5a71-4c9e-b3f6-8a1c9d4e7b2a",
        "customDetails": null,
        "description": "'Detects Microsoft Sentinel incidents tagged as SOCRadar that were closed more than 30 minutes ago but do not have the Synced tag. This may indicate the SOCRadar-Alarm-Sync playbook has failed to update the SOCRadar platform with the closure status.'\n",
        "displayName": "SOCRadar Unsynced Closed Incident",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Account",
            "fieldMappings": [
              {
                "columnName": "AccountName",
                "identifier": "Name"
              }
            ]
          }
        ],
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SOCRadar/Analytic%20Rules/SOCRadarUnsyncedClosedIncident.yaml",
        "query": "SecurityIncident\n| where Labels has \"SOCRadar\"\n| where Status == \"Closed\"\n| where LastModifiedTime < ago(30m)\n| where not(Labels has \"Synced\")\n| extend AlarmId = extract(@\"#(\\d+)\", 1, Title)\n| extend AccountName = AlarmId\n| project TimeGenerated, IncidentName, Title, Status, Classification, LastModifiedTime, AlarmId, AccountName\n",
        "queryFrequency": "PT1H",
        "queryPeriod": "P1D",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery"
        ],
        "techniques": [
          "T1526"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}