↳ GitHub sourceAnalytics ruleHigh

Disks Alerts From Prancer

Description

'High severity disk alerts found by Prancer.'
Rule type
Scheduled
Version
1.0.2
Declared status
Available
Query frequency
5h
Query period
5h
Trigger
gt 0

Declared MITRE coverage

Declared sources

Metadata from the source file. No dependencies inferred from KQL.

Connectors

Data types

KQL query

Original query, unchanged.

union prancer_CL
| where deviceProduct_s == 'azure'
| where parse_json(data_data_snapshots_s)[0].type == 'Microsoft.Compute/disks'
| where data_data_severity_s == 'High' and data_data_result_s == 'failed'
| extend snapshot = parse_json(data_data_snapshots_s)
| mv-expand snapshot 
| extend
  id = tostring(snapshot.id),
  structure = tostring(snapshot.structure),
  reference = tostring(snapshot.reference),
  source = tostring(snapshot.source),
  collection = tostring(snapshot.collection),
  type = tostring(snapshot.type),
  region = tostring(snapshot.region),
  resourceTypes = tostring(snapshot.resourceTypes),
  path = tostring(snapshot.path)

Declared entities

AzureResource

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
8c484ef9-d758-4827-9920-f4f77158f03e
Additional source files 2Solutions/Prancer PenSuiteAI Integration/Analytic Rules/Disks_High_Severity.yamlsource ↗Solutions/Prancer PenSuiteAI Integration/Data/Solutions_PrancerLogIntegration.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.