Back
Id47dee28d-fa74-49cd-b5fb-397b047a73c0
RulenameCyble Vision Alerts Docker
DescriptionDetects Docker Hub container entries related to monitored keywords. Uses Alerts_docker parser. Includes metadata such as developer, stars, downloads, and image URL. Raises one incident per alert.
SeverityLow
TacticsExfiltration
Execution
Discovery
TechniquesT1537
T1610
T1083
Required data connectorsCybleVisionAlerts
KindScheduled
Query frequency30m
Query period30m
Trigger threshold0
Trigger operatorGreaterThan
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Docker.yaml
Version1.0.0
Arm template47dee28d-fa74-49cd-b5fb-397b047a73c0.json
Deploy To Azure
Alerts_docker  
| where Service == "docker" 
| extend MappedSeverity = Severity
triggerThreshold: 0
incidentConfiguration:
  alertDisplayNameFormat: Docker Image Identified {{DK_Title}}
  createIncident: true
  groupingConfiguration:
    reopenClosedIncident: false
    matchingMethod: AllEntities
    enabled: false
    lookbackDuration: PT5H
  alertDetailsOverride: 
  alertDescriptionFormat: |
    A Docker Hub image related to monitored entity {{KeywordName}} was discovered. Developer {{DK_Developer}}. Downloads {{DK_Downloads}}. Review metadata and verify if the image poses supply chain or impersonation risk.
kind: Scheduled
description: |
  'Detects Docker Hub container entries related to monitored keywords. Uses Alerts_docker parser. Includes metadata such as developer, stars, downloads, and image URL. Raises one incident per alert.'
queryfrequency: 30m
triggerOperator: GreaterThan
relevantTechniques:
- T1537
- T1610
- T1083
entityMappings:
- fieldMappings:
  - identifier: Url
    columnName: DK_Url
  entityType: Url
- fieldMappings:
  - identifier: HostName
    columnName: KeywordName
  entityType: Host
id: 47dee28d-fa74-49cd-b5fb-397b047a73c0
enabled: true
query: |
  Alerts_docker  
  | where Service == "docker" 
  | extend MappedSeverity = Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
version: 1.0.0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Docker.yaml
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
customDetails:
  DK_description: DK_Description
  MappedSeverity: Severity
  DK_Stars: DK_Stars
  DK_Url: DK_Url
  Service: Service
  DK_Downloads: DK_Downloads
  DK_DeveloperUrl: DK_DeveloperUrl
  Status: Status
  DK_Title: DK_Title
  AlertID: AlertID
  DK_Developer: DK_Developer
tactics:
- Exfiltration
- Execution
- Discovery
queryPeriod: 30m
severity: Low
status: Available
name: Cyble Vision Alerts Docker
{
  "$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/47dee28d-fa74-49cd-b5fb-397b047a73c0')]",
      "kind": "Scheduled",
      "name": "[concat(parameters('workspace'),'/Microsoft.SecurityInsights/47dee28d-fa74-49cd-b5fb-397b047a73c0')]",
      "properties": {
        "alertRuleTemplateName": "47dee28d-fa74-49cd-b5fb-397b047a73c0",
        "customDetails": {
          "AlertID": "AlertID",
          "DK_description": "DK_Description",
          "DK_Developer": "DK_Developer",
          "DK_DeveloperUrl": "DK_DeveloperUrl",
          "DK_Downloads": "DK_Downloads",
          "DK_Stars": "DK_Stars",
          "DK_Title": "DK_Title",
          "DK_Url": "DK_Url",
          "MappedSeverity": "Severity",
          "Service": "Service",
          "Status": "Status"
        },
        "description": "'Detects Docker Hub container entries related to monitored keywords. Uses Alerts_docker parser. Includes metadata such as developer, stars, downloads, and image URL. Raises one incident per alert.'\n",
        "displayName": "Cyble Vision Alerts Docker",
        "enabled": true,
        "entityMappings": [
          {
            "entityType": "Url",
            "fieldMappings": [
              {
                "columnName": "DK_Url",
                "identifier": "Url"
              }
            ]
          },
          {
            "entityType": "Host",
            "fieldMappings": [
              {
                "columnName": "KeywordName",
                "identifier": "HostName"
              }
            ]
          }
        ],
        "eventGroupingSettings": {
          "aggregationKind": "AlertPerResult"
        },
        "incidentConfiguration": {
          "alertDescriptionFormat": "A Docker Hub image related to monitored entity {{KeywordName}} was discovered. Developer {{DK_Developer}}. Downloads {{DK_Downloads}}. Review metadata and verify if the image poses supply chain or impersonation risk.\n",
          "alertDetailsOverride": null,
          "alertDisplayNameFormat": "Docker Image Identified {{DK_Title}}",
          "createIncident": true,
          "groupingConfiguration": {
            "enabled": false,
            "lookbackDuration": "PT5H",
            "matchingMethod": "AllEntities",
            "reopenClosedIncident": false
          }
        },
        "OriginalUri": "https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Docker.yaml",
        "query": "Alerts_docker  \n| where Service == \"docker\" \n| extend MappedSeverity = Severity\n",
        "queryfrequency": "PT30M",
        "queryPeriod": "PT30M",
        "severity": "Low",
        "status": "Available",
        "subTechniques": [],
        "suppressionDuration": "PT1H",
        "suppressionEnabled": false,
        "tactics": [
          "Discovery",
          "Execution",
          "Exfiltration"
        ],
        "techniques": [
          "T1083",
          "T1537",
          "T1610"
        ],
        "templateVersion": "1.0.0",
        "triggerOperator": "GreaterThan",
        "triggerThreshold": 0
      },
      "type": "Microsoft.OperationalInsights/workspaces/providers/alertRules"
    }
  ]
}