↳ GitHub sourceAnalytics ruleMedium

Cisco Cloud Security - Request to blocklisted file type

An inconsistency was detected in the sources: variants or an invalid file. Check the files and commit shown below.

Description

'Detects request to potentially harmful file types (.ps1, .bat, .vbs, etc.).'
Rule type
Scheduled
Version
1.0.2
Declared status
Available
Query frequency
10m
Query period
10m
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.

let file_ext_blocklist = dynamic(['.ps1', '.vbs', '.bat', '.scr']);
Cisco_Umbrella
| where EventType == 'proxylogs'
| where DvcAction =~ 'Allowed'
| extend file_ext = extract(@'.*(\.\w+)$', 1, UrlOriginal)
| extend Filename = extract(@'.*\/*\/(.*\.\w+)$', 1, UrlOriginal)
| where file_ext in (file_ext_blocklist)
| project TimeGenerated, SrcIpAddr, DstIpAddr, Identities, Filename, UrlOriginal 

Declared entities

URLIP

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
de58ee9e-b229-4252-8537-41a4c2f4045e
Additional source files 2Solutions/CiscoUmbrella/Analytic Rules/CiscoUmbrellaRequestBlocklistedFileType.yamlsource ↗Solutions/CiscoUmbrella/Data/Solution_CiscoUmbrella.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.