From d8aa8c0c4ca49f8cfc3e4fe3e7883a91d4a5839f Mon Sep 17 00:00:00 2001 From: "Andoni A." <14891798+andoniaf@users.noreply.github.com> Date: Tue, 4 Mar 2025 12:01:57 +0100 Subject: [PATCH] fix: use AwsEc2Instance as resource type --- ...c2_instance_port_memcached_exposed_to_internet.metadata.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prowler/providers/aws/services/ec2/ec2_instance_port_memcached_exposed_to_internet/ec2_instance_port_memcached_exposed_to_internet.metadata.json b/prowler/providers/aws/services/ec2/ec2_instance_port_memcached_exposed_to_internet/ec2_instance_port_memcached_exposed_to_internet.metadata.json index a55e794e77..8054c189a6 100644 --- a/prowler/providers/aws/services/ec2/ec2_instance_port_memcached_exposed_to_internet/ec2_instance_port_memcached_exposed_to_internet.metadata.json +++ b/prowler/providers/aws/services/ec2/ec2_instance_port_memcached_exposed_to_internet/ec2_instance_port_memcached_exposed_to_internet.metadata.json @@ -9,7 +9,7 @@ "SubServiceName": "instance", "ResourceIdTemplate": "arn:partition:service:region:account-id:resource-id", "Severity": "critical", - "ResourceType": "AwsEc2SecurityGroup", + "ResourceType": "AwsEc2Instance", "Description": "Ensure no EC2 instances allow ingress from the internet to TCP port 11211 (Memcached).", "Risk": "Memcached is an open-source, high-performance, distributed memory object caching system. It is often used to speed up dynamic database-driven websites by caching data and objects in RAM to reduce the number of times an external data source must be read. Memcached is designed to be used in trusted environments and should not be exposed to the internet. If Memcached is exposed to the internet, it can be exploited by attackers to perform distributed denial-of-service (DDoS) attacks, data exfiltration, and other malicious activities.", "RelatedUrl": "",