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
incidentConfiguration:
createIncident: true
groupingConfiguration:
matchingMethod: AllEntities
lookbackDuration: PT5H
reopenClosedIncident: false
enabled: false
requiredDataConnectors:
- dataTypes:
- CybleVisionAlerts_CL
connectorId: CybleVisionAlerts
relevantTechniques:
- T1537
- T1083
triggerOperator: GreaterThan
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_Cloud_Storage.yaml
customDetails:
CS_WorkflowID: CS_WorkflowID
CS_ObjectId: CS_ObjectId
CS_FullPath: CS_FullPath
CS_Url: CS_Url
CS_AgenticAIStatus: CS_AgenticAIStatus
ProcessedByAgenticAI: CS_ProcessedByAgenticAI
Service: Service
CS_Filename: CS_Filename
MappedSeverity: Severity
CS_Size: CS_Size
CS_Bucket: CS_Bucket
AlertID: AlertID
CS_BucketId: CS_BucketId
Status: Status
queryfrequency: 30m
severity: Low
triggerThreshold: 0
entityMappings:
- fieldMappings:
- columnName: CS_Url
identifier: Url
entityType: Url
- fieldMappings:
- columnName: CS_Bucket
identifier: HostName
entityType: Host
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}}.
name: Cyble Vision Alerts Cloud Storage
query: |
Alerts_cloud_storage
| where Service == "cloud_storage"
| extend MappedSeverity = Severity
version: 1.0.0
tactics:
- Exfiltration
- Discovery
queryPeriod: 30m
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.'
kind: Scheduled
id: db417cee-529c-4eac-b7b9-36eb0166800a
enabled: true
eventGroupingSettings:
aggregationKind: AlertPerResult
status: Available