Malware Development
8 posts
-
Lessons Learned from Cloning Windows Binaries and Code Signing Implants
Lessons learned and observed while experimenting with code signing and cloning file attributes.
-
Writing an Independent Malware
A quick guide and high-level discussion on how to remove runtime dependencies when writing malware.
-
Making NtCreateUserProcess Work
Here's my journey on how I developed a 'minimal' PoC to make NtCreateUserProcess work.
-
Adventures with KernelCallbackTable Injection
A walkthrough on how I made KernelCallbackTable process injection work according to what I wanted.
-
Useful Libraries for Malware Development
A list of some easy-to-use libraries and how to use them for malware development.
-
Quick & Lazy Malware Development
Quickly and lazily write malware from the perspective of a newbie and someone who has very basic programming skills.
-
Picky PPID Spoofing
Performing PPID Spoofing by targeting a parent process with a specific integrity level.
-
When You sysWhisper Loud Enough for AV to Hear You
Evading Windows Defender when SysWhisper got caught!