Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: suppress S3 "Bucket Access Logging Disabled" if data event logging is enabled #1601

Open
rdegraaf opened this issue Jan 19, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@rdegraaf
Copy link

Is your feature request related to a problem? Please describe.

AWS S3 accesses can be logged using either an S3-native mechanism that writes directly to a separate S3 Bucket, or using AWS CloudTrail's "data event logging" feature. Currently, the check "Bucket Access Logging Disabled" looks for Buckets that do not have the S3-native mechanism enabled but disregards CloudTrail. Since there is usually no good reason to use both forms of logging at the same time, this results in false positives.

Describe the solution you'd like

ScoutSuite should only report "Bucket Access Logging Disabled" for S3 when CloudTrail data event logging is not enabled.

@rdegraaf rdegraaf added the enhancement New feature or request label Jan 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant