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
description: |
    'This alert creates an incident when a client generates an excessive amounts of denied proxy traffic.'
kind: Scheduled
tactics:
- DefenseEvasion
- CommandAndControl
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/SymantecProxySG/Analytic Rules/ExcessiveDeniedProxyTraffic.yaml
severity: Low
name: Excessive Denied Proxy Traffic
triggerThreshold: 0
queryPeriod: 1h
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  
relevantTechniques:
- T1090
- T1562
id: 7a58b253-0ef2-4248-b4e5-c350f15a8346
queryFrequency: 1h
status: Available
triggerOperator: gt
version: 1.0.5
entityMappings:
- entityType: Host
  fieldMappings:
  - columnName: cs_host
    identifier: FullName
- entityType: IP
  fieldMappings:
  - columnName: c_ip
    identifier: Address