...
An analyst wants to detect malicious behavior in AWS. Using the CloudTrail SQS collector, the analyst will find every management and data action taken by AWS principals. As a result, the analyst will revoke the malicious principal’s role, preventing them from disabling cloud services.
Example tables
Table | Description |
---|---|
cloud.aws.cloudtrail | Actions taken in all AWS resources enabled in CloudTrail. |
Each AWS service has a fourth level table. |
Authorize It
Authorize SQS Data Access.
If you have an AWS organization, create a trail for the organization. Otherwise, create a trail for an AWS account. “Quick create” is not recommended.
Name the trail
Devo
.Edit the trail.
Use the existing bucket created in Step 1.
Disable SSE-KMS. If you require SSE-KMS, the key resource must be added to the cross account role you crated for Devo.
On the next screen, enable events.
Management events are supported by Devo and recommended for detection of unauthorized changes to AWS resources.
Data events are supported by Devo and recommended for detection of unauthorized access or modification of resources, including S3 data (cloud.aws.cloudtrail.s3) and SNS notifications (cloud.aws.cloudtrail.sns).
Insights events are supported by Devo and are recommended for detecting malicious API activity and API service degradation problems (cloud.aws.cloudtrail.insights).
Create the trail.
...