CloudWiki
Rules
Description

To ensure the security of your AWS MQ brokers and minimize the risk of exposing sensitive data, it is recommended to avoid making them publicly accessible from the Internet. Depending on their use cases, the level of access to your MQ brokers may vary, but for most use cases, it is recommended to make them privately accessible only from within your AWS Virtual Private Cloud (VPC). If you make your Amazon MQ brokers public, anyone on the Internet can access them directly through their public endpoints, which can increase the chances of malicious activities such as cross-site scripting (XSS) and clickjacking attacks.

Remediation

Here are some remediation steps you can take to ensure that your Amazon MQ brokers are not publicly accessible:

  1. Configure the network access control lists (ACLs) associated with your Amazon MQ brokers to allow access only from trusted IP addresses or CIDR blocks. This will help to restrict access to your brokers to a specific set of IP addresses, and prevent access from other untrusted sources.
  2. Configure security groups associated with your Amazon MQ brokers to allow access only from within your VPC. This will help to ensure that your brokers are accessible only from your trusted network, and not from the public Internet.
  3. Configure your Amazon MQ brokers to use Transport Layer Security (TLS) to encrypt traffic between clients and brokers. This will help to ensure that data transmitted between clients and brokers is encrypted, and not exposed to potential attackers.
  4. Disable the public access to your Amazon MQ brokers by setting the "publicly accessible" option to "No". This will ensure that your brokers are accessible only from within your VPC.
  5. Use AWS CloudTrail to monitor and log all API calls made to your Amazon MQ brokers. This will help you to detect and respond to any unauthorized access attempts, and provide you with a trail of events for audit and compliance purposes.

By following these remediation steps, you can help to ensure that your Amazon MQ brokers are not publicly accessible, and reduce the risk of exposure to sensitive data and security threats.

Enforced Resources
Note: Remediation steps provided by Lightlytics are meant to be suggestions and guidelines only. It is crucial to thoroughly verify and test any remediation steps before applying them to production environments. Each organization's infrastructure and security needs may differ, and blindly applying suggested remediation steps without proper testing could potentially cause unforeseen issues or vulnerabilities. Therefore, it is strongly recommended that you validate and customize any remediation steps to meet your organization's specific requirements and ensure that they align with your security policies and best practices.