Persistence Techniques
Persistence turns a temporary foothold into a long-term presence. Registry run keys, scheduled tasks, Windows services, WMI event …
Red Team → All Red Team articles
Persistence turns a temporary foothold into a long-term presence. Registry run keys, scheduled tasks, Windows services, WMI event …
Commercial C2 frameworks are well-signatured by EDR. Custom implants let red teams test defenses against tradecraft that isn't in …
How EDR products hook user-mode APIs in ntdll.dll and collect telemetry through AMSI and ETW — and how security researchers unders…
PE format internals, position-independent shellcode, the VirtualAlloc/VirtualProtect loader pattern, payload encryption for static…
C2 beacons spend most of their time sleeping. During sleep, the shellcode sits as a recognisable RX region in memory — trivially c…
One foothold, full domain: credential dumping extracts LSASS memory, SAM hashes, DPAPI blobs, and NTDS via DCSync — turning any ad…
How attackers hide malicious code inside trusted host processes — browser, svchost, explorer — so EDR sees legitimate process tele…
One foothold is a beachhead, not a win. Lateral movement is how a single compromised host becomes the whole domain: take credentia…
Picking a C2 framework is the easy part; the hard part is hosting it so it survives contact with defenders and can't be traced bac…
Why drop malware when Windows ships the tools? Every working LOLBin category with real commands: certutil/bitsadmin/desktopimgdown…