~$captmeelo hack · learn · share

Malware Development

8 posts

  1. redteam· · 10 min read

    Lessons Learned from Cloning Windows Binaries and Code Signing Implants

    Lessons learned and observed while experimenting with code signing and cloning file attributes.

  2. redteam· · 13 min read

    Writing an Independent Malware

    A quick guide and high-level discussion on how to remove runtime dependencies when writing malware.

  3. redteam· · 16 min read

    Making NtCreateUserProcess Work

    Here's my journey on how I developed a 'minimal' PoC to make NtCreateUserProcess work.

  4. redteam· · 14 min read

    Adventures with KernelCallbackTable Injection

    A walkthrough on how I made KernelCallbackTable process injection work according to what I wanted.

  5. redteam· · 14 min read

    Useful Libraries for Malware Development

    A list of some easy-to-use libraries and how to use them for malware development.

  6. redteam· · 10 min read

    Quick & Lazy Malware Development

    Quickly and lazily write malware from the perspective of a newbie and someone who has very basic programming skills.

  7. redteam· · 13 min read

    Picky PPID Spoofing

    Performing PPID Spoofing by targeting a parent process with a specific integrity level.

  8. redteam· · 13 min read

    When You sysWhisper Loud Enough for AV to Hear You

    Evading Windows Defender when SysWhisper got caught!