Security briefing for Wednesday the 9th of September 2026, drawn from the BlueTeamSec community on infosec.pub. A busy one today, with fifteen stories to get through.
Starting with threat intelligence. Kudelski Security and Sekoia have published a detailed look at how North Korea structures its cyber operations. It's moved well beyond intelligence collection into a revenue-generating enterprise that funds weapons programmes, using a hybrid model of state-sponsored groups and illicit IT workers placed globally. The regime frequently reorganises units to complicate attribution and prevent internal power consolidation.
And Dutch police are asking for public help identifying a voice behind social engineering attacks on Odido telecoms staff. The attacker impersonates IT support, creates urgency around fake technical problems, and pushes employees toward credential-harvesting links. Worth flagging if your organisation runs similar helpdesk operations.
On to offensive research. ERNW has published the second part of a series showing that Microsoft Entra's Continuous Access Evaluation can be bypassed by attackers who deliberately request non-CAE tokens after stealing a refresh token. The kicker is that CAE-capable tokens actually have longer lifetimes — up to twenty-eight hours versus the usual sixty to ninety minutes — which rather defeats the point.
Researchers have released a proof of concept for Remote Mapping Injection, which combines remote thread hijacking with mapped memory sections to execute shellcode while evading EDR. It avoids the usual monitored APIs like VirtualAllocEx and instead uses CreateFileMapping and MapViewOfFile, sidestepping the red flags security tools typically watch for. We've covered related evasion techniques around thread hijacking and driver abuse over the past week or so.
Another EDR bypass, this one from S12cybersecurity. HandleRedirect uses a vulnerable driver to perform kernel-level handle table redirection — opening handles to benign processes, then using kernel read-write to silently redirect them to sensitive targets like lsass. Completely bypasses callback-based monitoring.
A new project called Endpoint AI Agent Abuse catalogues attack techniques targeting AI agents running locally on endpoints. It focuses on how adversaries can subvert agent configurations, runtime environments, and inherited system permissions — going beyond prompt injection to cover privilege escalation, persistence, and data exfiltration through compromised agents with broad access.
And a proof of concept for fileless ELF execution on Linux using O_TMPFILE and execveat. Dntry demonstrates how to run binaries without triggering inotify or fanotify events, leaving minimal forensic traces — processes appear as deleted temp files in listings. One for red teamers and defenders watching Linux environments alike.
Moving to tooling. Darkcloak is a post-exploitation proof of concept for cloaking process identity on Linux by manipulating kernel structures and metadata. It uses prctl commands, an mmap trampoline to detach from disk-backed binaries, and namespace isolation to disguise malicious processes as legitimate services like sshd.
Microsoft has released OpenKustoExplorer, an open-source desktop workbench for Azure Data Explorer built with .NET 10 and Avalonia. It's designed with security by default — credentials aren't persisted, authentication goes through the system browser, and Copilot integration is opt-in with data exposure limits. Useful if you're doing KQL query work or investigation graphs at scale.
Also from Microsoft, tgrep — a trigram-indexed grep tool for fast regex searches across large codebases. It uses a client-server architecture with persistent indexing and integrates with GitHub Copilot CLI, targeting monorepo environments with a hundred thousand files or more.
pktz is an eBPF-powered network monitoring tool that provides real-time, process-level visibility into network activity without packet sampling. Requires root or specific capabilities, and it's aimed at system administrators and security engineers who need granular observability across all running processes.
The Yean-Sec team has released an AI-driven autonomous penetration testing platform called StrikeAgent. It uses Claude Code for attack planning with self-looping logic, learns from past attacks using a memory library, and integrates with tools like nmap, ffuf, and nuclei. Red team automation with a somewhat concerning level of autonomy.
OrbitCurve has published a repository of AI-augmented workflows and skills specifically for firmware reverse engineering. It's designed to streamline analysis using Claude and Codex capabilities — more of a toolkit resource for security researchers than a security incident.
And the Spectra Vulnerability Research Group has published an educational textbook on exploit development for Linux x86_64 architectures. Covers bypassing modern mitigations like ASLR, DEP, and canaries using Return-Oriented Programming and memory corruption. It's academic training material for controlled lab environments.
Finally, on the defence side, Microsoft has released an early preview of the Microsoft eXecution Container, or MXC — a cross-platform sandboxing framework for safely executing untrusted code on Windows, Linux, and macOS. It provides a unified configuration schema and TypeScript SDK, though Microsoft explicitly warns it shouldn't be treated as a hardened security boundary and may have overly permissive defaults out of the box.
That's everything for today from BlueTeamSec. The original articles are the work of their respective authors — the analysis here was automated. Back tomorrow.