Skip to content

Latest commit

 

History

History
274 lines (251 loc) · 18.1 KB

resources-malwaredev.md

File metadata and controls

274 lines (251 loc) · 18.1 KB

Malwaredev Resources

General

Guides

  • CMEPW/BypassAV
    • desc: This map lists the essential techniques to bypass anti-virus and EDR

Reflection

SysCall

UnHooking

ETW

Heap/Stack Encryption

Tools

Development

  • Visual Code
  • Visual Studio
  • Terminal Preview
  • Cmder
  • WSL+Ubuntu
  • NTCore Explorer CFF Explorer
  • PEView
  • WinDbg Preview
  • Process Hacker
  • CodeBlocks+Mingw
  • SysinternalSuite
  • DnSpy
  • HxD
  • Python
  • PE Studio
  • PE-bear
  • x64dbg
  • ming
  • apimonitor

Research

Misc

Encoding and Encryption

DLL Sideload

Start here, with "Does creating a thread from DllMain deadlock or doesn't it?" (Old New Thing)

Detection

Evasion

Automation

  • Aetsu/OffensivePipeline
    • desc: OfensivePipeline allows you to download and build C# tools, applying certain modifications in order to improve their evasion for Red Team exercises.
  • mgeeky/ProtectMyTooling
    • desc: Multi-Packer wrapper letting us daisy-chain various packers, obfuscators and other Red Team oriented weaponry. Featured with artifacts watermarking, IOCs collection & PE Backdooring. You feed it with your implant, it does a lot of sneaky things and spits out obfuscated executable.
  • SygniaLabs/ScallOps
    • desc: infra / payload automation

Techniques

DLL Hijacking

Payloads

mac

RE