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 Bitbucket

Back
Idf3c25011-4509-41c8-be27-35d891531c39
RulenameCyble Vision Alerts Bitbucket
DescriptionDetects exposed secrets in Bitbucket repositories using the Alerts_bit_bucket parser. Creates one incident per matched secret. Includes decoder, detector, commit, file, and repository context for SOC triage.
SeverityLow
TacticsCredentialAccess
Exfiltration
Discovery
TechniquesT1552
T1537
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_BitBucket.yaml
Version1.0.0
Arm templatef3c25011-4509-41c8-be27-35d891531c39.json
Deploy To Azure
Alerts_bit_bucket 
| where Service == "bit_bucket" 
| extend MappedSeverity = Severity
alertDetailsOverride:
  alertDisplayNameFormat: Secret Exposure in Bitbucket {{BB_File}} ({{BB_DetectorName}})
  alertDescriptionFormat: |
        A sensitive secret was detected in Bitbucket repository {{BB_Repository}}. File {{BB_File}}:{{BB_Line}}. Investigator should verify exposure, rotate credentials and remediate impacted systems.
incidentConfiguration:
  groupingConfiguration:
    enabled: false
    reopenClosedIncident: false
    matchingMethod: AllEntities
    lookbackDuration: PT5H
  createIncident: true
queryFrequency: 30m
tactics:
- CredentialAccess
- Exfiltration
- Discovery
relevantTechniques:
- T1552
- T1537
- T1083
triggerOperator: GreaterThan
name: Cyble Vision Alerts Bitbucket
description: |
    'Detects exposed secrets in Bitbucket repositories using the Alerts_bit_bucket parser. Creates one incident per matched secret. Includes decoder, detector, commit, file, and repository context for SOC triage.'
kind: Scheduled
entityMappings:
- entityType: Url
  fieldMappings:
  - columnName: BB_Repository
    identifier: Url
- entityType: Url
  fieldMappings:
  - columnName: BB_Link
    identifier: Url
- entityType: File
  fieldMappings:
  - columnName: BB_File
    identifier: Name
  - columnName: KeywordName
    identifier: Directory
version: 1.0.0
eventGroupingSettings:
  aggregationKind: AlertPerResult
status: Available
id: f3c25011-4509-41c8-be27-35d891531c39
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Cyble Vision/Analytic Rules/Alerts_BitBucket.yaml
customDetails:
  BB_DetectorName: BB_DetectorName
  AlertID: AlertID
  BB_Repository: BB_Repository
  BB_Email: BB_Email
  MappedSeverity: Severity
  BB_Raw: BB_Raw
  BB_RotationGuide: BB_RotationGuide
  BB_File: BB_File
  BB_Line: BB_Line
  Status: Status
  Service: Service
  BB_Verified: BB_Verified
  BB_Link: BB_Link
  BB_Commit: BB_Commit
triggerThreshold: 0
queryPeriod: 30m
requiredDataConnectors:
- connectorId: CybleVisionAlerts
  dataTypes:
  - CybleVisionAlerts_CL
severity: Low
enabled: true
query: |
  Alerts_bit_bucket 
  | where Service == "bit_bucket" 
  | extend MappedSeverity = Severity