Analytic rule catalog
Cyble Vision Alerts Docker
Back
| Id | 47dee28d-fa74-49cd-b5fb-397b047a73c0 |
| Rulename | Cyble Vision Alerts Docker |
| 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. |
| Severity | Low |
| Tactics | Exfiltration Execution Discovery |
| Techniques | T1537 T1610 T1083 |
| Required data connectors | CybleVisionAlerts |
| Kind | Scheduled |
| Query frequency | 30m |
| Query period | 30m |
| Trigger threshold | 0 |
| Trigger operator | GreaterThan |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Docker.yaml |
| Version | 1.0.0 |
| Arm template | 47dee28d-fa74-49cd-b5fb-397b047a73c0.json |
Alerts_docker
| where Service == "docker"
| extend MappedSeverity = Severity
incidentConfiguration:
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.
groupingConfiguration:
lookbackDuration: PT5H
reopenClosedIncident: false
enabled: false
matchingMethod: AllEntities
alertDisplayNameFormat: Docker Image Identified {{DK_Title}}
createIncident: true
entityMappings:
- entityType: Url
fieldMappings:
- columnName: DK_Url
identifier: Url
- entityType: Host
fieldMappings:
- columnName: KeywordName
identifier: HostName
query: |
Alerts_docker
| where Service == "docker"
| extend MappedSeverity = Severity
eventGroupingSettings:
aggregationKind: AlertPerResult
id: 47dee28d-fa74-49cd-b5fb-397b047a73c0
queryfrequency: 30m
status: Available
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble%20Vision/Analytic%20Rules/Alerts_Docker.yaml
enabled: true
version: 1.0.0
severity: Low
relevantTechniques:
- T1537
- T1610
- T1083
name: Cyble Vision Alerts Docker
kind: Scheduled
tactics:
- Exfiltration
- Execution
- Discovery
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
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.'
customDetails:
DK_Title: DK_Title
DK_Developer: DK_Developer
DK_DeveloperUrl: DK_DeveloperUrl
Service: Service
DK_Downloads: DK_Downloads
DK_Url: DK_Url
AlertID: AlertID
Status: Status
MappedSeverity: Severity
DK_Stars: DK_Stars
DK_description: DK_Description
triggerOperator: GreaterThan
triggerThreshold: 0
queryPeriod: 30m
{
"$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"
}
]
}