Detectionmediumtest

Bitbucket User Login Failure Via SSH

Detects SSH user login access failures. Please note that this rule can be noisy and is recommended to use with correlation based on "author.name" field.

Convert In Phoenix Studio

Open this Sigma rule in the converter with the YAML preloaded and ready for backend selection.

Launch
Muhammad FaisalCreated Sun Feb 25d3f90469-fb05-42ce-b67d-0fded91bbef3application
Log Source
bitbucketaudit
Productbitbucket← raw: bitbucket
Serviceaudit← raw: audit

Definition

Requirements: "Advance" log level is required to receive these audit events.

Detection Logic
Detection Logic1 selector
detection:
    selection:
        auditType.category: 'Authentication'
        auditType.action: 'User login failed(SSH)'
    condition: selection
False Positives

Legitimate user wrong password attempts.

Rule Metadata
Rule ID
d3f90469-fb05-42ce-b67d-0fded91bbef3
Status
test
Level
medium
Type
Detection
Created
Sun Feb 25
Path
rules/application/bitbucket/audit/bitbucket_audit_user_login_failure_via_ssh_detected.yml
Raw Tags
attack.lateral-movementattack.credential-accessattack.t1021.004attack.t1110
View on GitHub