computer forensics Flashcards
List examples of input devices?
- Keyboard
- Mouse
- JoyStick
- Scanner
List examples of output devices?
- Monitor
- Printer
- Speakers
What is true of data storage and retrieval?
A. Examiners must be familiar with the file system they are examining
B. Evidence may be found in various computer locations and formats
C. There are two categories for data-related evidence:
1. Visible data
2. Latent data
D. The formatting process initializes portions of the hard drive so that it can store data, and it creates the structure of the file system
Compare and contrast ROM and RAM.
Read Only Memory (ROM) – chips that store programs called firmware and are used to
start the boot process and configure a computer’s components
Random Access Memory (RAM) – the location in a computer where the operating system that
is in use can be stored and retrieved for quick reference by the CPU
What are the initial steps in crime scene documentation for cyber crimes?
- The scene should be initially documented in as much detail as possible before any
evidence is moved and examined - Crime scene documentation is accomplished through two actions:
a) Sketching – the crime scene must be thoroughly diagramed and sketched
in a floor plan format
b) Photographing – from all locations and all possible angles, and include
wide and close-up images
What is the correct way to process a computerized crime scene?
-Similar to processing a traditional crime scene (i.e. warrants, documentation, investigation techniques)
- Documentation is a significant component in the computerized crime scene
How is data obtained from a system so that a forensic image can be created?
Because booting a HDD to its operating system changes many files and could destroy
evidentiary data, the data is generally obtained by removing the HDD from the system and
placing it in a laboratory forensic computer so that a forensic image can be created
F. Occasionally, in cases with specialized or unique equipment/systems the image of the
HDD must be obtained by using the seized computer
Identify examples of user-created data.
Visible data is Data from a computer that is openly visible and easily available to users. It can encompass (from an evidentiary standpoint) any type of user- created data like
1. Word processing documents
2. Spreadsheets
3. Accounting records
4. Databases
5. Pictures
What is meant by temporary files?
Files temporarily written by an application to perform a function
1. Most programs automatically save a temporary copy of the file in progress
2. Can be valuable as evidence
3. Can sometimes be recovered during a forensic examination including some of the data
that may have been altered from a previous version
Another type of temporary file valuable to the computer investigator is the printer spool
Why can data be recovered from a printer spool?
- When a print job is sent to the printer a spooling process delays the sending of the
data so the application can continue to work while the printing takes place in the
background - When the print job occurs, a temporary print spool file is created
- This file contains a copy of all of the data from the printer
Define forensic image acquisition.
The process of creating a bit for bit copy of data on a storage device in a forensically sound manner.
Because booting a HDD to its operating system changes many files and could destroy
evidentiary data, the data is generally obtained by removing the HDD from the system and
placing it in a laboratory forensic computer so that a forensic image can be created
What is the difference between visible data and latent data?
Visible data is data from a computer that is openly visible and easily available to users
1. Word processing documents
2. Spreadsheets
3. Accounting records
4. Databases
5. Pictures
Latent data is the areas of files and disks that are typically not apparent to the computer user
Includes data in
1. Swap space (used to conserve the valuable RAM within the computer system)
2. RAM slack – the area from the end of the logical file to the end of the sector
3. File slack – the remaining area from the end of the final sector containing data to the
end of the cluster
4. Unallocated space – the space on a hard drive that contains available space; the
space may also contain temporary and deleted files
Compare and contrast a sector and a cluster.
Sector – the smallest unit of data addressable by a hard disk drive, generally consisting of 512 bytes
Cluster – a group of sectors in multiples of two, typically the minimum space allocated in a file commonly, a cluster will have four or eight sectors
What is meant by defragmenting a Hard Disk Drive?
Defragmenting a HDD involves reconnecting noncontiguous data, a method of storing data in sectors of memory that are not adjoining
What can degrade the performance of a HDD, causing the read/write heads to have to traverse the platters to locate the data?
Fragmentation of numerous files can degrade the performance of a HDD, causing the read/write heads to have to traverse the platters to locate the data