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