This rule ensures a log metric filter and alarm exist for unauthorized API calls.
Rule | Ensure a log metric filter and alarm exist for unauthorized API calls |
Framework | General Data Protection Regulation (GDPR) |
Severity | ✔ Low |
Rule Description:
The rule ensures that a log metric filter and alarm are in place to monitor unauthorized API calls for compliance with the General Data Protection Regulation (GDPR). This is essential to maintain the security and privacy of personal data within an organization.
Troubleshooting Steps:
Necessary Codes:
There are no specific codes required for this rule. However, the following AWS CloudWatch Logs Filter Pattern can be used as a starting point for monitoring unauthorized API calls:
{ $.errorCode = "*UnauthorizedOperation" }
Step-by-Step Guide for Remediation:
Once the log metric filter and alarm are created, any unauthorized API calls will trigger the alarm, allowing immediate action to be taken to investigate and mitigate potential risks in compliance with GDPR guidelines.