πŸ›‘οΈ InfoSec Blue Team Briefing

Tuesday, June 09, 2026

🎧 Audio Briefing

Download MP3

Cyber security developments for Tuesday the 9th of June 2026 covering articles added to the BlueTeamSec community on infosec.pub. Today we have 12 articles to cover. All attribution is by the article authors. All article analysis is automated.

Aurora have published a research repository documenting the Chinese-language cybercrime ecosystem, which has industrialized into a fully professionalized operation. It covers everything from phishing-as-a-service kits through to pig butchering scam compounds in Southeast Asia, illicit stablecoin payment networks, and modular malware targeting enterprises. One for anyone tracking how organized cybercrime has evolved beyond individual actors into something resembling legitimate industry.

ByteRay Labs have released CQL-Hub, an open-source repository of detection and hunting queries specifically for CrowdStrike Falcon and LogScale. The queries are structured in YAML format with metadata, and it's designed as a community-driven resource to standardize threat hunting workflows. Worth a look if you're running that particular stack.

OpenAI have written up how they built a sandbox for Codex on Windows using restricted tokens, custom user accounts, and Windows Firewall rules to isolate autonomous coding agents. It's a good example of defense-in-depth using OS-native security primitives rather than advisory controls, which is particularly relevant given how many organizations are now experimenting with agentic workflows.

Division-36 have released Z-Jail, a lightweight Linux sandbox that combines namespaces, pivot root, and seccomp filters to safely execute untrusted binaries. It whitelists just 15 system calls and includes fingerprinting with audit logs, designed for researchers analyzing potentially malicious payloads without the risk of sandbox escapes or privilege escalation.

Subhash Bharadwaj has published OT Sentinel, an open-source collection of detection rules for industrial control systems covering Modbus, DNP3, IEC 104, MQTT, and OPC-UA. The rules are provided in both Wazuh and Sigma formats, mapped to MITRE ATT&CK for ICS, and validated against real OpenPLC hardware in a lab environment. Intended as an educational resource for organizations that can't justify the cost of commercial OT security platforms.

Meta disclosed that between April 17th and May 31st this year, attackers exploited a vulnerability in Instagram's AI-assisted account recovery system to reset passwords on approximately 20,000 accounts. The attackers manipulated the chatbot into linking their email addresses to victim accounts, gaining full control. Meta patched it on May 31st once they discovered the issue.

Rasmus Moorats reverse-engineered the Creative Sound Blaster Katana soundbar and found it accepts unauthenticated firmware uploads over Bluetooth with no signature verification. An attacker within Bluetooth range can exploit it to turn the device into a covert listening device or inject keystrokes into a connected PC via HID emulation. Creative have dismissed the findings and provided no patch, which is either admirably confident or deeply concerning depending on your perspective.

A technical analysis of PCIe DMA cheats has been published, covering how attackers exploit hardware-level memory access to bypass system security. The piece walks through attack mechanisms using PCIe devices, IOMMU bypass techniques, and defensive strategies including firmware fingerprinting and configuration hardening. Useful background if you're working on anti-cheat or endpoint integrity.

A researcher has detailed BusyWork, a Rust library that replaces standard sleep functions with 76 different legitimate-looking tasks across filesystem, registry, network, and cryptographic operations. The idea is to evade behavioral detection by eliminating detectable timing signatures and creating non-deterministic execution paths. It's designed for malware and game cheats, and challenges the assumption that sleep patterns are a reliable detection signal.

A proof-of-concept demonstrates a local arbitrary file read in the Windows UPnP Device Host service, affecting Windows 11 and potentially other versions. The exploit uses the UPnPRegistrar COM object to read files in the context of the LOCAL SERVICE account, allowing unprivileged users to access sensitive system files. Microsoft assessed this as not meeting their definition of a vulnerability.

EDRChoker is a tool that abuses Windows QoS Policy to throttle the network bandwidth of endpoint security agents, forcing communication timeouts with management servers. The technique creates persistent system-level policies that survive reboots and has been tested against major products including Elastic Defend. Defenders should monitor for unauthorized QoS policy creation targeting security processes.

And finally, Cygor is a modular Python framework that automates asset discovery by orchestrating tools like Nmap, Masscan, and Naabu through a unified dashboard. It's intended for authorized testing by red teams and penetration testers, but defenders should be aware of the characteristic traffic patterns, especially when they appear in high-volume automated sequences.

That concludes today's briefing.

πŸ“° Articles Covered