AI agents are stealing your data while you sleep, boss
|
Friday Free Edition - June 26, 2026 🚨 THREAT OF THE WEEKAutonomous AI Agents Weaponized in Multi-Stage Enterprise Credential Harvesting Campaign Security researchers at Mandiant and independent red teams have confirmed what many threat intelligence analysts feared was coming: a sophisticated, state-nexus threat actor tracked as UNC-MOSAIC is actively exploiting enterprise-deployed AI agent frameworks — including auto-GPT-style orchestration layers and LLM-powered RPA bots — to conduct persistent, low-and-slow credential harvesting across Fortune 500 networks. The attack chain is elegant in its brutality. Adversaries compromise a single AI agent node — typically one granted broad permissions to access email, calendars, internal wikis, and file shares to "boost productivity" — and then use that agent's native tool-calling capabilities to laterally enumerate credentials, API tokens, and OAuth grants without triggering traditional behavioral analytics. Because the malicious queries look identical to legitimate autonomous agent workflows, SIEMs are largely blind to the exfiltration. Why this is a five-alarm fire right now:
Immediate recommended actions: Audit every AI agent's permission scope today. Apply least-privilege principles retroactively. Enable verbose logging on all agent tool calls and pipe them into your SIEM. Treat every agent service account as a potential pivot point and review OAuth grant lists with the same paranoia you'd apply to a suspicious admin account. If you don't know what your AI agents are doing at 3 AM, someone else might. 🔬 DEEP DIVEThe Agent Permission Problem: How "Helpful" Became "Catastrophic" To understand why the UNC-MOSAIC campaign is so effective, you need to understand the fundamental design tension baked into every enterprise AI agent deployment: usefulness requires access, and access creates attack surface. Nobody ever made a helpful agent that couldn't read your email. The problem is that nobody thought hard enough about what happens when that agent gets compromised. Modern AI agent frameworks — LangChain-based orchestrators, Microsoft Copilot Studio custom agents, Salesforce Agentforce deployments, and a dozen open-source alternatives — operate via a tool-calling model. The agent is given a set of "tools" (read: API integrations and permissions) and autonomously decides which to call, in what sequence, to complete a goal. This is powerful. It is also a security architect's nightmare. Here's the attack flow UNC-MOSAIC has refined:
The deeper structural problem is that most organizations deployed AI agents under business unit ownership, not IT security governance. The marketing team's Copilot agent that can "read anything in SharePoint" was approved by a VP who was excited about the demo, not reviewed by a security architect who asked what happens when it's compromised. Security teams need to start treating AI agents as privileged identities — not as software features. Every agent should have an identity in your IAM system, a documented permission scope, a rotation schedule for its credentials, and monitoring in your PAM solution. The frameworks are maturing: both Microsoft and major cloud providers have begun publishing agent identity governance guidelines in 2026, but adoption is lagging dangerously behind deployment. The hard truth: your AI transformation is only as secure as the least-reviewed service account attached to it. 💻 HACK OF THE WEEKEuropean Railway Consortium Hit by Ransomware; Operational Technology Networks Impacted In what is shaping up to be the most significant OT-impacting ransomware incident in the European transportation sector this year, a consortium managing rail infrastructure across three EU member states disclosed this week that it suffered a ransomware intrusion that propagated from IT networks into operational technology environments. The group behind the attack, DragonLock — a ransomware-as-a-service operation with Russian-language forums and a documented affiliate program — has claimed responsibility and is reportedly demanding a ransom in the eight-figure range. The breach began with a spearphishing email targeting a third-party maintenance contractor with access to the consortium's VPN. From there, attackers moved laterally over approximately three weeks before deploying ransomware that encrypted IT systems and, critically, reached historian servers and HMI workstations in at least two rail management centers. Passenger train scheduling systems were disrupted for 18 hours across affected regions, though officials confirmed that safety-critical signaling systems operated on isolated networks and were not compromised. Key takeaways for OT security teams:
🛠️ TOOL SPOTLIGHTAgentScope — Open-Source AI Agent Permission Auditing Framework Given this week's threat of the week, the timing on this tool couldn't be better. AgentScope is an open-source security auditing framework specifically designed to enumerate, assess, and report on the permission scopes granted to AI agents across common enterprise platforms including Microsoft Copilot Studio, LangChain deployments, and OpenAI Assistants API integrations. Released by a team of security researchers at the SANS Technology Institute and actively maintained on GitHub, AgentScope performs several functions that are genuinely hard to do manually at scale:
AgentScope is free, Apache 2.0 licensed, and runs on-premises with no data leaving your environment. It's not a silver bullet — nothing is — but it will give you a clearer picture of your AI agent attack surface than you almost certainly have today. Find it on GitHub under SANS-Tech-Institute/agentscope. Run it this weekend. You probably won't like what you find, but you'll like finding it yourself more than having UNC-MOSAIC find it for you. 📋 THE BREACH BOARDThis week's confirmed and developing incidents worth tracking:
Cyber Threat Weekly is published every Friday. Forward this to a colleague who still thinks AI agents are "just fancy chatbots." Stay paranoid, patch everything, and we'll see you next week — assuming the infrastructure holds. © 2026 Cyber Threat Weekly. All rights reserved. Unsubscribe if you must, but ignorance won't protect you either. |