Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Excessive Denied Proxy Traffic

Back
Id7a58b253-0ef2-4248-b4e5-c350f15a8346
RulenameExcessive Denied Proxy Traffic
DescriptionThis alert creates an incident when a client generates an excessive amounts of denied proxy traffic.
SeverityLow
TacticsDefenseEvasion
CommandAndControl
TechniquesT1090
T1562
Required data connectorsSyslogAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SymantecProxySG/Analytic Rules/ExcessiveDeniedProxyTraffic.yaml
Version1.0.5
Arm template7a58b253-0ef2-4248-b4e5-c350f15a8346.json
Deploy To Azure
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
id: 7a58b253-0ef2-4248-b4e5-c350f15a8346
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SymantecProxySG/Analytic Rules/ExcessiveDeniedProxyTraffic.yaml
queryPeriod: 1h
status: Available
name: Excessive Denied Proxy Traffic
triggerThreshold: 0
relevantTechniques:
- T1090
- T1562
kind: Scheduled
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
severity: Low
query: |
  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  
entityMappings:
- fieldMappings:
  - identifier: FullName
    columnName: cs_host
  entityType: Host
- fieldMappings:
  - identifier: Address
    columnName: c_ip
  entityType: IP
tactics:
- DefenseEvasion
- CommandAndControl
version: 1.0.5
triggerOperator: gt
description: |
    'This alert creates an incident when a client generates an excessive amounts of denied proxy traffic.'