BlueTeamSec briefing for Thursday the 20th of August 2026. A busy one today, with sixteen stories covering everything from ransomware operations to some properly creative evasion techniques.
CISA, the FBI, and Health and Human Services have issued a joint advisory on Medusa ransomware. The group's been active since 2021 and has hit over five hundred victims using double and triple extortion tactics. They're gaining access through phishing and rapid exploitation of public-facing vulnerabilities, then maintaining persistence with legitimate remote management tools like Atera and AnyDesk alongside backdoors.
The U.S. Department of Justice and State Department have both published details on seventeen Iranians charged with a massive cyber-theft campaign on behalf of the Revolutionary Guard. The Mabna Institute operation ran from 2013, targeting over three hundred universities and dozens of companies globally, exfiltrating more than thirty-one terabytes of academic data. There's a ten million dollar reward on offer for information leading to their arrest.
Quick Heal have published analysis of Operation QUICSILVER, a China-nexus espionage campaign targeting Myanmar diplomats and IT personnel. The operation uses VHD files to deliver a custom Go-based backdoor that communicates over QUIC protocol with RC4 encryption, and employs anti-sandbox techniques including random delays and intensive hashing to avoid detection.
Blackorbird have written up a new North Korean campaign from APT37. The group launched a spear-phishing operation in June targeting South Korean government agencies using NarwhalRAT, a Python-based trojan that supports over thirty commands including keylogging, screen capture, and USB exfiltration. It masquerades as Naver Whale browser directories and uses anti-VM detection for evasion.
Recorded Future have profiled what they're calling PurpleDelta, a North Korean IT worker operation running out of China. The operatives applied to over eleven hundred companies between late 2024 and early 2025, using AI-generated personas and ChatGPT for interview assistance. The aim is simultaneous employment at multiple organisations to exfiltrate proprietary data and source code. One for HR teams and insider threat programmes.
On a related note, Bridewell have published an implementation and operational guide for defending against North Korean IT workers who infiltrate organisations as insider threats. It's a practical resource covering detection strategies and organisational defences, particularly useful if you're managing remote hiring at scale.
Check Point Research have exposed the StopAndProtect campaign, which compromised roughly two thousand WordPress sites between May and July this year. The operation used ClickFix social engineering to distribute ransomware and data-theft tools, with the compromised sites serving as malware distribution points, command-and-control infrastructure, and exfiltration storage. Worth reviewing if you're managing WordPress deployments.
Ukraine's Asset Recovery and Management Agency has reported a cyberattack on its servers that coincided with a deadline for managing assets of sanctioned Russian oligarch Mikhail Fridman. The agency characterises this as part of a coordinated hybrid campaign combining cyberattacks, information operations, and political pressure. The Security Service of Ukraine is investigating.
TechTarget have published details on how French authorities compromised the EncroChat encrypted phone network back in 2020. They created a fraudulent update server and pushed custom malware that exploited an unpatched Android vulnerability to exfiltrate real-time communications. The operation led to thousands of arrests across Europe, though subsequent forensic analysis has raised questions about potential alterations to evidence.
Ontinue have discovered TWINLOOT, a Python-based implant framework that conducts its entire command-and-control within Microsoft 365 and Azure. It uses dual channels via SharePoint Online and reverse SOCKS5 through Teams TURN infrastructure, launches headless Edge to mask Graph API traffic as legitimate browser activity, and deploys fake lock screens for credential theft. One for those running Microsoft cloud environments.
A security researcher has reverse-engineered Malwarebytes Browser Guard, which has fifteen million installations, and uncovered some concerning design choices. The extension includes source maps that exposed a hidden debug interface accessible via web URL, ineffective XOR obfuscation of credentials, and persistent machine ID tracking. The analysis reveals significant architectural weaknesses in what's meant to be a security product.
A researcher using the handle PatchRequest has released BusyWork, a Rust library designed to evade behavioural detection by EDR and anti-cheat systems. It replaces detectable sleep calls with varied, legitimate-appearing computational work and syscalls, explicitly avoiding timing dependencies to break pattern-matching methods. One for red teams and detection engineers alike.
DutchOven is a new red-team tool that uses Windows Filtering Platform to simulate controlled network brownouts for specific applications. It requires admin privileges, operates non-persistently with automatic cleanup, and is designed for offensive assessments to test how applications handle intermittent connectivity.
Christopher Domas has detailed a fundamental vulnerability in x86 System Management Mode synchronisation. By executing pathologically long instructions that exceed SMM rendezvous timeouts, attackers can desynchronise CPU cores and break SMM isolation, enabling exploitation of previously unexploitable time-of-check-to-time-of-use vulnerabilities in SMM handlers. The technique requires no specialised hardware and affects a wide range of processors including AMD Zen 3.
And another low-level attack technique from Exploit Pack. Researchers demonstrated Interrupt Descriptor Table hijacking on Windows 11 systems protected by virtualisation-based security and hypervisor-enforced code integrity. The attack uses arbitrary physical memory read-write to clone the IDT into writable memory, modify interrupt gates, and transiently remap page table entries to execute hijacked handlers without triggering integrity checks.
That's everything for today from BlueTeamSec. The writing is by the original authors — the analysis was automated as always.