LoFP LoFP / legitimate user activity.

Techniques

Sample rules

Bitbucket Project Secret Scanning Allowlist Added

Description

Detects when a secret scanning allowlist rule is added for projects.

Detection logic

condition: selection
selection:
  auditType.action: Project secret scanning allowlist rule added
  auditType.category: Projects

Bitbucket User Permissions Export Attempt

Description

Detects user permission data export attempt.

Detection logic

condition: selection
selection:
  auditType.action:
  - User details export failed
  - User details export started
  - User details exported
  auditType.category: Users and groups

Bitbucket Global Permission Changed

Description

Detects global permissions change activity.

Detection logic

condition: selection
selection:
  auditType.action:
  - Global permission remove request
  - Global permission removed
  - Global permission granted
  - Global permission requested
  auditType.category: Permissions

Bitbucket Audit Log Configuration Updated

Description

Detects changes to the bitbucket audit log configuration.

Detection logic

condition: selection
selection:
  auditType.action: Audit log configuration updated
  auditType.category: Auditing

Bitbucket Secret Scanning Rule Deleted

Description

Detects when secret scanning rule is deleted for the project or repository.

Detection logic

condition: selection
selection:
  auditType.action:
  - Project secret scanning rule deleted
  - Repository secret scanning rule deleted
  auditType.category:
  - Projects
  - Repositories

Bitbucket Global Secret Scanning Rule Deleted

Description

Detects Bitbucket global secret scanning rule deletion activity.

Detection logic

condition: selection
selection:
  auditType.action: Global secret scanning rule deleted
  auditType.category: Global administration

Bitbucket Secret Scanning Exempt Repository Added

Description

Detects when a repository is exempted from secret scanning feature.

Detection logic

condition: selection
selection:
  auditType.action: Secret scanning exempt repository added
  auditType.category: Repositories

Bitbucket Full Data Export Triggered

Description

Detects when full data export is attempted.

Detection logic

condition: selection
selection:
  auditType.action: Full data export triggered
  auditType.category: Data pipeline

Bitbucket User Details Export Attempt Detected

Description

Detects user data export activity.

Detection logic

condition: selection
selection:
  auditType.action:
  - User permissions export failed
  - User permissions export started
  - User permissions exported
  auditType.category: Users and groups

Bitbucket Global SSH Settings Changed

Description

Detects Bitbucket global SSH access configuration changes.

Detection logic

condition: selection
selection:
  auditType.action: SSH settings changed
  auditType.category: Global administration