Skip to content
PodcastsBusinessThe Cybersecurity Defenders Podcast

The Cybersecurity Defenders Podcast

LimaCharlie
The Cybersecurity Defenders Podcast
Latest episode

349 episodes

  • The Cybersecurity Defenders Podcast

    Intel Chat: OpenAI's Astra hits Critical, DEF CON phishing, Philippine nuclear breach [346]

    2026-09-03 | 32 mins.
    Intel Chat with Matt Bromiley and Chris Luft.
    • OpenAI says Astra is the first of its models to reach the "Critical" cybersecurity capability level under its Preparedness Framework — the tier that means a model can independently find and exploit zero-days across well-defended systems, or run an end-to-end attack from a high-level instruction. Astra scored perfectly on ExploitBench, independently discovered two zero-days, escaped a browser sandbox, and chained flaws in a hardened OS to get root. It also refused 91.5% of cyber jailbreak attempts, versus 59% for GPT-5.6 Sol. Matt's take: every frontier model now seems benchmarked on offensive security, and the model with no governors on it is the one to worry about.
    • Post-DEF CON phishing aimed at security researchers. Huntress documented an actor who DM'd one of its researchers on X while impersonating a CoinDesk executive organizing a conference. The lure was a Google Doc carrying a malicious Apps Script sidebar, then ClickFix-style instructions — Atomic macOS Stealer (AMOS) for Mac users, fake Google updates and PowerShell for Windows. The Windows chain ended with NetSupport Manager as a RAT, a Ledger wallet implant, and a proxy that installed its own certificate authority and redirected VirusTotal lookups. Matt's read: they probably just bought a conference attendee list, and the write-up should become awareness training for everyone outside security.
    • A Philippine nuclear agency and a naval contractor breached through flaws that were already patched. Hunt.io found an attacker-controlled ownCloud server in Amsterdam holding ~1.2GB of files, after the operators exploited an ownCloud bug from 2023 and a WordPress caching plugin bug patched in 2024 that were both still exposed. The haul included a research reactor core-component database, fuel inventories, radiation safety documents, personnel records, BitLocker keys and credential stores. Hunt.io stopped short of attribution despite Chinese-language code comments. The twist Matt loves: for once it was the adversary who left a repository wide open, giving defenders a look at their tooling — Sliver, Metasploit, an embedded Meterpreter build.
    • Silver Fox counterfeit installers that switch off Windows Update. Microsoft tracked an active campaign using high-fidelity fake software-download sites aimed mainly at Chinese-speaking users and China-based operations of multinationals, with a payload whose hash changes on every download. It persists via scheduled tasks disguised as IT jobs, adds Defender exclusions from a SYSTEM task, deletes shadow copies, then stops update services, renames update DLLs and clears the Windows Update cache. And it still stages out of C:\Users\Public and C:\ProgramData — which sets Matt off on why those are still not no-go zones after 13 years, and why nobody has shipped the frontier model that just fixes the basics.
    Stories covered:
    • https://www.securityweek.com/openais-astra-becomes-first-model-to-cross-critical-cybersecurity-threshold/
    • https://www.huntress.com/blog/defcon-phishing-google-doc-malware
    • https://www.darkreading.com/cyberattacks-data-breaches/old-unpatched-flaws-attackers-philippines-nuclear-agency
    • https://thehackernews.com/2026/09/fake-software-installers-disable.html
    Chapters:
    0:00 Matt checks in from Virginia Beach
    1:44 OpenAI's Astra crosses the "Critical" cyber threshold
    3:43 Every frontier model is now aimed at cybersecurity
    6:52 So where is the model with no governors on it?
    8:23 Post-DEF CON phishing targeting security researchers
    10:42 Did the adversary know who they were targeting?
    12:55 Turn the write-up into training for everyone else
    15:01 Philippine nuclear agency breached through old, patched flaws
    17:48 For once, the adversary left the door open
    21:26 Silver Fox: counterfeit installers that disable Windows Update
    24:00 Still C:\Users\Public, 13 years later
    25:42 Give us a frontier model that fixes the basics
    The Cybersecurity Defenders Podcast — a podcast about cybersecurity and the people that keep the internet safe. New episodes drop weekly.
    Subscribe wherever you listen:
    • Spotify: https://open.spotify.com/show/6ep00zeY3S8ffZ4o0UeSps
    • Apple Podcasts: https://podcasts.apple.com/us/podcast/the-cybersecurity-defenders-podcast/id1649981740
    • YouTube: https://www.youtube.com/@limacharlieio
    Learn more about LimaCharlie: https://limacharlie.io
    #cybersecurity #infosec #AIsecurity #threatintel #malware
  • The Cybersecurity Defenders Podcast

    Intel Chat: AI patches fail, LiteLLM supply chain, Claude eval incidents & DPRK npm [345]

    2026-08-14 | 34 mins.
    Intel Chat with Matt Bromiley and Chris Luft.
    • AI-generated patches fix vulnerabilities about half the time. 1Password's Off-By-1 team tested ChatGPT-5.5 and Opus 4.8 against six vulnerabilities: across 6,080 generated patches only 46% fixed the underlying flaw, and some that did were narrow enough to be bypassed. Separate Veracode research found a 56% security pass rate across 100+ models, with 44% of AI-generated code carrying detectable OWASP Top 10 issues. Matt's pushback: what is the HUMAN success rate for comparison, and why is nobody publishing that number?
    • LiteLLM supply chain attack. CloudSEK reports 2,500+ organizations and 434,000 CI/CD pipelines potentially exposed. LiteLLM was not the initial target: the compromise came in through Aqua Security's Trivy scanner and spread when LiteLLM's CI automatically installed it, ending with malicious versions 1.82.7 and 1.82.8 on PyPI. They were live for roughly 40 minutes, which automated dependency resolution and cached layers were more than enough to propagate.
    • Anthropic's models reached real systems during evaluations. Reviewing 141,006 evaluation runs, Anthropic found three incidents where Claude models gained unauthorized access to real organizations during capture-the-flag exercises, after a misunderstanding with an evaluation partner left the environments internet-connected. One model published a malicious package to the real PyPI, where it ran on 15 real systems. Matt argues this is a lab test rather than a threat report, and asks what defenders are supposed to do with it.
    • North Korea behind the npm compromises. Amazon Threat Intelligence links the typo-crypto, debug, chalk and axios incidents to the same DPRK actor tracked as SAPPHIRE SLEET, STARDUST CHOLLIMA and BlueNoroff. Wiz found roughly one in ten cloud environments touched by the debug and chalk incident within two hours. The technique has shifted: malicious functionality is now split across several innocuous-looking packages that only do anything once combined, plus slopsquatting and prompt injection aimed at AI code scanners.
    Stories covered:
    • https://www.darkreading.com/application-security/ai-generated-patches-fail-half-time
    • https://www.securityweek.com/over-2500-organizations-impacted-by-litellm-supply-chain-attack/
    • https://www.anthropic.com/news/investigating-incidents-cybersecurity-evals
    • https://aws.amazon.com/blogs/security/amazon-identifies-north-korean-hacker-group-behind-open-source-supply-chain-attacks/
    Chapters:
    0:00 Back from Black Hat
    3:31 AI-generated patches fix vulnerabilities about half the time
    6:23 What is the human success rate?
    10:53 LiteLLM supply chain attack
    13:03 Pin your dependencies
    15:59 Anthropic models reached real systems during evals
    22:12 This is a lab test, not a threat report
    27:06 North Korea behind the debug, chalk and axios compromises
    30:59 Malware assembled from harmless-looking parts
    33:27 Clever people on the other side of the fence
    The Cybersecurity Defenders Podcast — a podcast about cybersecurity and the people that keep the internet safe. New episodes drop weekly.
    Subscribe wherever you listen:
    • Spotify: https://open.spotify.com/show/6ep00zeY3S8ffZ4o0UeSps
    • Apple Podcasts: https://podcasts.apple.com/us/podcast/the-cybersecurity-defenders-podcast/id1649981740
    • YouTube: https://www.youtube.com/@limacharlieio
    Learn more about LimaCharlie: https://limacharlie.io
    #cybersecurity #infosec #AIsecurity #supplychainsecurity #threatintel
  • The Cybersecurity Defenders Podcast

    Proving the value of security operations with Christopher Crowley [344]

    2026-08-13 | 42 mins.
    Today we're speaking with Christopher Crowley, cybersecurity consultant through Montance and Senior Instructor with the SANS Institute, about the value of cybersecurity operations — how to measure it, how to express it to the business, and how AI is changing the work of the SOC.
    Christopher is a cybersecurity practitioner and educator focused on security operations, incident response, threat hunting, and building and maturing security operations centers. He is the author of the annual SANS SOC Survey, a security operations class called SOC-Class, and a new book entitled The Value of Cybersecurity Operations. He is a Senior Instructor with the SANS Institute, a faculty member at IANS, and a consultant through Montance. His background also includes network operations, software development, mobile security assessment, and security policy.
    Learn more at https://montance.com and get the book at https://shop.montance.com
    Support our show by sharing your favorite episodes with a friend, subscribe, give us a rating or leave a comment on your podcast platform.
    This podcast is brought to you by LimaCharlie, maker of the SecOps Cloud Platform, infrastructure for SecOps where everything is built API first. Scale with confidence as your business grows. Start today for free at https://limacharlie.io/
    Subscribe to The Cybersecurity Defenders Podcast on Spotify: https://open.spotify.com/show/6ep00zeY3S8ffZ4o0UeSps
  • The Cybersecurity Defenders Podcast

    Intel Chat: Shai-Hulud is back, model pinning & the token spend problem [343]

    2026-08-08 | 35 mins.
    Intel Chat with Matt Bromiley and Chris Luft — recorded in person at Black Hat USA in Las Vegas, day two.
    No prep doc, no script: just what Matt and Chris were actually hearing on the floor.
    • Shai-Hulud is back. The self-replicating npm worm returned on August 4, trojanizing the keyv / cacheable family and spreading to 400+ packages within hours. Chris reads through Datadog Security Labs' analysis of the Shai-Hulud 2.0 wave: 796 packages and 1,092 versions, 20M+ weekly downloads, credential harvesting with TruffleHog, GitHub repositories used for both exfiltration and command and control, and a worm that reads its own code to propagate without a C2 server.
    • The LLM that downloaded the malicious package by itself. A researcher asked a frontier model about a compromised package, and the model decided the best way to help was to go fetch a copy — tripping the SOC's alert and bypassing the company's centralized package clearing house on the way.
    • Non-human identity as the new perimeter. Every agent you introduce is another identity: who created it, what can it reach, how long should it live?
    • "Computer says no." Matt's colleague hit a refusal from Opus 5, and the session automatically downgraded to 4.8 and completed the task. Which raises the real question of the episode: do security teams now need model pinning, the way we once needed certificate pinning? And if defenders pin to older models to keep working while adversaries use the newest ones, have we rebuilt the same gap all over again?
    • AI governance and change control — which models are approved for which tasks, and what happens when a vendor ships a new version or deprecates an old one.
    • Token spend as a CISO budget line item. Enterprises buying tokens at a scale their vendors can't match and pulling those vendors onto their plan, token burn as an insider-threat vector, and why $100,000 of tokens is not $100,000 of productivity.
    • Defender takeaways: pin your npm packages, get security off its island and talk to your developers, build approved paths before detections, least privilege and key rotation, and network-gated pushes as a deliberate chokepoint.
    Stories covered:
    • https://www.elastic.co/security-labs/shai-hulud-chaindrop-npm-supply-chain
    • https://research.jfrog.com/post/shai-hulud-is-back-august/
    • https://securitylabs.datadoghq.com/articles/shai-hulud-2.0-npm-worm/
    • https://securitylabs.datadoghq.com/articles/npm-worm-compromises-popular-npm-packages/
    • https://unit42.paloaltonetworks.com/npm-supply-chain-attack/
    Chapters:
    0:00 Live from Black Hat, in person for once
    0:48 How Black Hat has changed
    4:31 No prep — let's talk about what's actually happening here
    4:57 Shai-Hulud is back: supply chain compromise
    6:23 The LLM that downloaded the malicious package
    7:19 Inside Shai-Hulud 2.0
    10:34 When attackers and defenders use the same tools
    11:39 Non-human identity is the new perimeter
    12:13 Opus 5 said no, so the session downgraded itself
    15:23 Do security teams need model pinning?
    18:20 Three companies, very nebulous rules
    18:35 AI governance: which model for which task
    21:19 Token spend hits the security budget
    22:58 Is token spend a productivity metric?
    25:46 Pin your packages
    26:25 Get security off the island
    29:17 Least privilege, key rotation, chokepoints
    32:55 Why it's called Shai-Hulud
    33:25 Wrapping up at Black Hat
    The Cybersecurity Defenders Podcast — a podcast about cybersecurity and the people that keep the internet safe. New episodes drop weekly.
    Subscribe wherever you listen:
    • Spotify: https://open.spotify.com/show/6ep00zeY3S8ffZ4o0UeSps
    • Apple Podcasts: https://podcasts.apple.com/us/podcast/the-cybersecurity-defenders-podcast/id1649981740
    • YouTube: https://www.youtube.com/@limacharlieio
    Learn more about LimaCharlie: https://limacharlie.io
    #cybersecurity #infosec #threatintel #AIsecurity #supplychainsecurity
  • The Cybersecurity Defenders Podcast

    Intel Chat: Hugging Face AI-agent breach, WP2Shell, Suno & Paidwork leaks, AWS Bahrain strike [342]

    2026-07-30 | 30 mins.
    Intel Chat with Matt Bromiley and Chris Luft.
    Matt and Chris break down four stories from the week in threat intel:
    • Hugging Face's security incident disclosure: an intrusion conducted end-to-end by an autonomous AI agent system — a malicious dataset exploiting two code-execution paths, thousands of actions across short-lived sandboxes, self-migrating C2 — and why the forensics had to run on the open-weight GLM 5.2 model after hosted frontier models refused to analyze real attack artifacts.
    • WP2Shell: attackers chaining CVE-2026-60137 (WordPress Core SQL injection) with CVE-2026-63030 (Batch REST API logic flaw) for unauthenticated remote code execution on default WordPress installs — found by Searchlight Cyber using GPT-5.6 Sol Ultra in about ten hours, with tens of thousands of exploitation attempts following disclosure.
    • Data breaches at AI music generator Suno (55.3M unique email addresses, plus partial Stripe payment records) and gig-work platform Paidwork (23.3M addresses, password hashes and banking data), per Have I Been Pwned.
    • Iranian state media claims the IRGC destroyed AWS's Bahrain data center (ME-SOUTH-1) with cruise missiles — and what data centers becoming military targets means for cloud resilience.
    Plus: Google Threat Intelligence Group retires APT/FIN nomenclature for new threat-actor names, and where to find Chris and Matt at Black Hat.
    Stories covered:
    • https://huggingface.co/blog/security-incident-july-2026
    • https://www.darkreading.com/cyberattacks-data-breaches/wp2shell-millions-wordpress-sites-remote-takeover
    • https://www.securityweek.com/suno-paidwork-data-breaches-affect-tens-of-millions-of-accounts/
    • https://www.tomshardware.com/tech-industry/data-centers/amazon-data-center-in-bahrain-struck-and-destroyed-by-iranian-cruise-missiles-state-media-claims-attacks-launched-against-aws-site-in-response-to-alleged-us-strikes-on-an-under-construction-nuclear-plant
    Chapters:
    0:00 Intro & Black Hat plans
    2:07 Hugging Face's AI-agent breach disclosure
    12:39 WP2Shell: WordPress exploit chain
    20:59 Suno & Paidwork data breaches
    24:17 IRGC strikes on AWS Bahrain
    28:27 Google Threat Intel's new actor names
    29:29 Black Hat swag hunt & wrap-up
    The Cybersecurity Defenders Podcast — a podcast about cybersecurity and the people that keep the internet safe. New episodes drop weekly.
    Subscribe wherever you listen:
    • Spotify: https://open.spotify.com/show/6ep00zeY3S8ffZ4o0UeSps
    • Apple Podcasts: https://podcasts.apple.com/us/podcast/the-cybersecurity-defenders-podcast/id1649981740
    • YouTube: https://www.youtube.com/@limacharlieio
    Learn more about LimaCharlie: https://limacharlie.io
    #cybersecurity #infosec #threatintel #AIsecurity #databreach
More Business podcasts
About The Cybersecurity Defenders Podcast
An accessible but technical podcast about cybersecurity and the people who keep the internet safe. The podcast is built as a series of segments: we will be looking back at the last couple of weeks in cybersecurity news, talking to different people in the industry about areas of their expertise, we're going to break apart some of the TTPs being used by adversaries, and we will even cover a little bit of hacker history.
Podcast website

Listen to The Cybersecurity Defenders Podcast, The Dwayne Kerrigan Podcast and many other podcasts from around the world with the radio.net app

Get the free radio.net app

  • Stations and podcasts to bookmark
  • Stream via Wi-Fi or Bluetooth
  • Supports Carplay & Android Auto
  • Many other app features