Cyble Vision Alerts Cloud Storage
| Id | db417cee-529c-4eac-b7b9-36eb0166800a |
| Rulename | Cyble Vision Alerts Cloud Storage |
| Description | Detects cloud storage objects/paths discovered in ingestion (uses Alerts_cloud_storage parser). Creates incidents for discovered S3/GCS/Azure blob objects, includes bucket/object/url, size and workflow metadata. Mandatory custom details: MappedSeverity, Status, AlertID, Service. |
| Severity | Low |
| Tactics | Exfiltration Discovery |
| Techniques | T1537 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 Vision/Analytic Rules/Alerts_Cloud_Storage.yaml |
| Version | 1.0.0 |
| Arm template | db417cee-529c-4eac-b7b9-36eb0166800a.json |
Alerts_cloud_storage
| where Service == "cloud_storage"
| extend MappedSeverity = Severity
status: Available
enabled: true
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Cloud_Storage.yaml
version: 1.0.0
queryPeriod: 30m
query: |
Alerts_cloud_storage
| where Service == "cloud_storage"
| extend MappedSeverity = Severity
kind: Scheduled
name: Cyble Vision Alerts Cloud Storage
triggerOperator: GreaterThan
severity: Low
eventGroupingSettings:
aggregationKind: AlertPerResult
id: db417cee-529c-4eac-b7b9-36eb0166800a
triggerThreshold: 0
entityMappings:
- entityType: Url
fieldMappings:
- identifier: Url
columnName: CS_Url
- entityType: Host
fieldMappings:
- identifier: HostName
columnName: CS_Bucket
queryfrequency: 30m
alertDetailsOverride:
alertDescriptionFormat: |
A cloud storage object was discovered by ingestion. (ID {{CS_BucketId}}). Object {{CS_FullPath}} (ID {{CS_ObjectId}}). Review and remediate access if required.
alertDisplayNameFormat: Exposed cloud object {{CS_Filename}} in {{CS_Bucket}}.
description: |
'Detects cloud storage objects/paths discovered in ingestion (uses Alerts_cloud_storage parser). Creates incidents for discovered S3/GCS/Azure blob objects, includes bucket/object/url, size and workflow metadata. Mandatory custom details: MappedSeverity, Status, AlertID, Service.'
requiredDataConnectors:
- connectorId: CybleVisionAlerts
dataTypes:
- CybleVisionAlerts_CL
incidentConfiguration:
createIncident: true
groupingConfiguration:
enabled: false
lookbackDuration: PT5H
reopenClosedIncident: false
matchingMethod: AllEntities
customDetails:
Status: Status
CS_AgenticAIStatus: CS_AgenticAIStatus
Service: Service
ProcessedByAgenticAI: CS_ProcessedByAgenticAI
CS_Url: CS_Url
MappedSeverity: Severity
AlertID: AlertID
CS_ObjectId: CS_ObjectId
CS_WorkflowID: CS_WorkflowID
CS_FullPath: CS_FullPath
CS_Bucket: CS_Bucket
CS_BucketId: CS_BucketId
CS_Size: CS_Size
CS_Filename: CS_Filename
relevantTechniques:
- T1537
- T1083
tactics:
- Exfiltration
- Discovery