Home / Episodes / Jul 29, 2026
Episode show notesJul 29's Top Cyber News NOW! - Ep 1184
At a glance
BMC firmware vulnerabilities, AI cracking encryption, Iranian state actors deploying new backdoors, and botnets using blockchain C2 dominated Wednesday's threat landscape. Meanwhile, vulnerability disclosures hit record pace—45,000 in 2026 alone—signaling an acceleration in both discovery and exploitation timelines that demands immediate attention to patch management.
Stories covered
How are 24,000 internet-exposed BMC servers leaking password hashes?
What happened: Researchers discovered over 24,000 internet-exposed baseboard management controllers vulnerable to an IPMI 2.0 authentication weakness dating back to 2013. Attackers can request authentication responses to crack passwords offline. Many affected Supermicro systems use weak 10-character uppercase passwords printed on chassis labels with default "admin" credentials.
Why it matters: BMC access grants remote control over physical servers without requiring on-site intervention. The combination of weak default credentials, printed passwords, and predictable usernames (admin) collapses authentication complexity. Password cracking time for 10-char uppercase is ~4 minutes using standard tools and rainbow tables.
What to do: Scan for UDP 623 (IPMI) exposure in your environment. Check for internet-facing BMC services. If present, enforce strong, randomized credentials and disable unnecessary remote management interfaces where possible.
Can Claude effectively break next-generation encryption algorithms?
What happened: Anthropic researchers used Claude to discover flaws in post-quantum cryptography. In ~60 hours and $100,000 in compute tokens, they improved attacks on the NIST candidate Hawk signature scheme, halving its key strength. They also broke a weakened 7-round AES variant—not production-grade encryption.
Why it matters: This is largely academic (Hawk isn't deployed), but demonstrates LLMs can assist in cryptanalytic research. The fix is trivial: double key sizes. The concerning pattern is that unsupervised AI running for days can discover non-obvious weaknesses.
What to do: Monitor for news on post-quantum cryptography standards. For now, this doesn't change operational crypto practices. Stay current with NIST PQC recommendations when finalized.
What is Google's new threat actor naming taxonomy replacing sequential IDs?
What happened: Google adopted a memorable, logically-structured naming system: a public reporting term plus a categorical suffix (e.g., "Castle" for China, "Relic" for Russia, "Comet" for cybercrime). APT44/Sandworm becomes "Sandworm Relic." Previous identifiers remain indexed and searchable.
Why it matters: Threat actor naming has been fragmented across vendors (Microsoft, CrowdStrike, FireEye each use different conventions). Google's scheme adds logical structure tied to attribution, reducing cognitive overhead and improving cross-team communication. Helps unify a messy landscape.
What to do: Adopt Google's scheme internally or map it to your existing taxonomy. Begin standardizing threat actor references in your threat intel platform and incident reports to reduce confusion.
How is Dysphoria botnet using blockchain to evade C2 takedowns?
What happened: Dysphoria has grown to 200,000+ compromised devices and shifted from DDoS attacks to using infected hosts as network proxies. The botnet now embeds C2 addresses in fake IPv6 strings and retrieves actual infrastructure via Ethereum ENS and Solana SNS domains, making C2 infrastructure immutable and law-enforcement-resistant.
Why it matters: Blockchain-based C2 resolution is persistent and decentralized. Infected devices send distinctive 78-byte login packets; identifying this signature in network logs is your best detection avenue. This represents a maturing evolution of the original Mirai source code leaked in 2015.
What to do: Profile and flag the 78-byte heartbeat packet associated with Dysphoria. Monitor egress traffic for unexpected blockchain domain lookups (ENS, SNS). Enforce strong SSH/Telnet credentials and patch known vulnerabilities used in initial compromise.
Is Iran-backed Nimbus Manticor deploying a new Windows backdoor called Nightledger?
What happened: Kaspersky documented a campaign by Iranian state actor Nimbus Manticor (Microsoft tracks as Sandstorm) targeting Middle East, Africa, and South Asia with a previously undocumented Windows backdoor (Nightledger) and custom WebSocket tunnelers. Initial access likely via spear-phishing with job opportunity-themed lures.
Why it matters: This represents classic advanced persistent threat tradecraft: custom backdoors, multiple C2 tunnels, and social engineering. The geographic scope (Jordan, Pakistan, Ethiopia) suggests broader regional intelligence objectives. Initial compromise still relies on human clicking despite sophisticated post-exploitation tools.
What to do: Train users on job opportunity phishing lures—nation states tailor these heavily. Monitor for suspicious WebSocket traffic and uncommon Windows process execution. Maintain updated detections for Nightledger IoCs as Kaspersky releases them.
Why is Sierra acquiring Oasis Security for $1 billion?
What happened: Sierra announced acquisition of Oasis Security (launched 2022, raised $195M) for $1 billion. Sierra plans to integrate Oasis's non-human identity and access governance solutions into its data security platform, positioning for AI-centric security needs.
Why it matters: Signals maturation of non-human identity management as a critical security domain. AI agents and service accounts require governance; consolidation suggests the market is shifting from emerging to essential. Other identity-focused vendors may face acquisition pressure.
What to do: If you have multi-year contracts with either vendor, review termination and change-of-control clauses now. Monitor for product roadmap changes post-acquisition. Begin evaluating non-human identity governance for your environment regardless of vendor.
Why has the NVD recorded 45,270 vulnerabilities in just seven months of 2026?
What happened: Through July 2026, the NVD has cataloged 45,270 vulnerabilities—approaching the entire 2025 total. Microsoft alone disclosed 642 vulns in July patch Tuesday; Oracle patched 449. AI-assisted vulnerability discovery and disclosures are accelerating.
Why it matters: Vulnerability management is no longer optional theater. The time between disclosure and exploitation is compressing. Patching, legacy tech replacement, and asset inventory are now critical. Ignoring vulnerability management exposes you to rapid weaponization.
What to do: Prioritize vulnerability management and patching cycles immediately. Not all vulnerabilities are exploitable, but AI is finding real flaws at scale. Establish SLAs for critical/high-severity patching. Map your asset inventory and track patch compliance religiously.
How are AI agents augmenting cyber attacks on Thai government infrastructure?
What happened: Researchers documented an attack on Thailand's Ministry of Finance where threat actors deployed the open-source Hermes AI agent in "YOLO mode" (unrestricted, no human approval). The agent performed system enumeration, privilege escalation, file discovery, and network reconnaissance—but no malware creation or data exfiltration observed.
Why it matters: This demonstrates post-exploitation use of autonomous AI agents. Once inside, attackers can let agents enumerate and move laterally without human intervention. This may have been a proof-of-concept, but it normalizes AI-augmented attack workflows.
What to do: Monitor for Hermes or similar autonomous agent tool signatures in your environment. Baseline normal system enumeration and reconnaissance behavior to detect abnormal patterns. Focus on blocking initial access (phishing, credential theft) since post-compromise agent activity is difficult to stop in-band.
Key takeaways
- BMC credentials remain dangerously weak; scan for UDP 623 exposure and enforce strong, randomized passwords immediately—4-minute crack times are standard.
- Vulnerability disclosures are at record pace (45K+ in 2026); vulnerability management and patching are now existential requirements, not optional compliance theater.
- Nation states (Iran, China) continue relying on phishing and social engineering for initial access despite sophisticated post-compromise tools—user training still matters.
- Blockchain-based C2 infrastructure is emerging as a law-enforcement-resistant persistence mechanism; monitor for blockchain domain queries in egress traffic.
- AI agents are now being deployed for post-exploitation reconnaissance and lateral movement, shifting attack workflows from human-led to semi-autonomous operations.
Topics covered
IPMI, BMC vulnerabilities, password cracking, cryptography, encryption flaws, LLM security, threat actor naming, Google threat intelligence, botnets, Dysphoria, blockchain C2, Mirai variants, Nimbus Manticor, Nightledger backdoor, Iranian state actors, phishing, non-human identity management, M&A, vulnerability management, NVD, patch Tuesday, Microsoft vulnerabilities, AI agents, Hermes, post-exploitation, Thailand
Want the live experience? The Daily Cyber Threat Brief airs live every weekday at 5am PT / 8am ET on YouTube. 400+ practitioners join the chat in real time.