Switch language한국어
Back to the list

Process Hollowing Detection: Your RAM is your treasure!

TL;DR AI

Key summary

2 min read
  1. The article explains how process hollowing hides malware inside a trusted Windows process.

  2. It shows how captured RAM and Volatility can reveal the real process tree, injected code, and suspicious memory regions.

  3. Analysts can use artifacts like pstree, malfind, and netscan outputs to confirm compromise and spot network activity.

  4. This matters because hollowed malware may not leave clear on-disk traces, making memory forensics critical for detection.

Read the original