We reverse engineered malware built to kill our own EDR.
In August 2026, eSentire documented a ClickFix campaign selling a DLL sideloader as a service.
It drops a malicious mscoree.dll next to a signed Microsoft binary, vb7to8.exe. Windows loads the planted copy first. Attacker code then runs inside a trusted process.
The kit also ships a vulnerable driver (BYOVD) to disable EDR, including Elastic Endpoint.
So we rebuilt it. A NativeAOT .NET 7 library, exports faked, a module initializer that fires on load.
We dropped it beside vb7to8.exe and ran it.
Elastic Defend 9.5.0 flagged the load as DLL Hijack: Masquerading.
Detecting this before 9.5.0 took ~88 lines and a list of ~2,600 library names. Now it's one line.
MITRE ATT&CK: T1574.001 (Hijack Execution Flow: DLL), T1036 (Masquerading).
Reverse engineering walkthrough, the .NET rebuild, and the detection breakdownby @0xfluxsec and @django88_: https://t.co/l1xdUTa7tN
Original campaign research by @eSentire.
New release of DPLoot ๐ฅ
Now DPLoot can recover secrets over multiple protocols : SMB, WMI, WinRM, MSSQL, Local and Cobalt Strike REST API.
https://t.co/O7K4x355wi
So, if you don't need a signed payload... you can serve whatever you want with wsuks https://t.co/OrEAeg1FX4
Cool blog and fire memes! @bagelByt3s
https://t.co/71xJ207L02
Your browser is a C2 agent waiting to happen.
@KingOfTheNOPs shows how to silently sideload a Chromium extension, no prompts or GUI, and turn Chrome/Edge into a persistent implant with SOCKS, cookie theft, and OS access.
Read more ๐ https://t.co/kh0W1ObkeQ
video is up! come watch a simple QR code break Gemini and turn a Unitree robot into a rabid attack dog ๐ฆพ๐ค
Black Hat USA Briefings: Kinetic Prompt Injection: Agent Compromise With a Physical Blast Radius
https://t.co/P0Lw99sgEb
My #BHUSA 2026 slides are online!
It was an honor to share our AFD research and how a different perspective led to 30+ Windows kernel vulnerabilities.
Blog post coming soon โ check out the slides here:
https://t.co/l8xIaRtL7V
And voila, an example implementation of active defense framework to lure and exploit the attacker's LLM.
It's basic and should work in simple scenarios. Great work @crackenagi
Link to the framework: https://t.co/xjuQivf8VZ
We (+@liormama) gained full access to EVERY database on Azure's flagship DB service ๐คฏ
And all we needed was a single key ๐
This is the story of #CosmosEscape ๐งต๐
I wrote a short blogpost about a technique I found a while ago, executing DCSync attack entirely form the memory of a Windows host using C# assembly.
https://t.co/mIWclMTgtf
In "Can AI Do Novel Security Research?" I'll share:
- A research-machine blueprint for AI enthusiasts
- Clearly defined AI fail-points for AI dodgers
- Extensive insight into what makes security research work
- Many many novel desync goodies
I'll also publish major updates to Turbo Intruder, Param Miner and HTTP Request Smuggler. Plus the full source of the HTTP Terminator itself. Choose your own adventure :)
Compromise one node in a Windows Server Failover Cluster and you've compromised all of them.
@unsigned_sh0rt dug into why: shared credentials, forged tickets, and a full attack chain to own the cluster.
Check it out! https://t.co/53K9xgF7rY