
AWS GuardDuty
Integration Documentation
AWS GuardDuty Integration
Overview
AWS GuardDuty is a threat detection service that continuously monitors for malicious activity and unauthorized behavior to protect your AWS accounts, workloads, and data stored in Amazon S3.
Prerequisites
Configuration Steps
1. Enable AWS GuardDuty
2. Create IAM Role
Create an IAM role with the following permissions:
``json
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"guardduty:GetFindings",
"guardduty:ListFindings",
"guardduty:GetDetector",
"guardduty:ListDetectors"
],
"Resource": "*"
}
]
}
``3. Configure Bloo Integration
- Access Key ID
- Secret Access Key
- Region
4. Set Up Alerting
Configure alert rules in Bloo:
Supported Finding Types
Monitoring and Maintenance
Regular Tasks
Troubleshooting
Common Issues:
- Verify IAM credentials
- Check role permissions
- Ensure GuardDuty is enabled
- Verify region configuration
- Check GuardDuty detector status
- Review IAM permissions
- Check network connectivity
- Verify AWS service status
- Review API rate limits
Best Practices
Support
For additional support: