Home / Companies / Prowler / Blog / August 2025

August 2025 Summaries

2 posts from Prowler

Filter
Month: Year:
Post Summaries Back to Blog
Prowler has introduced a new feature to detect obfuscated AWS IAM policies, addressing a security challenge highlighted by the Permiso team's "Sky Scalpel" tool. These obfuscation techniques, such as Unicode encoding and wildcard usage, allow potentially dangerous permissions to bypass security detections. The article details how Prowler's team tackled this issue by developing "py-iam-expand," a Python library that normalizes and expands IAM policies into a canonical form, making it easier to identify hidden threats. By integrating this tool, Prowler enhances its ability to detect full administrative access that might be concealed within complex policy structures, improving the overall security for its users. This development exemplifies the ongoing battle between evolving cloud security threats and the adaptive measures required to counter them.
Aug 21, 2025 1,174 words in the original blog post.
Amazon Web Services (AWS) recently introduced new API keys for its Amazon Bedrock service, promising ease of use for developers but potentially introducing security vulnerabilities if not managed carefully. The keys can be either long-term or short-term, with long-term keys creating a new IAM user and potentially posing a security risk if permissions are not tightly controlled. The author, a founding engineer at Prowler, highlights the dangers of privilege escalation and misuse of these keys, suggesting that poorly managed keys could allow attackers to manipulate AI environments, incur high costs, or delete critical security features like Guardrails. To mitigate these risks, the author developed automated checks using Prowler to ensure that API keys do not have excessive permissions and that they are set to expire, thereby promoting the principle of least privilege and key expiration as essential security practices. The article emphasizes the importance of a comprehensive security approach to protect AI workloads and suggests using tools like Prowler for continuous monitoring and management of cloud security.
Aug 12, 2025 1,444 words in the original blog post.