GCPCloudDNS
| where Query has 'gentilkiwi'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
relevantTechniques:
- T1068
entityMappings:
- entityType: DNS
fieldMappings:
- columnName: DNSCustomEntity
identifier: DomainName
- entityType: IP
fieldMappings:
- columnName: IPCustomEntity
identifier: Address
version: 1.0.0
id: e632e73a-06c4-47f6-8bed-b2498aa6e30f
severity: High
kind: Scheduled
queryFrequency: 15m
description: |
'Detects CVE-2021-34527 (PrintNightmare) external exploit'
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
dataTypes:
- GCPCloudDNS
triggerOperator: gt
name: Google DNS - CVE-2021-34527 (PrintNightmare) external exploit
tactics:
- PrivilegeEscalation
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSPrintNightmare.yaml
triggerThreshold: 0
queryPeriod: 15m
query: |
GCPCloudDNS
| where Query has 'gentilkiwi'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr