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.
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)- A18% (8)
- B73% (33)
- C7% (3)
- D2% (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.
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.
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.
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.
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
Community Discussion
No community discussion yet for this question.