GCPCloudDNS
| where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
kind: Scheduled
tactics:
- PrivilegeEscalation
triggerThreshold: 0
triggerOperator: gt
version: 1.0.0
name: Google DNS - CVE-2021-40444 exploitation
queryFrequency: 15m
id: 6758c671-e9ee-495d-b6b0-92ffd08a8c3b
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
dataTypes:
- GCPCloudDNS
relevantTechniques:
- T1068
description: |
'Detects CVE-2021-40444 exploitation.'
entityMappings:
- entityType: DNS
fieldMappings:
- columnName: DNSCustomEntity
identifier: DomainName
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSCVE-2021-40444.yaml
queryPeriod: 15m
severity: High
query: |
GCPCloudDNS
| where Query has_any ('hidusi.com', 'dodefoh.com', 'joxinu.com')
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr