TL;DR: Attackers are using LLMs to turn leaked AWS keys into near-working escalation and exfiltration steps in minutes, while related supply-chain and cloud incidents show how fast trusted credentials can become a launch point, according to FireCompass. The real security variable is no longer exploitation speed alone, but how much privilege and secret exposure your environment allows.
NHIMG editorial — based on content published by FireCompass: Weekly Report on New Hacking Techniques and Critical CVEs, 3 Feb to 9 Feb 2026
By the numbers:
- When AWS credentials are exposed publicly, attackers attempt access within an average of 17 minutes, and as quickly as 9 minutes in some cases.
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security.
- Systems with least-privileged AI access had a 17% incident rate versus 76% for over-privileged systems, making poorly scoped AI access 4.5x more likely to cause a security incident.
Questions worth separating out
Q: What breaks when cloud credentials are exposed in developer environments?
A: Exposed cloud credentials break the assumption that development systems are low-risk staging areas.
Q: Why do leaked AWS keys create such fast intrusion windows?
A: Because attackers do not need to discover access.
Q: How should security teams detect AI-assisted cloud abuse?
A: Look for valid identities doing unusual work, not just for obviously malicious payloads.
Practitioner guidance
- Tighten cloud credential exposure windows Inventory AWS keys, tokens, and service credentials, then reduce their effective lifetime with automated rotation, revocation triggers, and alerting that treats public exposure as an immediate incident.
- Constrain Lambda and workload privileges Review permissions attached to functions and automation identities, then remove broad IAM enumeration, write, and secret-read access unless the workflow genuinely requires it.
- Harden developer and extension supply chains Block long-lived personal access tokens from public repositories, enforce secrets scanning in CI, and restrict extension installation to signed or allow-listed sources in developer environments.
What's in the full report
FireCompass's full research covers the operational detail this post intentionally leaves for the source:
- The end-to-end attack sequence for the AI-assisted cloud intrusion, including how telemetry is turned into escalation logic.
- The specific reasoning behind the WSL ransomware path and why Linux binaries on Windows can bypass common EDR assumptions.
- The incident-by-incident breakdown of the European Commission breach, Open VSX compromise, and related darkweb chatter.
- The CVE-level technical context for the week’s critical vulnerabilities and how they fit into modern attack-surface planning.
👉 Read FireCompass's weekly report on new hacking techniques and critical CVEs →
AI-assisted cloud intrusion: what IAM teams need to act on?
Explore further
Cloud identity compromise has become an AI-amplified control failure, not just an exploitation problem. The report shows that once a valid key exists, attackers can use AI to compress reconnaissance, privilege mapping, and exploitation into a short operational window. That changes the governance question from whether a credential is protected to whether its lifetime, scope, and detectability are narrow enough to survive automated abuse. Practitioners should treat cloud identity as a time-bound control surface, not a static asset.
A few things that frame the scale:
- Only 44% of organisations have implemented any policies to manage their AI agents, despite 92% agreeing that governing AI agents is critical to enterprise security, according to The 2026 Infrastructure Identity Survey.
- Systems with least-privileged AI access had a 17% incident rate versus 76% for over-privileged systems, according to The 2026 Infrastructure Identity Survey.
A question worth separating out:
Q: What should organisations do when developer and cloud identities overlap?
A: Separate development convenience from production authority. Restrict personal access tokens, enforce secrets scanning, isolate deployment privileges from runtime privileges, and require strong lifecycle control over any identity that can reach cloud APIs. If a developer credential can reach production services, it needs production-grade governance.
👉 Read our full editorial: AI-assisted cloud intrusion and supply-chain abuse raise NHI risk