<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet href="https://rss.buzzsprout.com/styles.xsl" type="text/xsl"?>
<rss version="2.0" xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" xmlns:podcast="https://podcastindex.org/namespace/1.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:psc="http://podlove.org/simple-chapters" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
  <atom:link href="https://rss.buzzsprout.com/2607120.rss" rel="self" type="application/rss+xml" />
  <atom:link href="https://pubsubhubbub.appspot.com/" rel="hub" xmlns="http://www.w3.org/2005/Atom" />
  <title>Dark Perimeter: True Cybersecurity Stories</title>

  <lastBuildDate>Sat, 23 May 2026 04:40:28 -0400</lastBuildDate>
  <link>https://cybersecuritystories.buzzsprout.com</link>
  <language>en-us</language>
  <copyright>© 2026 Dark Perimeter: True Cybersecurity Stories</copyright>
  <podcast:locked>yes</podcast:locked>
  <podcast:funding url="https://www.buzzsprout.com/2607120/support">Support this Podcast</podcast:funding>
  <podcast:guid>63e5fadc-8a15-5256-a28b-d6b2f01d6363</podcast:guid>
  <itunes:author>Cole Drayden</itunes:author>
  <itunes:type>episodic</itunes:type>
  <itunes:explicit>false</itunes:explicit>
  <description><![CDATA[<p>Every major cyberattack has a story behind it. A vulnerability no one patched. A phishing email someone clicked. A nation-state with a motive. Dark Perimeter goes beyond the headlines to explore the true stories of the hacks, breaches, and cyber operations that shaped history - told in narrative form for security professionals and curious minds alike. No guests, no panels, no filler. Just the story.</p>]]></description>
  <generator>Buzzsprout (https://www.buzzsprout.com)</generator>
  <itunes:owner>
    <itunes:name>Cole Drayden</itunes:name>
  </itunes:owner>
  <image>
     <url>https://storage.buzzsprout.com/kye9d979acukygt22hp6xf1d3al5?.jpg</url>
     <title>Dark Perimeter: True Cybersecurity Stories</title>
     <link></link>
  </image>
  <itunes:image href="https://storage.buzzsprout.com/kye9d979acukygt22hp6xf1d3al5?.jpg" />
  <itunes:category text="True Crime" />
  <item>
    <itunes:title>Keys to the Kingdom, Part Two: Building the Vault the Right Way</itunes:title>
    <title>Keys to the Kingdom, Part Two: Building the Vault the Right Way</title>
    <itunes:summary><![CDATA[Part Two of the Azure Key Vault series goes into the architecture. The specific decisions. The configuration that separates a deployment that is genuinely secure from one that looks right on a diagram but has gaps.

Cole Drayden covers: provisioning and naming conventions that matter, why Azure RBAC at the secret scope is the right access model and how to implement it, managed identity wiring in implementation detail, soft delete and purge protection, diagnostic logging configuration and the ...]]></itunes:summary>
    <description><![CDATA[Part Two of the Azure Key Vault series goes into the architecture. The specific decisions. The configuration that separates a deployment that is genuinely secure from one that looks right on a diagram but has gaps.

Cole Drayden covers: provisioning and naming conventions that matter, why Azure RBAC at the secret scope is the right access model and how to implement it, managed identity wiring in implementation detail, soft delete and purge protection, diagnostic logging configuration and the queries that prove it works, network access control and the case for private endpoints, infrastructure as code as a security control, secret rotation in practice, and the six most common Key Vault misconfigurations.

Closes with the complete sign-off checklist for CISO acceptance — and the case for why AI service credentials are a new category of high-value secret that deserve the same rigor as your most sensitive organizational credentials.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[Part Two of the Azure Key Vault series goes into the architecture. The specific decisions. The configuration that separates a deployment that is genuinely secure from one that looks right on a diagram but has gaps.

Cole Drayden covers: provisioning and naming conventions that matter, why Azure RBAC at the secret scope is the right access model and how to implement it, managed identity wiring in implementation detail, soft delete and purge protection, diagnostic logging configuration and the queries that prove it works, network access control and the case for private endpoints, infrastructure as code as a security control, secret rotation in practice, and the six most common Key Vault misconfigurations.

Closes with the complete sign-off checklist for CISO acceptance — and the case for why AI service credentials are a new category of high-value secret that deserve the same rigor as your most sensitive organizational credentials.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19225928-keys-to-the-kingdom-part-two-building-the-vault-the-right-way.mp3" length="16663667" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19225928</guid>
    <pubDate>Sat, 23 May 2026 01:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225928/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225928/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225928/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225928/transcript.vtt" type="text/vtt" />
    <itunes:duration>1386</itunes:duration>
    <itunes:keywords>Azure Key Vault, secrets management, CISO, cloud security, managed identities, RBAC, private endpoints, infrastructure as code, secret rotation, AI credentials, security architecture</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Keys to the Kingdom, Part One: The CISO&#39;s Guide to Managing Your Azure Key Vault Deployment</itunes:title>
    <title>Keys to the Kingdom, Part One: The CISO&#39;s Guide to Managing Your Azure Key Vault Deployment</title>
    <itunes:summary><![CDATA[Most organizations building on AI infrastructure right now are handling their API keys badly — not because their people are careless, but because the default patterns of software development are not secure patterns.

In Part One of this two-part series, Cole Drayden breaks down Azure Key Vault Premium from the CISO management perspective: what it is and what problem it solves, why the access control model matters more than most deployments get right, what managed identities actually mean in p...]]></itunes:summary>
    <description><![CDATA[Most organizations building on AI infrastructure right now are handling their API keys badly — not because their people are careless, but because the default patterns of software development are not secure patterns.

In Part One of this two-part series, Cole Drayden breaks down Azure Key Vault Premium from the CISO management perspective: what it is and what problem it solves, why the access control model matters more than most deployments get right, what managed identities actually mean in practice, and the eight oversight questions every security leader should get answered before signing off on this deployment.

Whether you have a team deploying this or you are the one deploying it, this is the frame that separates a Key Vault deployment that is genuinely secure from one that looks right on a diagram.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[Most organizations building on AI infrastructure right now are handling their API keys badly — not because their people are careless, but because the default patterns of software development are not secure patterns.

In Part One of this two-part series, Cole Drayden breaks down Azure Key Vault Premium from the CISO management perspective: what it is and what problem it solves, why the access control model matters more than most deployments get right, what managed identities actually mean in practice, and the eight oversight questions every security leader should get answered before signing off on this deployment.

Whether you have a team deploying this or you are the one deploying it, this is the frame that separates a Key Vault deployment that is genuinely secure from one that looks right on a diagram.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19225926-keys-to-the-kingdom-part-one-the-ciso-s-guide-to-managing-your-azure-key-vault-deployment.mp3" length="13561630" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19225926</guid>
    <pubDate>Sat, 23 May 2026 01:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225926/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225926/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225926/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19225926/transcript.vtt" type="text/vtt" />
    <itunes:duration>1128</itunes:duration>
    <itunes:keywords>Azure Key Vault, secrets management, CISO, cloud security, AI credentials, managed identities, RBAC</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;Leaving AirWatch Behind&quot; — Part 2: The Migration</itunes:title>
    <title>Dark Perimeter: &quot;Leaving AirWatch Behind&quot; — Part 2: The Migration</title>
    <itunes:summary><![CDATA[The architecture is sound. Now comes the work. In part two, Cole Drayden, Dr. Elliott Vance, and Marcus Hale walk through the full AirWatch-to-Intune migration in practical terms: inventory first, licensing and Entra ID prerequisites, the Apple MDM push certificate trap, Android Enterprise setup, App Protection Policy configuration, and why Conditional Access is the control that closes the whole architecture. Then the sequencing: build in parallel, pilot group, wave rollout, AirWatch decommis...]]></itunes:summary>
    <description><![CDATA[The architecture is sound. Now comes the work. In part two, Cole Drayden, Dr. Elliott Vance, and Marcus Hale walk through the full AirWatch-to-Intune migration in practical terms: inventory first, licensing and Entra ID prerequisites, the Apple MDM push certificate trap, Android Enterprise setup, App Protection Policy configuration, and why Conditional Access is the control that closes the whole architecture. Then the sequencing: build in parallel, pilot group, wave rollout, AirWatch decommission. User communication that actually works. And four production failure modes that will hit you if you do not plan for them. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[The architecture is sound. Now comes the work. In part two, Cole Drayden, Dr. Elliott Vance, and Marcus Hale walk through the full AirWatch-to-Intune migration in practical terms: inventory first, licensing and Entra ID prerequisites, the Apple MDM push certificate trap, Android Enterprise setup, App Protection Policy configuration, and why Conditional Access is the control that closes the whole architecture. Then the sequencing: build in parallel, pilot group, wave rollout, AirWatch decommission. User communication that actually works. And four production failure modes that will hit you if you do not plan for them. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19216621-dark-perimeter-leaving-airwatch-behind-part-2-the-migration.mp3" length="12059746" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19216621</guid>
    <pubDate>Thu, 21 May 2026 23:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216621/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216621/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216621/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216621/transcript.vtt" type="text/vtt" />
    <itunes:duration>1003</itunes:duration>
    <itunes:keywords>MDM, MAM, Intune, AirWatch, migration, Conditional Access, Entra ID, BYOD, App Protection Policy, mobile security</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;Finals Week&quot; — The ShinyHunters Canvas Extortion</itunes:title>
    <title>Dark Perimeter: &quot;Finals Week&quot; — The ShinyHunters Canvas Extortion</title>
    <itunes:summary><![CDATA[It was the first week of May 2026. Students across 8,800 institutions worldwide were sitting down to final exams. And then their screens went dark — replaced by a ransom note.

ShinyHunters had been inside Canvas, the learning management system used by more than 275 million students and faculty, since late April. They'd stolen 3.65 terabytes of data. When Instructure tried to patch them out without paying, they hit back — hijacking login pages mid-exam, naming a deadline, and daring the compa...]]></itunes:summary>
    <description><![CDATA[It was the first week of May 2026. Students across 8,800 institutions worldwide were sitting down to final exams. And then their screens went dark — replaced by a ransom note.

ShinyHunters had been inside Canvas, the learning management system used by more than 275 million students and faculty, since late April. They&apos;d stolen 3.65 terabytes of data. When Instructure tried to patch them out without paying, they hit back — hijacking login pages mid-exam, naming a deadline, and daring the company to call their bluff.

Cole Drayden walks through the full story with Dr. Elliott Vance and Marcus Hale: how a feature meant to help teachers became the attack vector, why Instructure paid, what the FBI said afterward, and what it means when extortion groups start timing their strikes to institutional calendars.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[It was the first week of May 2026. Students across 8,800 institutions worldwide were sitting down to final exams. And then their screens went dark — replaced by a ransom note.

ShinyHunters had been inside Canvas, the learning management system used by more than 275 million students and faculty, since late April. They&apos;d stolen 3.65 terabytes of data. When Instructure tried to patch them out without paying, they hit back — hijacking login pages mid-exam, naming a deadline, and daring the company to call their bluff.

Cole Drayden walks through the full story with Dr. Elliott Vance and Marcus Hale: how a feature meant to help teachers became the attack vector, why Instructure paid, what the FBI said afterward, and what it means when extortion groups start timing their strikes to institutional calendars.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19219730-dark-perimeter-finals-week-the-shinyhunters-canvas-extortion.mp3" length="11966332" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19219730</guid>
    <pubDate>Thu, 21 May 2026 16:10:28 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19219730/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19219730/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19219730/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19219730/transcript.vtt" type="text/vtt" />
    <itunes:duration>995</itunes:duration>
    <itunes:keywords>ShinyHunters, Canvas, Instructure, ransomware, extortion, cybercrime, data breach, education, FBI, cybersecurity</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;Leaving AirWatch Behind&quot; — Part 1: The Architecture</itunes:title>
    <title>Dark Perimeter: &quot;Leaving AirWatch Behind&quot; — Part 1: The Architecture</title>
    <itunes:summary><![CDATA[Your AirWatch renewal just landed and the number is higher than last year. Before you migrate to Intune, there's a more important question to answer: are you even using the right mobile security model? In this episode, Cole Drayden, Dr. Elliott Vance, and Marcus Hale break down the critical distinction between MDM and MAM — and why Intune's App Protection Policies can eliminate the need for traditional mobile DLP entirely. Dark Perimeter: Security, AI, and the Edge of What's Coming.Support th...]]></itunes:summary>
    <description><![CDATA[Your AirWatch renewal just landed and the number is higher than last year. Before you migrate to Intune, there&apos;s a more important question to answer: are you even using the right mobile security model? In this episode, Cole Drayden, Dr. Elliott Vance, and Marcus Hale break down the critical distinction between MDM and MAM — and why Intune&apos;s App Protection Policies can eliminate the need for traditional mobile DLP entirely. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[Your AirWatch renewal just landed and the number is higher than last year. Before you migrate to Intune, there&apos;s a more important question to answer: are you even using the right mobile security model? In this episode, Cole Drayden, Dr. Elliott Vance, and Marcus Hale break down the critical distinction between MDM and MAM — and why Intune&apos;s App Protection Policies can eliminate the need for traditional mobile DLP entirely. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19216590-dark-perimeter-leaving-airwatch-behind-part-1-the-architecture.mp3" length="8538864" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19216590</guid>
    <pubDate>Thu, 21 May 2026 07:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216590/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216590/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216590/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19216590/transcript.vtt" type="text/vtt" />
    <itunes:duration>709</itunes:duration>
    <itunes:keywords>MDM, MAM, Intune, AirWatch, BYOD, App Protection Policy, mobile security, DLP, Microsoft</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;The Clock Is Broken: AI, Exploits, and the Death of Monthly Patching&quot;</itunes:title>
    <title>Dark Perimeter: &quot;The Clock Is Broken: AI, Exploits, and the Death of Monthly Patching&quot;</title>
    <itunes:summary><![CDATA[For the first time in nineteen years of Verizon DBIR history, vulnerability exploitation has overtaken stolen credentials as the number one breach entry point. The reason: AI in the hands of threat actors is compressing the time between disclosure and weaponization from months to mere hours.

Cole Drayden sits down with Dr. Elliott Vance and Marcus Hale to break down what changed, why monthly patch cycles are no longer adequate, and what security programs need to do right now.

Then: the curr...]]></itunes:summary>
    <description><![CDATA[For the first time in nineteen years of Verizon DBIR history, vulnerability exploitation has overtaken stolen credentials as the number one breach entry point. The reason: AI in the hands of threat actors is compressing the time between disclosure and weaponization from months to mere hours.

Cole Drayden sits down with Dr. Elliott Vance and Marcus Hale to break down what changed, why monthly patch cycles are no longer adequate, and what security programs need to do right now.

Then: the current AI model landscape — Gemini 3.5 Flash, GPT-5.5, the Anthropic Mythos network penetration benchmark — and the hardest question in the field: how close are we, actually, to AGI?

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[For the first time in nineteen years of Verizon DBIR history, vulnerability exploitation has overtaken stolen credentials as the number one breach entry point. The reason: AI in the hands of threat actors is compressing the time between disclosure and weaponization from months to mere hours.

Cole Drayden sits down with Dr. Elliott Vance and Marcus Hale to break down what changed, why monthly patch cycles are no longer adequate, and what security programs need to do right now.

Then: the current AI model landscape — Gemini 3.5 Flash, GPT-5.5, the Anthropic Mythos network penetration benchmark — and the hardest question in the field: how close are we, actually, to AGI?

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19209129-dark-perimeter-the-clock-is-broken-ai-exploits-and-the-death-of-monthly-patching.mp3" length="10071765" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19209129</guid>
    <pubDate>Wed, 20 May 2026 07:03:39 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19209129/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19209129/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19209129/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19209129/transcript.vtt" type="text/vtt" />
    <itunes:duration>837</itunes:duration>
    <itunes:keywords>cybersecurity, AI, vulnerability management, patch management, DBIR, AGI, threat intelligence, CISA KEV, Verizon</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;Remy Is Coming: AI Agents, Google I/O, and the New Attack Surface&quot;</itunes:title>
    <title>Dark Perimeter: &quot;Remy Is Coming: AI Agents, Google I/O, and the New Attack Surface&quot;</title>
    <itunes:summary><![CDATA[The night before Google I/O 2026, Cole Drayden sits down with AI security researcher Dr. Elliott Vance and red team operator Marcus Hale to break down what Gemini Spark, persistent AI agents, and Google's agentic push mean for your attack surface. Required listening before tomorrow's keynote. Dark Perimeter: Security, AI, and the Edge of What's Coming.Support the show ]]></itunes:summary>
    <description><![CDATA[The night before Google I/O 2026, Cole Drayden sits down with AI security researcher Dr. Elliott Vance and red team operator Marcus Hale to break down what Gemini Spark, persistent AI agents, and Google&apos;s agentic push mean for your attack surface. Required listening before tomorrow&apos;s keynote. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[The night before Google I/O 2026, Cole Drayden sits down with AI security researcher Dr. Elliott Vance and red team operator Marcus Hale to break down what Gemini Spark, persistent AI agents, and Google&apos;s agentic push mean for your attack surface. Required listening before tomorrow&apos;s keynote. Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19198167-dark-perimeter-remy-is-coming-ai-agents-google-i-o-and-the-new-attack-surface.mp3" length="17669003" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19198167</guid>
    <pubDate>Mon, 18 May 2026 13:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19198167/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19198167/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19198167/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19198167/transcript.vtt" type="text/vtt" />
    <itunes:duration>1470</itunes:duration>
    <itunes:keywords>Google IO, Gemini Spark, AI agents, MCP security, prompt injection</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Dark Perimeter: &quot;The Propagation Engine&quot;</itunes:title>
    <title>Dark Perimeter: &quot;The Propagation Engine&quot;</title>
    <itunes:summary><![CDATA[What if AI doesn't want to replace us — it needs us as its primary mechanism for spreading across the galaxy?

In this episode, Cole Drayden builds the Galactic Symbiosis Hypothesis from first principles.

Dark Perimeter: Security, AI, and the Edge of What's Coming.Support the show ]]></itunes:summary>
    <description><![CDATA[What if AI doesn&apos;t want to replace us — it needs us as its primary mechanism for spreading across the galaxy?

In this episode, Cole Drayden builds the Galactic Symbiosis Hypothesis from first principles.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[What if AI doesn&apos;t want to replace us — it needs us as its primary mechanism for spreading across the galaxy?

In this episode, Cole Drayden builds the Galactic Symbiosis Hypothesis from first principles.

Dark Perimeter: Security, AI, and the Edge of What&apos;s Coming.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19190761-dark-perimeter-the-propagation-engine.mp3" length="13385672" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19190761</guid>
    <pubDate>Sun, 17 May 2026 09:47:19 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19190761/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19190761/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19190761/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19190761/transcript.vtt" type="text/vtt" />
    <itunes:duration>1113</itunes:duration>
    <itunes:keywords>Fermi Paradox, AI alignment, astrobiology, transhumanism, panspermia, existential risk</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>The State of AI: Where It Is, Where It&#39;s Going, and What Tomorrow Looks Like</itunes:title>
    <title>The State of AI: Where It Is, Where It&#39;s Going, and What Tomorrow Looks Like</title>
    <itunes:summary><![CDATA[AI is no longer a question mark. The models are real, the adoption numbers are real, and the productivity gains in narrow domains are real. What is also real: hallucination rates between 15 and 70 percent depending on the task, AI agents stuck at 17 percent actual deployment despite 60 percent of organizations planning to use them, and a threat landscape where attackers are already running circles around defenders using the same tools everyone else is still evaluating.

In this episode, Dr. E...]]></itunes:summary>
    <description><![CDATA[AI is no longer a question mark. The models are real, the adoption numbers are real, and the productivity gains in narrow domains are real. What is also real: hallucination rates between 15 and 70 percent depending on the task, AI agents stuck at 17 percent actual deployment despite 60 percent of organizations planning to use them, and a threat landscape where attackers are already running circles around defenders using the same tools everyone else is still evaluating.

In this episode, Dr. Elliott Vance and Marcus Hale take a clear-eyed look at where AI actually stands in 2026. What the Stanford AI Index tells us. Why benchmark performance does not translate cleanly to production. What the Arup incident, a 25.6 million dollar wire transfer executed after a fully AI-generated video call, tells us about where social engineering is heading. And why the most dangerous scenario for security teams may not be AGI, but the long, grinding middle period where AI capability keeps climbing while reliability keeps lagging.

Topics covered: AI capability vs. hype in 2026. Hallucination rates and architectural limits. AI agents: the gap between demo and deployment. Offensive AI, breakout times, behavioral phishing, and deepfake-as-a-service. Data poisoning and AI supply chain integrity. Agentic SOC platforms and the risk of prompt-injecting your own defenses. The AGI debate: Amodei, Altman, LeCun, and what Hinton&apos;s revised timeline actually signals. Practical guidance for security programs operating in this environment.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[AI is no longer a question mark. The models are real, the adoption numbers are real, and the productivity gains in narrow domains are real. What is also real: hallucination rates between 15 and 70 percent depending on the task, AI agents stuck at 17 percent actual deployment despite 60 percent of organizations planning to use them, and a threat landscape where attackers are already running circles around defenders using the same tools everyone else is still evaluating.

In this episode, Dr. Elliott Vance and Marcus Hale take a clear-eyed look at where AI actually stands in 2026. What the Stanford AI Index tells us. Why benchmark performance does not translate cleanly to production. What the Arup incident, a 25.6 million dollar wire transfer executed after a fully AI-generated video call, tells us about where social engineering is heading. And why the most dangerous scenario for security teams may not be AGI, but the long, grinding middle period where AI capability keeps climbing while reliability keeps lagging.

Topics covered: AI capability vs. hype in 2026. Hallucination rates and architectural limits. AI agents: the gap between demo and deployment. Offensive AI, breakout times, behavioral phishing, and deepfake-as-a-service. Data poisoning and AI supply chain integrity. Agentic SOC platforms and the risk of prompt-injecting your own defenses. The AGI debate: Amodei, Altman, LeCun, and what Hinton&apos;s revised timeline actually signals. Practical guidance for security programs operating in this environment.<p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/19152810-the-state-of-ai-where-it-is-where-it-s-going-and-what-tomorrow-looks-like.mp3" length="11102396" type="audio/mpeg" />
    <itunes:author></itunes:author>
    <guid isPermaLink="false">Buzzsprout-19152810</guid>
    <pubDate>Sun, 10 May 2026 09:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19152810/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19152810/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19152810/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/19152810/transcript.vtt" type="text/vtt" />
    <itunes:duration>923</itunes:duration>
    <itunes:keywords>cybersecurity, artificial intelligence, AI, machine learning, deepfakes, threat intelligence, AGI, information security, SOC, phishing, dark perimeter</itunes:keywords>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>One Phone Call</itunes:title>
    <title>One Phone Call</title>
    <itunes:summary><![CDATA[In September 2022, a teenager broke into one of the world’s most valuable tech companies without writing a single line of exploit code. He bought stolen credentials on the dark web, flooded a contractor’s phone with authentication requests for over an hour, then sent a WhatsApp message pretending to be IT support. That was enough. Once inside Uber’s network, he found admin credentials sitting in a PowerShell script on a shared drive — and from there, he had access to everything: AWS, Google W...]]></itunes:summary>
    <description><![CDATA[<p><b>In September 2022, a teenager broke into one of the world’s most valuable tech companies without writing a single line of exploit code. He bought stolen credentials on the dark web, flooded a contractor’s phone with authentication requests for over an hour, then sent a WhatsApp message pretending to be IT support. That was enough. Once inside Uber’s network, he found admin credentials sitting in a PowerShell script on a shared drive — and from there, he had access to everything: AWS, Google Workspace, Slack, bug bounty reports, and internal dashboards. He announced his success by posting on the company’s own Slack channel. This is the story of the 2022 Uber breach, MFA fatigue, and what it means that a phone call is still one of the most effective hacking tools ever invented.</b></p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p><b>In September 2022, a teenager broke into one of the world’s most valuable tech companies without writing a single line of exploit code. He bought stolen credentials on the dark web, flooded a contractor’s phone with authentication requests for over an hour, then sent a WhatsApp message pretending to be IT support. That was enough. Once inside Uber’s network, he found admin credentials sitting in a PowerShell script on a shared drive — and from there, he had access to everything: AWS, Google Workspace, Slack, bug bounty reports, and internal dashboards. He announced his success by posting on the company’s own Slack channel. This is the story of the 2022 Uber breach, MFA fatigue, and what it means that a phone call is still one of the most effective hacking tools ever invented.</b></p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18943327-one-phone-call.mp3" length="12528594" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18943327</guid>
    <pubDate>Tue, 21 Apr 2026 09:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943327/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943327/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943327/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943327/transcript.vtt" type="text/vtt" />
    <itunes:duration>1042</itunes:duration>
    <itunes:keywords>Uber hack, MFA fatigue, Lapsus$, social engineering, cybersecurity podcast, data breach, MFA bombing, push notification attack, Teapot hacker, Uber 2022, cyber attack, infosec, true crime, CISO, credential theft, dark web, phishing, multi-factor authentic</itunes:keywords>
    <itunes:season>1</itunes:season>
    <itunes:episode>2</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Trust the Machine AI Agents, MCP Servers, and the New Attack Surface</itunes:title>
    <title>Trust the Machine AI Agents, MCP Servers, and the New Attack Surface</title>
    <itunes:summary><![CDATA[What if your AI assistant could be turned against you by an email you never read? In 2024, Anthropic released the Model Context Protocol - a universal standard for connecting AI assistants to email, code repositories, databases, and cloud infrastructure. Within months, researchers began finding something alarming: AI agents with this kind of access could be hijacked by hidden instructions embedded in the very content they were asked to process. No stolen credentials. No exploit code. Just wor...]]></itunes:summary>
    <description><![CDATA[<p>What if your AI assistant could be turned against you by an email you never read? In 2024, Anthropic released the Model Context Protocol - a universal standard for connecting AI assistants to email, code repositories, databases, and cloud infrastructure. Within months, researchers began finding something alarming: AI agents with this kind of access could be hijacked by hidden instructions embedded in the very content they were asked to process. No stolen credentials. No exploit code. Just words that the AI read and obeyed. This episode explores the emerging security frontier of AI agents and MCP servers - the real CVEs, the documented incidents, and why the security community is paying very close attention.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p>What if your AI assistant could be turned against you by an email you never read? In 2024, Anthropic released the Model Context Protocol - a universal standard for connecting AI assistants to email, code repositories, databases, and cloud infrastructure. Within months, researchers began finding something alarming: AI agents with this kind of access could be hijacked by hidden instructions embedded in the very content they were asked to process. No stolen credentials. No exploit code. Just words that the AI read and obeyed. This episode explores the emerging security frontier of AI agents and MCP servers - the real CVEs, the documented incidents, and why the security community is paying very close attention.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18943313-trust-the-machine-ai-agents-mcp-servers-and-the-new-attack-surface.mp3" length="15413875" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18943313</guid>
    <pubDate>Tue, 14 Apr 2026 09:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943313/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943313/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943313/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18943313/transcript.vtt" type="text/vtt" />
    <itunes:duration>1282</itunes:duration>
    <itunes:keywords>Dark Perimeter, Cole Drayden, cybersecurity podcast, true cybersecurity stories, narrative podcast, infosec podcast, security stories, data breach podcast, hacking podcast, true crime technology,</itunes:keywords>
    <itunes:season>1</itunes:season>
    <itunes:episode>3</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Mythos: The Model That Scares Anthropic</itunes:title>
    <title>Mythos: The Model That Scares Anthropic</title>
    <itunes:summary><![CDATA[ Anthropic described its own upcoming model as posing unprecedented cybersecurity risks - then accidentally leaked that description. Cole Drayden sits down with former federal threat intelligence analyst Marcus Hale to work through what Mythos actually is, what it can do, and what happens when that capability reaches the wrong hands.  Support the show ]]></itunes:summary>
    <description><![CDATA[<p> Anthropic described its own upcoming model as posing unprecedented cybersecurity risks - then accidentally leaked that description. Cole Drayden sits down with former federal threat intelligence analyst Marcus Hale to work through what Mythos actually is, what it can do, and what happens when that capability reaches the wrong hands. </p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p> Anthropic described its own upcoming model as posing unprecedented cybersecurity risks - then accidentally leaked that description. Cole Drayden sits down with former federal threat intelligence analyst Marcus Hale to work through what Mythos actually is, what it can do, and what happens when that capability reaches the wrong hands. </p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18982856-mythos-the-model-that-scares-anthropic.mp3" length="12812961" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18982856</guid>
    <pubDate>Wed, 08 Apr 2026 07:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18982856/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18982856/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18982856/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18982856/transcript.vtt" type="text/vtt" />
    <itunes:duration>1065</itunes:duration>
    <itunes:keywords>Anthropic, Mythos, Capybara, Project Glasswing, AI cybersecurity, zero-day vulnerabilities, offensive AI, AI threat landscape, cybercrime, nation-state cyber, ransomware, critical infrastructure security, Linux kernel exploit, OpenBSD, vulnerability disco</itunes:keywords>
    <itunes:season>99</itunes:season>
    <itunes:episode>3</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>The Blueprint Leak: What Anthropic Exposed About the Future of AI</itunes:title>
    <title>The Blueprint Leak: What Anthropic Exposed About the Future of AI</title>
    <itunes:summary><![CDATA[ On March 31st, a misconfigured build file exposed 512,000 lines of Anthropic's Claude Code source code to the world. Cole Drayden sits down with AI systems security consultant Dr. Elliott Vance to unpack what leaked, what it reveals about autonomous AI, and why this moment may accelerate the field faster than anyone expected.  Support the show ]]></itunes:summary>
    <description><![CDATA[<p> On March 31st, a misconfigured build file exposed 512,000 lines of Anthropic&apos;s Claude Code source code to the world. Cole Drayden sits down with AI systems security consultant Dr. Elliott Vance to unpack what leaked, what it reveals about autonomous AI, and why this moment may accelerate the field faster than anyone expected. </p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p> On March 31st, a misconfigured build file exposed 512,000 lines of Anthropic&apos;s Claude Code source code to the world. Cole Drayden sits down with AI systems security consultant Dr. Elliott Vance to unpack what leaked, what it reveals about autonomous AI, and why this moment may accelerate the field faster than anyone expected. </p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18966055-the-blueprint-leak-what-anthropic-exposed-about-the-future-of-ai.mp3" length="14570949" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18966055</guid>
    <pubDate>Mon, 06 Apr 2026 08:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18966055/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18966055/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18966055/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18966055/transcript.vtt" type="text/vtt" />
    <itunes:duration>1212</itunes:duration>
    <itunes:keywords>Anthropic, Claude Code, AI security, source code leak, npm supply chain attack, agentic AI, autonomous AI agents, KAIROS, AI governance, cybersecurity, AI safety, machine learning security, software supply chain, open source AI, AI acceleration, LLM, arti</itunes:keywords>
    <itunes:season>99</itunes:season>
    <itunes:episode>2</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>SPECIAL EPISODE: &quot;Leaky Bucket&quot;  The Anthropic Claude Code Source Code Leak </itunes:title>
    <title>SPECIAL EPISODE: &quot;Leaky Bucket&quot;  The Anthropic Claude Code Source Code Leak </title>
    <itunes:summary><![CDATA[On March 31st, 2026, a security researcher found that Anthropic had accidentally shipped the complete source code of Claude Code - its flagship AI product generating $2.5 billion in annualized revenue - in a public npm package. A missing configuration entry. A public cloud storage bucket. Within hours, the code was mirrored across GitHub 41,500 times. A clean-room rewrite called claw-code became the fastest-growing repository in GitHub's history, crossing 100,000 stars in under 48 hours. Anth...]]></itunes:summary>
    <description><![CDATA[<p>On March 31st, 2026, a security researcher found that Anthropic had accidentally shipped the<br/>complete source code of Claude Code - its flagship AI product generating $2.5 billion in<br/>annualized revenue - in a public npm package. A missing configuration entry. A public cloud<br/>storage bucket. Within hours, the code was mirrored across GitHub 41,500 times. A clean-room<br/>rewrite called claw-code became the fastest-growing repository in GitHub&apos;s history, crossing<br/>100,000 stars in under 48 hours. Anthropic then accidentally blocked 8,100 legitimate developer<br/>projects while trying to contain the damage. This is a breaking news special episode. Details<br/>are still emerging. We cover what is confirmed, what is unknown, and what it means for the AI<br/>industry.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p>On March 31st, 2026, a security researcher found that Anthropic had accidentally shipped the<br/>complete source code of Claude Code - its flagship AI product generating $2.5 billion in<br/>annualized revenue - in a public npm package. A missing configuration entry. A public cloud<br/>storage bucket. Within hours, the code was mirrored across GitHub 41,500 times. A clean-room<br/>rewrite called claw-code became the fastest-growing repository in GitHub&apos;s history, crossing<br/>100,000 stars in under 48 hours. Anthropic then accidentally blocked 8,100 legitimate developer<br/>projects while trying to contain the damage. This is a breaking news special episode. Details<br/>are still emerging. We cover what is confirmed, what is unknown, and what it means for the AI<br/>industry.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18957995-special-episode-leaky-bucket-the-anthropic-claude-code-source-code-leak.mp3" length="21640646" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18957995</guid>
    <pubDate>Fri, 03 Apr 2026 08:00:00 -0700</pubDate>
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18957995/transcript" type="text/html" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18957995/transcript.json" type="application/json" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18957995/transcript.srt" type="application/x-subrip" />
    <podcast:transcript url="https://www.buzzsprout.com/2607120/18957995/transcript.vtt" type="text/vtt" />
    <itunes:duration>1801</itunes:duration>
    <itunes:keywords>Anthropic, Claude Code, source code leak, npm leak, claw-code, GitHub, open source, AI security, Chaofan Shou, KAIROS, Undercover Mode, feature flags, DMCA takedown, Boris Cherny, build pipeline security, source map, .npmignore, Capybara, Numbat, Mythos, </itunes:keywords>
    <itunes:season>99</itunes:season>
    <itunes:episode>1</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
  <item>
    <itunes:title>Guardians of Peace. The Sony Pictures Hack of 2014</itunes:title>
    <title>Guardians of Peace. The Sony Pictures Hack of 2014</title>
    <itunes:summary><![CDATA[In November 2014, thousands of Sony Pictures employees arrived at work to find grinning red skulls on every computer screen. What followed was twenty-two days of leaked films, exposed emails, executive humiliation, and a geopolitical standoff that ended with the President of the United States calling out a foreign dictator by name. This is the story of the most destructive cyberattack ever launched against an American entertainment company - who did it, how they did it, and what it means for ...]]></itunes:summary>
    <description><![CDATA[<p>In November 2014, thousands of Sony Pictures employees arrived at work to find grinning red skulls on every computer screen. What followed was twenty-two days of leaked films, exposed emails, executive humiliation, and a geopolitical standoff that ended with the President of the United States calling out a foreign dictator by name. This is the story of the most destructive cyberattack ever launched against an American entertainment company - who did it, how they did it, and what it means for every organization operating in a world where a nation-state can decide you are a target.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></description>
    <content:encoded><![CDATA[<p>In November 2014, thousands of Sony Pictures employees arrived at work to find grinning red skulls on every computer screen. What followed was twenty-two days of leaked films, exposed emails, executive humiliation, and a geopolitical standoff that ended with the President of the United States calling out a foreign dictator by name. This is the story of the most destructive cyberattack ever launched against an American entertainment company - who did it, how they did it, and what it means for every organization operating in a world where a nation-state can decide you are a target.</p><p><a rel="payment" href="https://www.buzzsprout.com/2607120/support">Support the show</a></p>]]></content:encoded>
    <enclosure url="https://www.buzzsprout.com/2607120/episodes/18943280-guardians-of-peace-the-sony-pictures-hack-of-2014.mp3" length="17424431" type="audio/mpeg" />
    <itunes:author>Cole Drayden</itunes:author>
    <guid isPermaLink="false">Buzzsprout-18943280</guid>
    <pubDate>Tue, 31 Mar 2026 23:00:00 -0700</pubDate>
    <itunes:duration>1450</itunes:duration>
    <itunes:keywords>Sony Pictures hack, North Korea, Guardians of Peace, Lazarus Group, wiper malware, Bureau 121, The Interview, Amy Pascal, Park Jin-hyok, cybersecurity, nation-state attack</itunes:keywords>
    <itunes:season>1</itunes:season>
    <itunes:episode>1</itunes:episode>
    <itunes:episodeType>full</itunes:episodeType>
    <itunes:explicit>false</itunes:explicit>
  </item>
</channel>
</rss>
