↳ GitHub sourceAnalytics ruleMedium
Alarming number of anomalies generated in NetBackup
Description
This rule generates an incident when an alarming number of anomalies are generated in the last 15 minutes.
- Rule type
- Scheduled
- Version
- 1.0.1
- Declared status
- Available
- Query frequency
- 15m
- Query period
- 15m
- Trigger
- gt 0
Declared MITRE coverage
KQL query
Original query, unchanged.
NetBackupAlerts_CL
| where Category contains "ANOMALY_NEW"
| extend client = split(Message, "client '")[1]
| extend clientName = split(client, "'")[0]
| summarize Total=count() by tostring(clientName)
| where Total >= 10Declared entities
Related content
Links established from declared identifiers and solution manifests.
Source provenance
GitHubDisplayed values come from files in Azure/Azure-Sentinel. They describe the published template, not your workspace configuration.
- Commit
7ca9800↗- Source identifier
2e0efcd4-56d2-41df-9098-d6898a58c62b
GSTEP / CATALOG TRACKING
Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC