<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:googleplay="http://www.google.com/schemas/play-podcasts/1.0"><channel><title><![CDATA[Offensive Engineering: Live Sessions]]></title><description><![CDATA[ Live Sessions is our weekly conversation with senior security engineers and notable leaders, published as part of each Offensive Engineering issue. Each session goes inside the technical decisions, strategic trade-offs, and real-world experiences that define security leadership today.]]></description><link>https://offensive.infosecrelations.com/s/live-sessions</link><image><url>https://substackcdn.com/image/fetch/$s_!PLlt!,w_256,c_limit,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9fd8bd9b-6699-4e30-8062-980e60019033_1068x1068.png</url><title>Offensive Engineering: Live Sessions</title><link>https://offensive.infosecrelations.com/s/live-sessions</link></image><generator>Substack</generator><lastBuildDate>Sun, 28 Jun 2026 03:25:21 GMT</lastBuildDate><atom:link href="https://offensive.infosecrelations.com/feed" rel="self" type="application/rss+xml"/><copyright><![CDATA[InfoSec Relations ]]></copyright><language><![CDATA[en]]></language><webMaster><![CDATA[infosecrelations@substack.com]]></webMaster><itunes:owner><itunes:email><![CDATA[infosecrelations@substack.com]]></itunes:email><itunes:name><![CDATA[S Eben J]]></itunes:name></itunes:owner><itunes:author><![CDATA[S Eben J]]></itunes:author><googleplay:owner><![CDATA[infosecrelations@substack.com]]></googleplay:owner><googleplay:email><![CDATA[infosecrelations@substack.com]]></googleplay:email><googleplay:author><![CDATA[S Eben J]]></googleplay:author><itunes:block><![CDATA[Yes]]></itunes:block><item><title><![CDATA[Live Sessions #2 Securing Autonomous Agents Against Data Leakage with Mahesh Kumar Goyal]]></title><description><![CDATA[Mahesh Kumar Goyal, Senior Data and AI Engineer at Google, on why autonomous agents break traditional data governance, why prompt injection is the new SQL injection, and how to rethink memory protecti]]></description><link>https://offensive.infosecrelations.com/p/live-sessions-2-securing-autonomous-agents-data-leakage-mahesh-goyal</link><guid isPermaLink="false">https://offensive.infosecrelations.com/p/live-sessions-2-securing-autonomous-agents-data-leakage-mahesh-goyal</guid><dc:creator><![CDATA[S Pattnaik]]></dc:creator><pubDate>Fri, 22 May 2026 22:05:21 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/198900706/f43120715b9c4e890477b99fa0c7c49b.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>The shift from passive LLMs to autonomous, agentic AI introduces a fundamentally new class of security risks. Unlike traditional stateless applications, AI agents are non-deterministic&#8212;they hold memory, interact dynamically with multiple APIs, and blur the lines between data and instructions. Existing enterprise security frameworks, built around static roles and predictable user behaviors, are completely blind to the dynamic reasoning and complex attack paths these systems create.</p><p>In this session of Offensive Engineering Live Sessions, Mahesh Kumar Goyal, a Senior Data and AI Engineer at Google specializing in advanced agentic AI systems and responsible AI architectures, walks through the mechanics of governing and securing autonomous workflows. He&#8217;s speaking independently, and the views he shares are his own.</p><p><strong>The conversation covers:</strong></p><ul><li><p>Why the non-deterministic nature of agents breaks traditional identity and access management (IAM) frameworks</p></li><li><p>How the line between data and code blurs when documents and log files become instructions for an AI</p></li><li><p>Why prompt injection is evolving into the SQL injection of the agentic era, capable of poisoning long-term memory</p></li><li><p>The critical need to treat an agent&#8217;s memory like a database with isolated, ephemeral context windows</p></li><li><p>Why relying on standard enterprise observability and EDR tools for agentic workflows is a dangerous enterprise misconception</p></li><li><p>Mandatory governance controls for production, from centralized agent inventories to unique cryptographic identities and short-lived tokens</p></li></ul>]]></content:encoded></item><item><title><![CDATA[Live Sessions #1 Attacking the Control Plane with Siri Verma Veggiraju]]></title><description><![CDATA[Watch now | Siri Verma Veggiraju, Tech Lead at Microsoft Azure Security, on how attackers move through cloud infrastructure, why the control plane is the ultimate prize, and what defenders consistently get wrong.]]></description><link>https://offensive.infosecrelations.com/p/live-sessions-1-attacking-the-control-plane-siri-verma</link><guid isPermaLink="false">https://offensive.infosecrelations.com/p/live-sessions-1-attacking-the-control-plane-siri-verma</guid><dc:creator><![CDATA[S Pattnaik]]></dc:creator><pubDate>Wed, 13 May 2026 22:57:59 GMT</pubDate><enclosure url="https://api.substack.com/feed/podcast/197598020/8bfdaa96a634619db54223fa5382e421.mp3" length="0" type="audio/mpeg"/><content:encoded><![CDATA[<p>Cloud infrastructure has become the central battlefield for enterprise security, and the control plane is its most consequential layer. Attackers rarely go straight for it. They work through secondary accounts, leaked credentials, and overprivileged identities to reach it &#8212; and once they&#8217;re there, they can map, enumerate, and exfiltrate at scale. The rise of agentic AI and model context protocols is reshaping that attack surface in ways that most security teams have not yet fully reckoned with.</p><p>In this session of Offensive Engineering Live Sessions, <a href="https://www.linkedin.com/in/sirivarma">Siri Verma Veggiraju</a>, a tech lead at <a href="https://azure.microsoft.com/en-us/explore/security">Microsoft Azure Security</a> with hands-on experience across cloud security architecture, identity, and the control plane, walks through the mechanics of how these attacks actually unfold. He&#8217;s speaking independently, and the views he shares are his own.</p><p>The conversation covers:</p><ul><li><p>How the attack landscape against cloud infrastructure has shifted with large language models and agentic AI</p></li><li><p>Why secondary accounts are the real entry point to control plane compromise</p></li><li><p>What a realistic attack chain looked like in the early days of cloud, and why the same principles still apply</p></li><li><p>How managed identities work and where organizations consistently over-privilege them</p></li><li><p>Why API proliferation is a blind spot that most security teams underestimate</p></li><li><p>What least privilege looks like when you&#8217;re securing sub-agents in a hierarchical AI architecture</p></li><li><p>How to think about the line between a security incident and a sovereignty problem</p></li></ul><p></p><div class="digest-post-embed" data-attrs="{&quot;nodeId&quot;:&quot;140344b2-d59b-4f92-8fd4-19232beee877&quot;,&quot;caption&quot;:&quot;Siri Varma Vegiraju, Tech Lead at Microsoft Azure Security, brings years of hands-on experience analyzing and securing cloud control plane environments. This conversation covers the architecture of a control plane compromise, the specific failure modes security teams miss, and why the rise of agentic AI is introducing a new category of identity risk that most cloud security models were not designed to handle.<br /><br />&quot;,&quot;cta&quot;:&quot;Read full story&quot;,&quot;showBylines&quot;:true,&quot;showDescription&quot;:true,&quot;showImage&quot;:true,&quot;size&quot;:&quot;lg&quot;,&quot;isEditorNode&quot;:true,&quot;title&quot;:&quot;Offensive Engineering #2: Attacking the Cloud Control Plane &quot;,&quot;publishedBylines&quot;:[{&quot;id&quot;:493601667,&quot;name&quot;:&quot;S Pattnaik&quot;,&quot;bio&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/ec0551e7-b37d-403d-b313-708dd8d244af_144x144.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null},{&quot;id&quot;:437727915,&quot;name&quot;:&quot;S Eben J&quot;,&quot;bio&quot;:null,&quot;photo_url&quot;:&quot;https://substack-post-media.s3.amazonaws.com/public/images/6ba5fa13-bad3-4292-b08d-41b086a89b6d_144x144.png&quot;,&quot;is_guest&quot;:false,&quot;bestseller_tier&quot;:null}],&quot;post_date&quot;:&quot;2026-05-13T23:27:22.684Z&quot;,&quot;cover_image&quot;:&quot;https://substackcdn.com/image/fetch/$s_!N3Yu!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F24ff3217-758b-4441-913e-3df8568ee794_3600x1885.jpeg&quot;,&quot;cover_image_alt&quot;:null,&quot;canonical_url&quot;:&quot;https://offensive.infosecrelations.com/p/issue2-attacking-the-cloud-control-plane&quot;,&quot;section_name&quot;:&quot;Newsletter Issues&quot;,&quot;video_upload_id&quot;:null,&quot;id&quot;:197581663,&quot;type&quot;:&quot;newsletter&quot;,&quot;reaction_count&quot;:0,&quot;comment_count&quot;:0,&quot;publication_id&quot;:8558701,&quot;publication_name&quot;:&quot;Offensive Engineering&quot;,&quot;publication_logo_url&quot;:&quot;https://substackcdn.com/image/fetch/$s_!PLlt!,f_auto,q_auto:good,fl_progressive:steep/https%3A%2F%2Fsubstack-post-media.s3.amazonaws.com%2Fpublic%2Fimages%2F9fd8bd9b-6699-4e30-8062-980e60019033_1068x1068.png&quot;,&quot;belowTheFold&quot;:false,&quot;youtube_url&quot;:null,&quot;show_links&quot;:null,&quot;feed_url&quot;:null}"></div>]]></content:encoded></item></channel></rss>