UbiquitiAuditEvent
| where EventCategory =~ 'firewall'
| where DstPortNumber in ('80', '443')
| where NetworkProtocol !~ 'TCP'
| extend IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: IP
fieldMappings:
- identifier: Address
columnName: IPCustomEntity
tactics:
- CommandAndControl
requiredDataConnectors:
- dataTypes:
- Ubiquiti_CL
connectorId: CustomLogsAma
id: 31e868c0-91d3-40eb-accc-3fa73aa96f8e
severity: Medium
status: Available
query: |
UbiquitiAuditEvent
| where EventCategory =~ 'firewall'
| where DstPortNumber in ('80', '443')
| where NetworkProtocol !~ 'TCP'
| extend IPCustomEntity = SrcIpAddr
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/Ubiquiti UniFi/Analytic Rules/UbiquitiUnusualTraffic.yaml
kind: Scheduled
queryPeriod: 1h
version: 1.0.3
name: Ubiquiti - Unusual traffic
queryFrequency: 1h
triggerThreshold: 0
relevantTechniques:
- T1573
description: |
'Detects unusual traffic masking as HTTP(S).'
triggerOperator: gt