GCPCloudDNS
| where Query has 'webhook.site'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
entityMappings:
- fieldMappings:
- columnName: DNSCustomEntity
identifier: DomainName
entityType: DNS
- fieldMappings:
- columnName: IPCustomEntity
identifier: Address
entityType: IP
triggerOperator: gt
tactics:
- Exfiltration
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSDataExfiltration.yaml
version: 1.0.0
triggerThreshold: 0
relevantTechniques:
- T1567
queryPeriod: 15m
query: |
GCPCloudDNS
| where Query has 'webhook.site'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
severity: High
kind: Scheduled
name: Google DNS - Possible data exfiltration
queryFrequency: 15m
id: 705bed63-668f-4508-9d2d-26faf4010700
description: |
'Detects possible data exfiltration.'
requiredDataConnectors:
- dataTypes:
- GCPCloudDNS
connectorId: GCPDNSDataConnector