mirror of
https://github.com/valitydev/SigmaHQ.git
synced 2024-11-07 01:45:21 +00:00
fix error space
This commit is contained in:
parent
80062ff5cd
commit
accb675ed5
@ -1,5 +1,5 @@
|
||||
title: AWS EKS Cluster Created or Deleted
|
||||
id: 33d50d03-20ec-4b74-a74e-1e65a38af1c0
|
||||
id: 33d50d03-20ec-4b74-a74e-1e65a38af1c0
|
||||
description: Identifies when an EKS cluster is created or deleted.
|
||||
author: Austin Songer
|
||||
status: experimental
|
||||
@ -12,12 +12,12 @@ detection:
|
||||
selection:
|
||||
eventSource: eks.amazonaws.com
|
||||
eventName:
|
||||
- CreateCluster
|
||||
- DeleteCluster
|
||||
- CreateCluster
|
||||
- DeleteCluster
|
||||
condition: selection
|
||||
level: low
|
||||
tags:
|
||||
- attack.
|
||||
- attack.impact
|
||||
falsepositives:
|
||||
- EKS Cluster being created or deleted may be performed by a system administrator.
|
||||
- Verify whether the user identity, user agent, and/or hostname should be making changes in your environment.
|
||||
|
Loading…
Reference in New Issue
Block a user