This rule ensures that GuardDuty is enabled to enhance security measures.
Rule | GuardDuty should be enabled |
Framework | FedRAMP Moderate Revision 4 |
Severity | ✔ High |
#Rule Description: This rule states that GuardDuty, a threat detection service provided by Amazon Web Services (AWS), should be enabled for environments that are required to comply with the FedRAMP (Federal Risk and Authorization Management Program) Moderate security level, as per Revision 4 of the FedRAMP guidelines.
GuardDuty continuously monitors and analyzes AWS resources and accounts for potential security threats, providing real-time alerts and insights to help organizations identify and respond to security risks in their systems.
#Troubleshooting Steps:
#Code Snippet (AWS CLI): To enable GuardDuty for the AWS account, use the following AWS CLI command:
aws guardduty create-detector --enable --region <region-name>
Replace
<region-name>
with the AWS region code where you want to enable GuardDuty (e.g., us-west-2 for US West Oregon). Ensure that your AWS CLI is configured with appropriate credentials and permissions.#Remediation Steps:
Please note that enabling GuardDuty may incur additional costs. Familiarize yourself with the pricing details and evaluate the impact on your budget before enabling the service.