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