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

Excessive Amount of Denied Connections from a Single Source

Back
Id3d645a88-2724-41a7-adea-db74c439cf79
RulenameExcessive Amount of Denied Connections from a Single Source
DescriptionThis creates an incident in the event that a single source IP address generates a excessive amount of denied connections.
SeverityMedium
TacticsImpact
TechniquesT1499
Required data connectorsSyslogAma
KindScheduled
Query frequency1h
Query period1h
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Sophos XG Firewall/Analytic Rules/ExcessiveAmountofDeniedConnectionsfromASingleSource.yaml
Version1.0.4
Arm template3d645a88-2724-41a7-adea-db74c439cf79.json
Deploy To Azure
let threshold = 5000;
SophosXGFirewall
| where Log_Type =~ "Firewall" and Status =~ "Deny"
| summarize count() by Src_IP, bin(TimeGenerated,5m)
| where count_ > threshold
queryPeriod: 1h
query: |
  let threshold = 5000;
  SophosXGFirewall
  | where Log_Type =~ "Firewall" and Status =~ "Deny"
  | summarize count() by Src_IP, bin(TimeGenerated,5m)
  | where count_ > threshold  
name: Excessive Amount of Denied Connections from a Single Source
entityMappings:
- fieldMappings:
  - columnName: Src_IP
    identifier: Address
  entityType: IP
queryFrequency: 1h
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Sophos XG Firewall/Analytic Rules/ExcessiveAmountofDeniedConnectionsfromASingleSource.yaml
requiredDataConnectors:
- connectorId: SyslogAma
  datatypes:
  - Syslog
description: |
    'This creates an incident in the event that a single source IP address generates a excessive amount of denied connections.'
kind: Scheduled
version: 1.0.4
status: Available
severity: Medium
relevantTechniques:
- T1499
triggerOperator: gt
triggerThreshold: 0
tactics:
- Impact
id: 3d645a88-2724-41a7-adea-db74c439cf79