↳ GitHub sourceAnalytics ruleMedium

Multiple failed attempts of NetBackup login

Description

This rule generates an incident when there are more than 5 failed login attemts for a given host in the last 15 minutes.
Rule type
Scheduled
Version
1.0.0
Declared status
Available
Query frequency
15m
Query period
15m
Trigger
gt 0

Declared MITRE coverage

KQL query

Original query, unchanged.

NetBackupAlerts_CL
| where operation_s contains "LOGIN" and Message contains "authentication failed" 
| extend userName =  split(userName_s, "@")[0]
| extend host = split(userName_s, "@")[1] 
| summarize Total=count() by tostring(host)
| where Total >= 5

Declared entities

Host

Related content

Links established from declared identifiers and solution manifests.

Source provenance

GitHub

Displayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.

Source identifier
d39f0c47-2e85-49b9-a686-388c2eb7062c
Additional source files 2Solutions/Veritas NetBackup/Analytic Rules/NetBackup_many_login_fail.yamlsource ↗Solutions/Veritas NetBackup/Data/Solution_NetBackup.jsonsolution-membership ↗
GSTEP / CATALOG TRACKING

Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC

GSTEP sync dates, separate from the source content’s publication dates.