Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Cyble Vision Alerts Docker

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 Vision/Analytic Rules/Alerts_Docker.yaml
Version1.0.0
Arm template47dee28d-fa74-49cd-b5fb-397b047a73c0.json
Deploy To Azure
Alerts_docker  
| where Service == "docker" 
| extend MappedSeverity = Severity
name: Cyble Vision Alerts Docker
id: 47dee28d-fa74-49cd-b5fb-397b047a73c0
enabled: true
entityMappings:
- fieldMappings:
  - columnName: DK_Url
    identifier: Url
  entityType: Url
- fieldMappings:
  - columnName: KeywordName
    identifier: HostName
  entityType: Host
version: 1.0.0
triggerOperator: GreaterThan
query: |
  Alerts_docker  
  | where Service == "docker" 
  | extend MappedSeverity = Severity  
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.'
kind: Scheduled
queryfrequency: 30m
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Docker.yaml
severity: Low
incidentConfiguration:
  createIncident: true
  alertDisplayNameFormat: Docker Image Identified {{DK_Title}}
  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
    matchingMethod: AllEntities
    enabled: false
queryPeriod: 30m
requiredDataConnectors:
- dataTypes:
  - CybleVisionAlerts_CL
  connectorId: CybleVisionAlerts
status: Available
customDetails:
  AlertID: AlertID
  DK_Stars: DK_Stars
  DK_Developer: DK_Developer
  DK_description: DK_Description
  DK_DeveloperUrl: DK_DeveloperUrl
  DK_Downloads: DK_Downloads
  Service: Service
  DK_Title: DK_Title
  Status: Status
  DK_Url: DK_Url
  MappedSeverity: Severity
eventGroupingSettings:
  aggregationKind: AlertPerResult
relevantTechniques:
- T1537
- T1610
- T1083
tactics:
- Exfiltration
- Execution
- Discovery