LoFP LoFP / legitimate user wrong password attempts.

Techniques

Sample rules

Bitbucket User Login Failure Via SSH

Description

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.

Detection logic

condition: selection
selection:
  auditType.action: User login failed(SSH)
  auditType.category: Authentication

Bitbucket User Login Failure

Description

Detects user authentication failure events. Please note that this rule can be noisy and it is recommended to use with correlation based on “author.name” field.

Detection logic

condition: selection
selection:
  auditType.action: User login failed
  auditType.category: Authentication