Definitions Flashcards
What is a byte
8 bits
What is a nibble
half of a byte or 4 bits
What is a bit
1 or 0
What is a CPU
central processing unit acts as the brain of machine. All information processed by the computer is processed by the CPU
What is RAM
Random access memory is volatile data, which stores data before its processed by the CPU. RAM only contains information when there is power
What is ROM
Read only memory (ROM) is non-volatile data, usually boot information, boot strap code, or code loading the operating system
What are peripheral devices
Hard drives (HDs), CDs, USBs, and other long term storage devices that are used to store and exchange files
What is the motherboard
The motherboard connects various components in the computer. It is a printed circuit with connectors (graphics cards, USBs, network devices, etc.)
What are the stages of the forensic process
- Seizure - Gathering of digital devices
- Imaging & Verification: Taking a forensic copy and validating the copy.
- Analysis: Analyzing the image to discover evidence
- Reporting: Reporting on evidence discovered and methods used to discover this evidence.
What is Image verification
hashing is used to validate image is same as source data / hasn’t been altered. A hash is a one‐way mathematical function that provides a representation of data
MD5 hash collision is 1 in 2^128 chance of happening
Md5 hash is 16 bytes (128 bits)
What is a File Signature
magic value found at beginning (and sometimes end) of a files content that indicates the file type
What is Data Carving
involves matching signatures in raw disk contents to see if they match a file signature
What is File Recovery
File recovery techniques make use of the file system information that remains after deletion of a file.
What is File Carving
Carving deals with the raw data on the media and doesn’t use the file system structure during its process
What is the difference between File Recovery and File Carving
File recovery techniques make use of the file system information that remains after deletion of a file.
Carving deals with the raw data on the media and doesn’t use the file system structure during its process. Identifies files in file system in unallocated and file slack
Disadvantage of file carving is false positives, slow process