Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 2.66 KB

email-dkim-enabled.md

File metadata and controls

27 lines (23 loc) · 2.66 KB

CloudSploit

AWS / SES / Email DKIM Enabled

Quick Info

Plugin Title Email DKIM Enabled
Cloud AWS
Category SES
Description Ensures DomainKeys Identified Mail (DKIM) is enabled for domains and addresses in SES.
More Info DKIM is a security feature that allows recipients of an email to veriy that the sender domain has authorized the message and that it has not been spoofed.
AWS Link http://docs.aws.amazon.com/ses/latest/DeveloperGuide/easy-dkim.html
Recommended Action Enable DKIM for all domains and addresses in all regions used to send email through SES.

Detailed Remediation Steps

  1. Log into the AWS Management Console.
  2. Select the "Services" option and search for SES.
  3. Scroll down the left navigation panel and choose "Domains/Email Addresses" under "Identity Management".
  4. Select the identity either "Domains/Email Addresses" which needs to be verified and click on the "View Details" button at the top.
  5. Scroll down the selected identity configuration page and click on the "DKIM". If "DKIM is not enabled for this email address" message is shown when the "DKIM" is not enabled for selected "Identity". An email message that is sent using DKIM includes a DKIM-Signature header field that contains a cryptographically signed representation of the message.
  6. Repeat step number 2 - 5 to verify other identities either "Domains/Email Addresses".
  7. Navigate to "SES" and choose the identity either "Domains/Email Addresses" which needs to be enabled with "DKIM" and click on the "View Details" button at the top.
  8. Scroll down the selected identity configuration page click "DKIM" tab to expand and click on the "Generate DKIM Settings" button.
  9. Copy and paste the generated "CNAME" on the registered identity DNS zone file with the CNAME record information. Once the status is verified click on the "Enable" next to "DKIM" to enable the "DKIM" services. Verification process of these settings may take up to 72 hours.
  10. Repeat steps number 7 - 9 to enable DKIM for all domains and addresses in all regions used to send email through SES.