mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 09:48:58 +00:00
Merge pull request #1852 from austinsonger/gcp_dns_zone_modified_or_deleted.yml
gcp_dns_zone_modified_or_deleted.yml
This commit is contained in:
commit
c57ded1ecd
22
rules/cloud/gcp/gcp_dns_zone_modified_or_deleted.yml
Normal file
22
rules/cloud/gcp/gcp_dns_zone_modified_or_deleted.yml
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
title: Google Cloud DNS Zone Modified or Deleted
|
||||||
|
id: 28268a8f-191f-4c17-85b2-f5aa4fa829c3
|
||||||
|
description: Identifies when a DNS Zone is modified or deleted in Google Cloud.
|
||||||
|
author: Austin Songer @austinsonger
|
||||||
|
status: experimental
|
||||||
|
date: 2021/08/15
|
||||||
|
references:
|
||||||
|
- https://cloud.google.com/dns/docs/reference/v1/managedZones
|
||||||
|
logsource:
|
||||||
|
service: gcp.audit
|
||||||
|
detection:
|
||||||
|
selection:
|
||||||
|
gcp.audit.method_name:
|
||||||
|
- Dns.ManagedZones.Delete
|
||||||
|
- Dns.ManagedZones.Update
|
||||||
|
- Dns.ManagedZones.Patch
|
||||||
|
condition: selection
|
||||||
|
level: medium
|
||||||
|
tags:
|
||||||
|
- attack.impact
|
||||||
|
falsepositives:
|
||||||
|
- Unkown
|
Loading…
Reference in New Issue
Block a user