Bitbucket Audit: User Permissions Export Attempt Detection
Alerts on Bitbucket audit events indicating user permissions export activity (started, exported, or failed).
- Product
- bitbucket
- Service
- audit
- Author
- Muhammad Faisal (@faisalusuf) (SigmaHQ), DRL 1.1
- Published
- 2024-02-25
- Updated
- 2026-07-31
ATT&CK techniques
Recon → CollectionResource Dev
Initial Access
Execution
Persistence
Priv Esc
Defense Evasion
Cred Access
Discovery
Lateral Movement
Collection
C2
Exfiltration
Impact
What it detects
This rule identifies Bitbucket audit events related to exporting user permissions, including failed, started, and completed exports. Such activity matters because exporting user details can support reconnaissance and discovery prior to further access attempts. The detection relies on Bitbucket audit telemetry fields for audit type category and the specific export-related audit actions.
Reporting behind it
- confluence.atlassian.comhttps://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html
- support.atlassian.comhttps://support.atlassian.com/security-and-access-policies/docs/export-user-accounts
- github.comhttps://github.com/SigmaHQ/sigma/blob/master/rules/application/bitbucket/audit/bitbucket_audit_user_details_export_attempt_detected.yml
Changelog
v5- v5Candidate ingested via manual entry.2026-07-31
- v4Candidate ingested via manual entry.2026-07-31
- v3Candidate ingested via manual entry.2026-07-31
- v2Candidate ingested via manual entry.2026-07-31
- v1No changelog recorded for this version.2026-07-30
Detection content is published as a reviewed draft. Tune thresholds and exclusions against your own telemetry before enabling this rule for alerting.
title: "Bitbucket Audit: User Permissions Export Attempt Detection"
id: a06c347e-d757-4bf7-952f-7ef0fefabc64
status: test
description: This rule identifies Bitbucket audit events related to exporting user permissions, including failed, started, and completed exports. Such activity matters because exporting user details can support reconnaissance and discovery prior to further access attempts. The detection relies on Bitbucket audit telemetry fields for audit type category and the specific export-related audit actions.
references:
- https://confluence.atlassian.com/bitbucketserver/audit-log-events-776640423.html
- https://support.atlassian.com/security-and-access-policies/docs/export-user-accounts
- https://github.com/SigmaHQ/sigma/blob/master/rules/application/bitbucket/audit/bitbucket_audit_user_details_export_attempt_detected.yml
author: Muhammad Faisal (@faisalusuf), Huntrule Team
date: 2024-02-25
tags:
- attack.collection
- attack.reconnaissance
- attack.discovery
- attack.t1213
- attack.t1082
- attack.t1591.004
logsource:
product: bitbucket
service: audit
definition: 'Requirements: "Advance" log level is required to receive these audit events.'
detection:
selection:
auditType.category: Users and groups
auditType.action:
- User permissions export failed
- User permissions export started
- User permissions exported
condition: selection
falsepositives:
- Legitimate user activity.
level: medium
license: DRL-1.1
related:
- id: 5259cbf2-0a75-48bf-b57a-c54d6fabaef3
type: derived