heroui logo

CodeBuild Project made Public

Panther Rules

View Source
Summary
This detection rule identifies when an AWS CodeBuild project is made publicly accessible. It leverages CloudTrail logs to monitor events related to CodeBuild, specifically looking for the event called 'UpdateProjectVisibility'. When a project is set to 'PUBLIC_READ', it poses a security risk, as it may allow unauthorized access to sensitive information or build environments. The rule checks for various attributes in the log, such as the event name, user agent, source IP address, and recipient account ID to determine if a project has been wrongly configured to be public. Given the severity of this event, immediate investigation and remediation actions are recommended to ensure the security of the AWS environment.
Categories
  • AWS
  • Cloud
  • Infrastructure
Data Sources
  • Cloud Service
  • Cloud Storage
  • Application Log
ATT&CK Techniques
  • T1567
Created: 2022-09-02