Detection rules › Sigma

Google Cloud DNS Zone Modified or Deleted

Status
test
Severity
medium
Log source
product gcp, service gcp.audit
Author
Austin Songer @austinsonger
Source
github.com/SigmaHQ/sigma

Identifies when a DNS Zone is modified or deleted in Google Cloud.

MITRE ATT&CK coverage

TacticTechniques
ImpactNo specific technique

Event coverage

ProviderEventTitle
GCP-dns.googleapis.comDns-ManagedZones-DeleteDelete managed zone
GCP-dns.googleapis.comDns-ManagedZones-PatchPatch managed zone
GCP-dns.googleapis.comDns-ManagedZones-UpdateUpdate managed zone

Rule body yaml

title: Google Cloud DNS Zone Modified or Deleted
id: 28268a8f-191f-4c17-85b2-f5aa4fa829c3
status: test
description: Identifies when a DNS Zone is modified or deleted in Google Cloud.
references:
    - https://cloud.google.com/dns/docs/reference/v1/managedZones
author: Austin Songer @austinsonger
date: 2021-08-15
modified: 2022-10-09
tags:
    - attack.impact
logsource:
    product: gcp
    service: gcp.audit
detection:
    selection:
        gcp.audit.method_name:
            - Dns.ManagedZones.Delete
            - Dns.ManagedZones.Update
            - Dns.ManagedZones.Patch
    condition: selection
falsepositives:
    - Unknown
level: medium

Stages and Predicates

Stage 0: condition

selection

Stage 1: selection

selection:
    gcp.audit.method_name:
        - Dns.ManagedZones.Delete
        - Dns.ManagedZones.Update
        - Dns.ManagedZones.Patch

Indicators

Each row is a field, operator, and value that the rule matches. The corpus column counts how many other rules in the catalog look for the same combination: high numbers point to widely-used, community-vetted indicators. Blank or 1 shows that the indicator is specific to this rule.

FieldKindValues
gcp.audit.method_nameeq
  • Dns.ManagedZones.Delete
  • Dns.ManagedZones.Patch
  • Dns.ManagedZones.Update