Viernes 26 Junio 2026 08:30:55 GMT+02:00

Netcrook

InicioManifiesto
Noticias
Techcrook
Geocrook
WikicrookEquipoAppContacto
EnglishItalianoArabic

WIKICROOK

In-Memory Loader

A technique that executes or stages malicious code in memory to reduce disk-based traces.

An in-memory loader is a technique that stages or runs malicious code directly in RAM instead of writing a full payload to disk. Attackers use it to unpack, decrypt, or inject the next-stage code inside a live process, which helps reduce file-based traces and can make traditional antivirus detection harder.

It matters in cyber security because many defenses still rely on inspecting files, downloads, or obvious executables. When code exists mainly in memory, defenders may need to look at process behavior, parent-child relationships, memory allocations, module loads, and injection patterns rather than just scanning the file system. In real attacks, in-memory loaders are often used with RATs, droppers, and post-exploitation tooling to keep activity quieter and to stage additional payloads. Defenses include application control, least privilege, EDR memory inspection, script and macro restrictions, and monitoring for suspicious process hollowing, reflective loading, or unusual network activity from trusted processes.

← índice WIKICROOK