nerdexam
GIAC

GCIH · Question #743

The tools and techniques used in memory analysis closely resembles which other type of investigation?

The correct answer is B. Malware analysis. Memory analysis shares the closest resemblance to malware analysis because both disciplines involve examining code, identifying packed or injected payloads, and analyzing runtime behavior at a binary level.

Malware Analysis & Advanced Persistent Threats

Question

The tools and techniques used in memory analysis closely resembles which other type of investigation?

Options

  • ANetwork analysis
  • BMalware analysis
  • CLive analysis
  • DDisk forensics

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    92% (23)
  • C
    4% (1)

Why each option

Memory analysis shares the closest resemblance to malware analysis because both disciplines involve examining code, identifying packed or injected payloads, and analyzing runtime behavior at a binary level.

ANetwork analysis

Network analysis focuses on packet captures, protocol dissection, and traffic flow patterns, which uses entirely different tools and methodologies than memory examination.

BMalware analysisCorrect

Memory forensics and malware analysis both require reverse engineering executable code, identifying shellcode or injected DLLs, unpacking obfuscated payloads, and tracing execution flow - skills and tools that directly overlap. Malware frequently exists only in memory (fileless malware), making memory analysis essentially an extension of dynamic malware analysis. Techniques like identifying process hollowing, detecting injected threads, and examining heap allocations are core to both disciplines.

CLive analysis

Live analysis involves interacting with a running system in real time, whereas memory forensics is typically performed on a captured static image using offline analysis tools.

DDisk forensics

Disk forensics centers on file system artifacts, deleted file recovery, and metadata analysis - a different artifact type with different tooling compared to volatile memory structures.

Concept tested: Relationship between memory forensics and malware analysis

Topics

#memory analysis#malware analysis#volatile forensics#dynamic analysis

Community Discussion

No community discussion yet for this question.

Full GCIH Practice