Security Hub CSPM controls for Amazon SES - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Security Hub CSPM controls for Amazon SES

These Amazon Security Hub CSPM controls evaluate the Amazon Simple Email Service (Amazon SES) service and resources.

These controls may not be available in all Amazon Web Services Regions. For more information, see Availability of controls by Region.

[SES.1] SES contact lists should be tagged

Category: Identify > Inventory > Tagging

Severity: Low

Resource type: Amazon::SES::ContactList

Amazon Configrule: tagged-ses-contactlist (custom Security Hub CSPM rule)

Schedule type: Change triggered

Parameters:

Parameter Description Type Allowed custom values Security Hub CSPM default value
requiredTagKeys List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. StringList (maximum of 6 items) 1–6 tag keys that meet Amazon requirements. No default value

This control checks whether an Amazon SES contact list has tags with the specific keys defined in the parameter requiredTagKeys. The control fails if the contact list doesn’t have any tag keys or if it doesn’t have all the keys specified in the parameter requiredTagKeys. If the parameter requiredTagKeys isn't provided, the control only checks for the existence of a tag key and fails if the contact list isn't tagged with any key. System tags, which are automatically applied and begin with aws:, are ignored.

A tag is a label that you assign to an Amazon resource, and it consists of a key and an optional value. You can create tags to categorize resources by purpose, owner, environment, or other criteria. Tags can help you identify, organize, search for, and filter resources. Tagging also helps you track accountable resource owners for actions and notifications. When you use tagging, you can implement attribute-based access control (ABAC) as an authorization strategy, which defines permissions based on tags. You can attach tags to IAM entities (users or roles) and to Amazon resources. You can create a single ABAC policy or a separate set of policies for your IAM principals. You can design these ABAC policies to allow operations when the principal's tag matches the resource tag. For more information, see What is ABAC for Amazon? in the IAM User Guide.

Note

Don’t add personally identifiable information (PII) or other confidential or sensitive information in tags. Tags are accessible to many Amazon Web Services services, including Amazon Billing. For more tagging best practices, see Tagging your Amazon resources in the Amazon Web Services General Reference.

Remediation

To add tags to an Amazon SES contact list, see TagResource in the Amazon SES API v2 Reference.

[SES.2] SES configuration sets should be tagged

Category: Identify > Inventory > Tagging

Severity: Low

Resource type: Amazon::SES::ConfigurationSet

Amazon Configrule: tagged-ses-configurationset (custom Security Hub CSPM rule)

Schedule type: Change triggered

Parameters:

Parameter Description Type Allowed custom values Security Hub CSPM default value
requiredTagKeys List of non-system tag keys that the evaluated resource must contain. Tag keys are case sensitive. StringList (maximum of 6 items) 1–6 tag keys that meet Amazon requirements. No default value

This control checks whether an Amazon SES configuration set has tags with the specific keys defined in the parameter requiredTagKeys. The control fails if the configuration set doesn’t have any tag keys or if it doesn’t have all the keys specified in the parameter requiredTagKeys. If the parameter requiredTagKeys isn't provided, the control only checks for the existence of a tag key and fails if the configuration set isn't tagged with any key. System tags, which are automatically applied and begin with aws:, are ignored.

A tag is a label that you assign to an Amazon resource, and it consists of a key and an optional value. You can create tags to categorize resources by purpose, owner, environment, or other criteria. Tags can help you identify, organize, search for, and filter resources. Tagging also helps you track accountable resource owners for actions and notifications. When you use tagging, you can implement attribute-based access control (ABAC) as an authorization strategy, which defines permissions based on tags. You can attach tags to IAM entities (users or roles) and to Amazon resources. You can create a single ABAC policy or a separate set of policies for your IAM principals. You can design these ABAC policies to allow operations when the principal's tag matches the resource tag. For more information, see What is ABAC for Amazon? in the IAM User Guide.

Note

Don’t add personally identifiable information (PII) or other confidential or sensitive information in tags. Tags are accessible to many Amazon Web Services services, including Amazon Billing. For more tagging best practices, see Tagging your Amazon resources in the Amazon Web Services General Reference.

Remediation

To add tags to an Amazon SES configuration set, see TagResource in the Amazon SES API v2 Reference.

[SES.3] SES configuration sets should have TLS enabled for sending emails

Category: Protect > Data Protection > Encryption of data-in-transit

Severity: Medium

Resource type: Amazon::SES::ConfigurationSet

Amazon Configrule: ses-sending-tls-required

Schedule type: Change triggered

Parameters: None

This control checks whether an Amazon SES configuration set requires TLS connections. The control fails if the TLS Policy is not set to 'REQUIRE' for a configuration set.

By default, Amazon SES uses opportunistic TLS, which means emails can be sent unencrypted if a TLS connection cannot be established with the receiving mail server. Enforcing TLS for email sending ensures that messages are only delivered when a secure encrypted connection can be established. This helps protect the confidentiality and integrity of email content during transmission between Amazon SES and the recipient's mail server. If a secure TLS connection cannot be established, the message will not be delivered, preventing potential exposure of sensitive information.

Note

While TLS 1.3 is the default delivery method for Amazon SES, without enforcing TLS requirement through configuration sets, messages could potentially be delivered in plaintext if a TLS connection fails. To pass this control, you must configure the TLS Policy to 'REQUIRE' in your SES configuration set's delivery options. When TLS is required, messages are only delivered if a TLS connection can be established with the receiving mail server.

Remediation

To configure Amazon SES to require TLS connections for a configuration set, see Amazon SES and security protocols in the Amazon SES Developer Guide.