nerdexam
CompTIA

CAS-002 · Question #330

A forensic analyst receives a hard drive containing malware quarantined by the antivirus application. After creating an image and determining the directory location of the malware file, which of the…

The correct answer is B. The timeline analysis of the file system. File system timeline analysis is the most reliable forensic method for determining when a system was first infected because it correlates timestamps across all file system artifacts into a chronological sequence.

Research and Analysis

Question

A forensic analyst receives a hard drive containing malware quarantined by the antivirus application. After creating an image and determining the directory location of the malware file, which of the following helps to determine when the system became infected?

Options

  • AThe malware file's modify, access, change time properties.
  • BThe timeline analysis of the file system.
  • CThe time stamp of the malware in the swap file.
  • DThe date/time stamp of the malware detection in the antivirus logs.

How the community answered

(45 responses)
  • A
    18% (8)
  • B
    73% (33)
  • C
    7% (3)
  • D
    2% (1)

Why each option

File system timeline analysis is the most reliable forensic method for determining when a system was first infected because it correlates timestamps across all file system artifacts into a chronological sequence.

AThe malware file's modify, access, change time properties.

The MAC time properties of the malware file alone can be trivially manipulated by an attacker using timestomping tools, making them an unreliable standalone indicator of actual infection time.

BThe timeline analysis of the file system.Correct

Timeline analysis aggregates MAC (modify, access, change) timestamps from every file and directory on the file system into a unified, chronological event log, allowing the analyst to identify the earliest traceable activity associated with the malware. This method reveals the full infection chain - including dropped files, registry writes, and related artifacts - rather than relying on a single potentially manipulated or delayed indicator. It provides context that no single file or log entry can supply on its own.

CThe time stamp of the malware in the swap file.

The swap file is a volatile, frequently overwritten virtual memory artifact that does not reliably preserve original timestamps and cannot be used to pinpoint the precise time of initial infection.

DThe date/time stamp of the malware detection in the antivirus logs.

The AV detection log timestamp records only when the antivirus engine identified the threat, which may be days or weeks after the actual infection occurred, depending on when signatures were updated.

Concept tested: File system timeline analysis for infection time determination

Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-86.pdf

Topics

#file system timeline#digital forensics#malware analysis#timestamp analysis

Community Discussion

No community discussion yet for this question.

Full CAS-002 Practice