GCIA · Question #77
Adam works as a professional Computer Hacking Forensic Investigator. A project has been assigned to him to investigate computer of an unfaithful employee of SecureEnet Inc. Suspect's computer runs on
The correct answer is B. Swap files C. Slack spaces D. Unused and hidden partition. Windows forensic investigations target areas where deleted, hidden, or residual data persists outside normal file system access, specifically swap files, slack space, and unused or hidden partitions.
Question
Adam works as a professional Computer Hacking Forensic Investigator. A project has been assigned to him to investigate computer of an unfaithful employee of SecureEnet Inc. Suspect's computer runs on Windows operating system. Which of the following sources will Adam investigate on a Windows host to collect the electronic evidences? Each correct answer represents a complete solution. Choose all that apply.
Options
- AAllocated cluster
- BSwap files
- CSlack spaces
- DUnused and hidden partition
How the community answered
(18 responses)- A22% (4)
- B78% (14)
Why each option
Windows forensic investigations target areas where deleted, hidden, or residual data persists outside normal file system access, specifically swap files, slack space, and unused or hidden partitions.
Allocated clusters contain active, currently referenced file system data that is directly accessible through normal OS and user operations, so they do not represent a specialized or hidden forensic artifact source in the same way that slack space, swap files, or hidden partitions do.
Swap files (pagefile.sys on Windows) serve as virtual memory and can contain fragments of documents, passwords, encryption keys, and process memory that were never written to disk as discrete files. This makes them a critical source of volatile evidence that survives after the processes that created the data have terminated. A forensic examiner can parse the pagefile to recover artifacts that would otherwise be unavailable.
Slack space is the unused area between the logical end of a file and the physical end of its allocated cluster; remnants of previously stored data can persist in this region even after the original file was deleted. Because the OS does not clear slack space when a new, smaller file occupies a cluster, it becomes an important location for recovering overwritten evidence. Forensic tools like FTK and EnCase specifically analyze slack space during examinations.
Unused and hidden partitions can store data that the suspect deliberately concealed outside the primary file system, including contraband files, encrypted containers, or artifacts from deleted partitions. These areas are not mounted by default and are invisible to standard OS tools, requiring forensic imaging of the entire physical drive to discover and analyze them.
Concept tested: Windows forensic artifact locations for evidence collection
Source: https://nvlpubs.nist.gov/nistpubs/Legacy/SP/nistspecialpublication800-86.pdf
Topics
Community Discussion
No community discussion yet for this question.