↳ GitHub sourceAnalytics ruleHigh
Vectra Create Incident Based on Tag for Accounts
Description
Create an incident when the account entity presents a specific tag. If the tag is present, an incident should be created and marked with highest priority.
- Rule type
- Scheduled
- Version
- 1.1.0
- Declared status
- Available
- Query frequency
- 10m
- Query period
- 10m
- Trigger
- GreaterThan 0
Declared MITRE coverage
Declared sources
Metadata from the source file. No dependencies inferred from KQL.
Connectors
Data types
KQL query
Original query, unchanged.
Entities_Data_CL
| where entity_type == "account"
| extend Tags = todynamic(tags)
| where set_has_element(Tags, "MDR - Customer Escalation")
| summarize arg_max(['last_modified_timestamp'], *) by ['name']
Declared 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
9800e51↗- Source identifier
87325835-dd8c-41e7-b686-fd5adbbd0aee
Additional source files 1
Solutions/Vectra XDR/Analytic Rules/Create_Incident_Based_On_Tag_For_Account_Entity.yamlsource ↗GSTEP / CATALOG TRACKING
Added to catalog : 16 Sept 2026 · 05:49 UTC
Last change observed : 16 Sept 2026 · 05:49 UTC