Multiple failed attempts of NetBackup login
| Id | d39f0c47-2e85-49b9-a686-388c2eb7062c |
| Rulename | 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. |
| Severity | Medium |
| Tactics | CredentialAccess Discovery |
| Techniques | T1110 T1212 |
| Kind | Scheduled |
| Query frequency | 15m |
| Query period | 15m |
| Trigger threshold | 0 |
| Trigger operator | gt |
| Source Uri | https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veritas NetBackup/Analytic Rules/NetBackup_many_login_fail.yaml |
| Version | 1.0.0 |
| Arm template | d39f0c47-2e85-49b9-a686-388c2eb7062c.json |
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
suppressionEnabled: false
relevantTechniques:
- T1110
- T1212
entityMappings:
- fieldMappings:
- columnName: host
identifier: HostName
entityType: Host
incidentConfiguration:
groupingConfiguration:
reopenClosedIncident: false
matchingMethod: AllEntities
enabled: false
lookbackDuration: 5h
createIncident: true
triggerThreshold: 0
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veritas NetBackup/Analytic Rules/NetBackup_many_login_fail.yaml
suppressionDuration: PT5H
description: This rule generates an incident when there are more than 5 failed login attemts for a given host in the last 15 minutes.
requiredDataConnectors: []
triggerOperator: gt
version: 1.0.0
eventGroupingSettings:
aggregationKind: SingleAlert
id: d39f0c47-2e85-49b9-a686-388c2eb7062c
queryFrequency: 15m
query: |-
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
severity: Medium
status: Available
queryPeriod: 15m
name: Multiple failed attempts of NetBackup login
tactics:
- CredentialAccess
- Discovery
kind: Scheduled