0% found this document useful (0 votes)
21 views4 pages

Digital Forensics Tutorial Insights

This document provides an overview of tutorial 7 on digital forensics. It contains review questions on topics like virtual machine extensions, hypervisors, virtual machine file formats, forensic imaging of VMs, and network forensics tools. There are also two quick quizzes with additional questions on order of volatility, packet analyzers, honeypots, and honeywalls. The document was compiled by Dr. Saeid Iranmanesh from the textbook "Guide to Computer Forensics and Investigations".

Uploaded by

Nimra Zaheer
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
21 views4 pages

Digital Forensics Tutorial Insights

This document provides an overview of tutorial 7 on digital forensics. It contains review questions on topics like virtual machine extensions, hypervisors, virtual machine file formats, forensic imaging of VMs, and network forensics tools. There are also two quick quizzes with additional questions on order of volatility, packet analyzers, honeypots, and honeywalls. The document was compiled by Dr. Saeid Iranmanesh from the textbook "Guide to Computer Forensics and Investigations".

Uploaded by

Nimra Zaheer
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Varsha

T2 2021: ICT741 Digital Forensics

Tutorial 7

Questions and Projects are prepared from Cengage Learning Resource ‘Guide to Computer Forensics and Investigations’. Nelson, B, Phillips, A. &
Steuart, C 2018, Sixth Edition, Cengage Learning US. Mason. OH

ICT741 Tutorial 7 Compiled by: Dr Saeid Iranmanesh Date: 5 July 2021


Review Questions

1. Explain Virtual Machine Extensions (VMX) are part of which


technology?
Intel virtualized technology
2. You can expect to find a type 2 hypervisor on what type of device?
Laptop, desktop, tablet
3. Which of the file extensions are associated with VMware virtual
machines?
vmdk, vmsd, vmx, nvram
4. In VirtualBox, a(n) .vbox file contains settings for virtual hard drives.
5. The number of VMs that can be supported per host by a type 1 hypervisor
is generally determined by the amount of RAM and Storage.
6. A forensic image of a VM includes all snapshots. True or False?
False
7. Which Registry key contains associations for file extensions?
hkey_classes_root
8. How do you know that a virtual machine has been installed on a host
system?
9. To find network adapters, you use the ipconfig command in Windows and
the ifconfig command in Linux.
10. What are the three modes of protection in the DiD strategy?
People, technology, operations
11. A layered network defense strategy puts the most valuable data
where?
Innermost part of the network
12. Tcpslice can be used to retrieve specific timeframes of packet captures.
True or False?
True
13. Packet analyzers examine what layers of the OSI model?
Layer 2 and 3
14. When do zero-day attacks occur?
Before patch is available

Questions and Projects are prepared from Cengage Learning Resource ‘Guide to Computer Forensics and Investigations’. Nelson, B, Phillips, A. &
Steuart, C 2018, Sixth Edition, Cengage Learning US. Mason. OH

ICT741 Tutorial 7 Compiled by: Dr Saeid Iranmanesh Date: 5 July 2021


Questions and Projects are prepared from Cengage Learning Resource ‘Guide to Computer Forensics and Investigations’. Nelson, B, Phillips, A. &
Steuart, C 2018, Sixth Edition, Cengage Learning US. Mason. OH

ICT741 Tutorial 7 Compiled by: Dr Saeid Iranmanesh Date: 5 July 2021


Quick Quiz 1
1. A type 2 hypervisor rests on top of an existing OS, such as Windows, Linux, or Mac
OS.

2. True or False: Instruction sets called Virtual Machine Extensions (VMX) are
necessary to use virtualization; without these instruction sets, virtualization
software doesn’t work.
True

3. By linking a VM’s IP address to log files, you might be able to determine what Web
sites the VM accessed.

4. Live acquisitions of VMs are necessary because they include all snapshots.

5. Which hypervisor type can be installed directly on hardware and is limited only
by the amount of available RAM, storage, and throughput?
Type 1 hypervisor

Quick Quiz 2

1. The amount of time that a long a piece of information lasts on a system is known as
order of volatility (OOV).

2. Network forensics is the process of collecting and analyzing raw network data and
systematically tracking network traffic to ascertain how an attack was carried out or
how an event occurred on a network.

3. True or False: Testing networks is not as important as testing servers.


False

4. Packet Analysers are devices and/or software placed on a network to monitor traffic.

5. A(n) Honeypot is a computer set up to look like any other machine on your network;
its purpose is to lure attackers to your network, but the computer contains no
information of real value.

6. Honey walls are computers set up to monitor what’s happening to honeypots on your
network and record what attackers are doing.

Questions and Projects are prepared from Cengage Learning Resource ‘Guide to Computer Forensics and Investigations’. Nelson, B, Phillips, A. &
Steuart, C 2018, Sixth Edition, Cengage Learning US. Mason. OH

ICT741 Tutorial 7 Compiled by: Dr Saeid Iranmanesh Date: 5 July 2021

Common questions

Powered by AI

Linking a VM's IP address to log files can help investigators trace the network activity and web history of virtual machines. It allows them to identify websites accessed, correlate activities across different VMs, and build timelines of network events, which is crucial for understanding the scope and impact of potential security incidents. This network forensic technique helps in uncovering malicious activities or unauthorized access within the virtualized environment .

Forensic images of virtual machines often exclude snapshots due to the technical and logistical complexities involved in capturing the entire state of all snapshots. Snapshots represent incremental changes and can be numerous over time, making full inclusion resource-intensive. This limitation can affect forensic analysis by leaving a gap in the chronological sequence of data, potentially omitting information on intermediate states or short-lived files that could be crucial to an investigation. Investigators may need to deploy additional methods to capture snapshot-specific data effectively .

Honeypots and honey walls are instrumental in network security and forensics, acting as lures to attract potential attackers away from legitimate resources. Honeypots simulate vulnerabilities to engage attackers, while honey walls monitor and log these interactions without exposing real data. This setup not only deters direct attacks on essential systems but also provides valuable insights into attacker behaviors, tactics, and tools, aiding proactive threat assessments and the development of better defensive measures. However, they must be meticulously managed to avoid unintentional exposure to the wider network .

Testing networks is as important as testing servers because vulnerabilities and security incidents often traverse entire networks rather than targeting individual servers exclusively. Networks are conduits for data, and weaknesses within them can allow attackers access to multiple nodes or data streams. Effective network testing ensures that threats can be detected and mitigated at the earliest possible stage, thus safeguarding the integrity, confidentiality, and availability of information across the board. It complements server testing by addressing potential gaps in a holistic security framework .

Packet analyzers operate primarily at the Data Link (Layer 2) and Network (Layer 3) layers of the OSI model. They capture and interpret network packets, allowing analysts to monitor traffic flows and identify patterns or anomalies that may signify security breaches or unauthorized access. By examining packet headers and payloads, these tools provide insights into communication structures, device interactions, and data transmission behaviors within a network, significantly aiding forensic investigations and network troubleshooting .

The 'defense in depth' strategy uses a multilayered approach to network security by implementing several modes of defense: people, technology, and operations. These layers ensure comprehensive protection against breaches by incorporating human factors like training and policies, technological measures like firewalls and encryption, and operational practices such as regular security audits and incident response planning. This strategy distributes risk and increases the difficulty of circumventing all layers, thus enhancing the resilience of network systems .

The order of volatility (OOV) is critical in digital forensics as it dictates the sequence in which data should be collected to maintain evidence integrity. More volatile data, such as RAM content, changes rapidly and must be captured immediately to avoid loss, whereas less volatile data like hard drive contents can be collected later. Ignoring OOV can lead to incomplete or compromised evidence, impacting the reliability of findings. Forensic strategies must prioritize capturing the most volatile information first, ensuring a comprehensive and credible investigation .

Type 1 hypervisors, also known as bare-metal hypervisors, are installed directly on the hardware and manage guest operating systems without requiring an underlying OS. This typically results in better performance, reduced overhead, and enhanced security. Type 2 hypervisors operate on top of an existing OS, introducing additional overhead but simplifying installation and use. From a forensic perspective, Type 1 hypervisors may present challenges in data acquisition due to limited host OS footprints, whereas Type 2 systems offer more conventional forensics opportunities via the host OS .

Virtual Machine Extensions (VMX) are essential instruction sets required by virtualization software to function. They enable the host hardware to provide virtualized resources to each VM, improving performance by facilitating direct execution of supported guest instructions on the host CPU. Without VMX, virtualization software cannot leverage hardware-assisted virtualization, leading to less efficient emulation. These extensions are part of Intel's virtualization technology, enhancing isolation and security between multiple virtual machines running on the same hardware .

Live acquisition offers distinct advantages in forensics due to its ability to capture the real-time state of a system, including volatile data such as RAM and running processes. For VM snapshots, live acquisition is critical as it ensures that no live states or transient activities are left uncollected. This is essential when snapshots represent incremental system changes, potentially containing evidence at different investigatory stages. Despite inherent risks like data alteration, the comprehensive capture capability justifies its use in dynamic forensic environments .

You might also like