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