↳ GitHub sourceAnalytics ruleLow

Excessive Denied Proxy Traffic

Description

'This alert creates an incident when a client generates an excessive amounts of denied proxy traffic.'
Rule type
Scheduled
Version
1.0.5
Declared status
Available
Query frequency
1h
Query period
1h
Trigger
gt 0

Declared MITRE coverage

Declared sources

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

Connectors

KQL query

Original query, unchanged.

let threshold = 100;
SymantecProxySG
| where sc_filter_result =~ "DENIED"
| summarize StartTime = min(TimeGenerated), EndTime = max(TimeGenerated), count() by c_ip, cs_host
| where count_ > threshold

Declared entities

HostIP

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
7a58b253-0ef2-4248-b4e5-c350f15a8346
Additional source files 2Solutions/SymantecProxySG/Analytic Rules/ExcessiveDeniedProxyTraffic.yamlsource ↗Solutions/SymantecProxySG/Data/Solution_SymantecProxySG.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.