Week 3 Understanding Data: Lab 1 - File Signature Investigations
Learning Objectives
- Apply appropriate practices, tools, and techniques in the context of a given investigative scenario.
- Investigate file headers and file signatures.
Employability Skill Objectives
- Use a Hex Editor tool such as HxD to examine and interpret file headers.
Scenario
Several files have been seized as part of a corporate investigation. However, to disguise their contents, the suspect removed the file extensions and renamed them. Your task is to identify the true file types so they can be accessed in their original formats.
Cyber Lab Shared Folder All required files are available in the CyberLab shared folder.
- Open File Explorer.
- In the address bar, type
\\cyberlaband press Enter. - If prompted for login details, use:
Username: student
Password: Student4 - Navigate to Cyber Share , then Digital Forensics – Ali Jaddoa Folder.
Setup
You will need a Hex Editor such as:
- Login to you PC, username:
student, passwordStudent4o- in case you need admin permmission, use this user
.\cyberstaffand pw isCyberlecturer1
- in case you need admin permmission, use this user
- You can use eitherof the follwing
- HxD Hex Editor (desktop version), and it should be alreadu intalled on your pc.
- HexEd.it (online version).
.
Task 1 - Lab Activity
-
Use this folder
W3-Lab1-Forensic_Investigation_Lab.zipthat- you can download from here,
- Or from Moodle-Week 3
- Or from the Shared Folder in your local machine.
-
Extract the zip file to your machine.
Note: You must extract the zip file for this lab to work properly. -
Open the extracted folder
Forensic_Investigation_Lab, which contains six files: -
Your task is to determine for each file:
- File signature (also known as the magic number)
- Correct file extension (e.g., .jpg, .pdf, .docx, etc.)
To do so:
-
Open HxD Editor, and load each file one by one.
-
In HxD, copy the first 4-6 bytes (the hex values at the beginning of the file).
-
Look up the values on Gary Kessler’s File Signatures Reference: https://filesig.search.org to identify the possible file type.
-
When you believe you have identified the correct file type:
- Choose File - Save As in HxD,
- Save the file using the correct file extension,
- Then try opening it using the appropriate application to confirm your findings.
Repeat the process for all six files.
Record Your Results
| File Number | Signature (Magic Number) | File Extension | Content Description / Notes |
|---|---|---|---|
| File01 | |||
| File02 | |||
| File03 | |||
| File04 | |||
| File05 | |||
| File06 |
Additional Challenges
- File 05 contains a secret message - can you locate it?
- File 06 hides a secondary file with the same extension.
Try to extract, save, and open the hidden content successfully.