Project Ares Injector is a Proof of Concept (PoC) loader written in C/C++ based on the [Enlace externo eliminado para invitados] technique. The loader injects a PE into a remote process and features:
- PPID spoofing
- CIG to block non-Microsoft-signed binaries
- Dynamic function resolution without or
Código: Seleccionar todo
LoadLibrary()
APIsCódigo: Seleccionar todo
GetProcAddress()
- API hashing
- Unhooks NTDLL by refreshing the section with a clean version from disk
Código: Seleccionar todo
.text
- Minimized use of WIN32 APIs
- Basic sandbox detection
- AES256 CBC encrypted payload loaded from PE resources
Saludos...