Sigma medium test sigma

Kubernetes Secrets Modified or Deleted

Detects when Kubernetes Secrets are Modified or Deleted.

View Source

Detection Logic

{
  "selection": {
    "objectRef.resource": "secrets",
    "verb": [
      "create",
      "delete",
      "patch",
      "replace",
      "update"
    ]
  },
  "condition": "selection"
}

False Positives

  • Secrets being modified or deleted may be performed by a system administrator.
  • Automated processes may need to take these actions and may need to be filtered.

Field Validations

Loading…

Comments (0)

Loading comments...