Microsoft Sentinel Analytic Rules
cloudbrothers.infoAzure Sentinel RepoToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeToggle Dark/Light/Auto modeBack to homepage

Google DNS - Possible data exfiltration

Back
Id705bed63-668f-4508-9d2d-26faf4010700
RulenameGoogle DNS - Possible data exfiltration
DescriptionDetects possible data exfiltration.
SeverityHigh
TacticsExfiltration
TechniquesT1567
Required data connectorsGCPDNSDataConnector
KindScheduled
Query frequency15m
Query period15m
Trigger threshold0
Trigger operatorgt
Source Urihttps://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSDataExfiltration.yaml
Version1.0.0
Arm template705bed63-668f-4508-9d2d-26faf4010700.json
Deploy To Azure
GCPCloudDNS
| where Query has 'webhook.site'
| extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr
entityMappings:
- entityType: DNS
  fieldMappings:
  - identifier: DomainName
    columnName: DNSCustomEntity
- entityType: IP
  fieldMappings:
  - identifier: Address
    columnName: IPCustomEntity
query: |
  GCPCloudDNS
  | where Query has 'webhook.site'
  | extend DNSCustomEntity = Query, IPCustomEntity = SrcIpAddr  
id: 705bed63-668f-4508-9d2d-26faf4010700
kind: Scheduled
relevantTechniques:
- T1567
requiredDataConnectors:
- connectorId: GCPDNSDataConnector
  dataTypes:
  - GCPCloudDNS
triggerOperator: gt
severity: High
OriginalUri: https://github.com/Azure/Azure-Sentinel/blob/master/Solutions/GoogleCloudPlatformDNS/Analytic Rules/GCPDNSDataExfiltration.yaml
description: |
    'Detects possible data exfiltration.'
triggerThreshold: 0
name: Google DNS - Possible data exfiltration
tactics:
- Exfiltration
queryPeriod: 15m
version: 1.0.0
queryFrequency: 15m