Skip to content

Commit 9b26cd2

Browse files
authored
[Deprecation] AWS Redshift Cluster Creation (#5367)
`CreateCluster` is a common Redshift lifecycle operation that occurs frequently in normal workflows. Creating a new Redshift cluster offers no real advantage to an attacker and outside of cost, does not produce material impact for a target environment. This behavior aligns more with cloud infrastructure monitoring or posture management, which is important but not the focus of our detection ruleset. Real world Redshift abuse centers on misuse of existing resources, such as snapshot sharing or copying or exposing the cluster through permissive VPC security group changes. These threat paths should be covered by other rules. Deprecating this creation-focused rule reduces noise and keeps the AWS ruleset aligned with real threat surfaces rather than infrastructure management.
1 parent a8dbf2c commit 9b26cd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

rules/integrations/aws/persistence_redshift_instance_creation.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
creation_date = "2022/04/12"
33
integration = ["aws"]
44
maturity = "production"
5-
updated_date = "2025/01/15"
5+
updated_date = "2025/11/25"
66

77
[rule]
88
author = ["Elastic"]
@@ -23,13 +23,13 @@ index = ["filebeat-*", "logs-aws.cloudtrail-*"]
2323
interval = "10m"
2424
language = "kuery"
2525
license = "Elastic License v2"
26-
name = "AWS Redshift Cluster Creation"
26+
name = "Deprecated - AWS Redshift Cluster Creation"
2727
note = """## Triage and analysis
2828
2929
> **Disclaimer**:
3030
> This investigation guide was created using generative AI technology and has been reviewed to improve its accuracy and relevance. While every effort has been made to ensure its quality, we recommend validating the content and adapting it to suit your specific environment and operational needs.
3131
32-
### Investigating AWS Redshift Cluster Creation
32+
### Investigating Deprecated - AWS Redshift Cluster Creation
3333
3434
Amazon Redshift is a data warehousing service that allows for scalable data storage and analysis. In a secure environment, only authorized users should create Redshift clusters. Adversaries might exploit misconfigured permissions to create clusters, potentially leading to data exfiltration or unauthorized data processing. The detection rule monitors for successful cluster creation events, especially by non-admin users, to identify potential misuse or misconfigurations.
3535

0 commit comments

Comments
 (0)