This rule ensures the existence of log metric filter and alarm for AWS Management Console authentication failures.
Rule | Ensure a log metric filter and alarm exist for AWS Management Console authentication failures |
Framework | cis_v150 |
Severity | ✔ Low |
Rule Description:
The rule ensures that a log metric filter and alarm are in place to detect and notify about AWS Management Console authentication failures for cis_v150. This helps to identify any unauthorized access attempts or potential security breaches in the AWS Management Console.
Troubleshooting Steps:
Necessary Codes:
No additional codes are required for this rule.
Step by Step Guide for Remediation:
Follow these steps to ensure a log metric filter and alarm exist for AWS Management Console authentication failures for cis_v150:
/aws/iam/ConsoleLogin
)."{ $.errorMessage = "*Login failed*".* }"
. This pattern helps to capture authentication failures.Once the log metric filter and alarm are created, you will start receiving notifications or alerts whenever there are AWS Management Console authentication failures for cis_v150.