let threshold = 15;
GCPCloudDNS
| where QueryTypeName in~ ('SIG', 'RRSIG')
| where NetworkProtocol =~ 'TCP'
| summarize count() by SrcIpAddr, bin(TimeGenerated, 1m)
| where count_ < threshold
| extend IPCustomEntity = SrcIpAddr
relevantTechniques:
- T1068
entityMappings:
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
version: 1.0.0
id: 1267d53d-f5fd-418b-b8da-34453a5994c2
severity: High
kind: Scheduled
queryFrequency: 15m
description: |
'Detects exploitation pattern of CVE-2020-1350 (SIGRED) vulnerability.'
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
dataTypes:
- GCPCloudDNS
triggerOperator: gt
name: Google DNS - CVE-2020-1350 (SIGRED) exploitation pattern
tactics:
- PrivilegeEscalation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSSIGREDPattern.yaml
triggerThreshold: 0
queryPeriod: 15m
query: |
let threshold = 15;
GCPCloudDNS
| where QueryTypeName in~ ('SIG', 'RRSIG')
| where NetworkProtocol =~ 'TCP'
| summarize count() by SrcIpAddr, bin(TimeGenerated, 1m)
| where count_ < threshold
| extend IPCustomEntity = SrcIpAddr