What is a System32 DLL in-memory attack?
Short answer: It's an attack that infects the core Windows code libraries (System32 DLLs) while they are running in memory. Because nearly every application and security tool depends on those libraries to function, compromising them gives an attacker near-total control of the endpoint with very little trace.
Why this is the pinnacle of endpoint tradecraft
System32 DLLs provide the fundamental operations Windows and its applications rely on — memory allocation, cryptography, networking. They were engineered for speed and reliability, never to be patched or hooked on the fly in production.
An attacker who can alter them in memory gains the power to inspect, create, change, or destroy data and programs on the system, with near-untraceable stealth.
Why most tools can't see it
Security products that depend on Microsoft-supplied sensor data are, by definition, relying on the very libraries under attack. The sensors needed to detect this class of attack simply don't exist in standard toolsets — so the tool goes quiet while reporting that everything is fine.
Cyber Crucible was deliberately engineered to be independent of Windows libraries so that a compromised OS cannot blind or disable it.