COMPLETE 200 QUESTIONS AND
CORRECT DETAILED ANSWERS
(VERIFIED ANSWERS) |ALREADY
GRADED A+||BRAND NEW VERSION!!
1. What is the purpose of a Digital Investigative Plan (DIP)?
A Digital Investigative Plan (DIP) outlines the scope, goals, and methodology for a digital
forensics investigation, including background context of the investigation, a clear and detailed
explanation of what is being requested, and a Plan of Action to guide the process effectively.
2. What are the nine evidence of analysis categories used in Windows forensics?
The nine categories are: 1. User Communications, 2. File Download, 3. Program Execution, 4.
File Opening/Creation, 5. File Knowledge, 6. Physical Location, 7. USB Key Usage, 8. Account
Usage, 9. Browser Usage. These categories help map artifacts to investigative questions.
3. What is Arsenal Image Mounter used for in digital forensics?
Arsenal Image Mounter is a forensic tool used to mount disk images as a drive or physical device
in a read-only manner, allowing safe examination without altering the original evidence.
4. Define Volatile Data in the context of forensics.
Volatile Data refers to information stored in temporary memory (like RAM) that will disappear
or be destroyed once the computer system is powered off, making it critical to capture during
live response.
5. What is a complete copy of everything in RAM called when a computer is in hibernation
mode?
,It is called a hibernation file (hiberfil.sys), which preserves a snapshot of the system's RAM state
for quick resume, and can be analyzed for volatile data in forensics.
6. What does the system power state S0 represent?
S0 is the system power state where the system is fully functional and operational, with all
components powered and ready for use.
7. What is Analysis in the context of a digital investigation?
Analysis is the act of examining all individual findings, including the presence or absence of data
and associated metadata, to draw meaningful conclusions about the incident.
8. What are the three key items that must be included in a Digital Investigative Plan?
The three items are: 1. Background information for context, 2. Clear, detailed explanation of the
request, 3. Plan of Action outlining steps and resources needed.
9. What is Alternate Data Streams (ADS) in NTFS?
Alternate Data Streams (ADS) allow additional content for a file by creating extra data pointers
within the same NTFS file entry, such as Zone.Identifier for downloaded files marking origin.
10. What is stored in the AMCACHE.HVE registry hive?
AMCACHE.HVE stores information about executed programs, including file paths, hashes, and
execution timestamps, useful for tracking application usage on Windows systems.
11. What does AppCompatCache refer to in Windows forensics?
AppCompatCache is a registry artifact in the System hive that records application compatibility
data, including paths and last execution times for programs run on the system.
, 12. What is the primary role of the NTUSER.DAT file?
NTUSER.DAT is the registry hive file for a user's profile, containing user-specific settings,
software configurations, and recent activity artifacts like RecentDocs and RunMRU.
13. How does the Windows Prefetch system aid in forensics?
Windows Prefetch (in %SystemRoot%\Prefetch) caches data to speed up application launches
and records execution details like timestamps and loaded DLLs, helping identify run programs.
14. What Event ID is associated with service installation in Windows logs?
Event ID 7045 in the System log indicates a new service was installed, providing details like
service name, executable path, and installation time for forensic timeline reconstruction.
15. Define the term "Dwell Time" in incident response.
Dwell Time is the duration an attacker remains undetected within a network, a key metric
correlating with their ability to achieve objectives and the effectiveness of detection measures.
16. What are the main threat actors categorized in cybersecurity?
Main threat actors include APT (Advanced Persistent Threats from nation-states), Organized
Crime groups, and Hacktivists, each with distinct motivations and tactics in cyber operations.
17. What does NIST stand for, and its role in incident response?
NIST (National Institute of Standards and Technology) provides frameworks like the six-step
incident response process, guiding preparation, identification, containment, eradication,
recovery, and lessons learned.
18. Outline the six-step incident response process.