Sigma medium test sigma

Google Cloud Firewall Modified or Deleted

Detects when a firewall rule is modified or deleted in Google Cloud Platform (GCP).

View Source

Detection Logic

{
  "selection": {
    "gcp.audit.method_name": [
      "v*.Compute.Firewalls.Delete",
      "v*.Compute.Firewalls.Patch",
      "v*.Compute.Firewalls.Update",
      "v*.Compute.Firewalls.Insert"
    ]
  },
  "condition": "selection"
}

False Positives

  • Firewall rules being modified or deleted may be performed by a system administrator. Verify that the firewall configuration change was expected.
  • Exceptions can be added to this rule to filter expected behavior.

Field Validations

Loading…

Comments (0)

Loading comments...