Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Multiple failed attempts of NetBackup login

Back
Idd39f0c47-2e85-49b9-a686-388c2eb7062c
RulenameMultiple failed attempts of NetBackup login
DescriptionThis rule generates an incident when there are more than 5 failed login attemts for a given host in the last 15 minutes.
SeverityMedium
TacticsCredentialAccess
Discovery
TechniquesT1110
T1212
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Veritas NetBackup/Analytic Rules/NetBackup_many_login_fail.yaml
Version1.0.0
Arm templated39f0c47-2e85-49b9-a686-388c2eb7062c.json
Deploy To Azure
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