IHU Cybersecurity Exam Notes

Source: Juni_2026_Exams/Advance_Forensics/HANDOUT.md

📚 HANDOUT - Forensics Exam Preparation

Welcome!

This is a practical preparation repository for the Advanced Forensics and Malware Analysis lab exam. Its priorities are now derived from the uploaded 2026 lectures and the verified 2025 practical exam.


📁 What's Inside

Folder Purpose What to Do
reference_pdfs/ Source lectures and exam PDFs Keep source files unchanged
lectures/ Optional additional lecture material Add only material not already in reference_pdfs/
exams/ Additional exam files/images Keep year-specific material organized
notes/ Learning materials Read these to understand tools & artifacts
solutions/ Example answers Study to understand answer format
stories/ Project updates Track progress of exam prep
checklists/ Quick references Use during study + exam

🎯 Current Status

Completed:

Still needed:


📋 How This Repo Works

  1. Read notes/00-focus-points.md.
  2. Keep notes/14-exam-day-open-notes-reference.md available during practice

and the open-notes exam.

  1. Learn the workflow in notes/01-tooling-overview.md.
  2. Complete notes/13-lecture-exercises-step-by-step.md in order; it contains

both the explanations and exact commands.

  1. Use notes/16-exam-terms-and-tools-glossary.md for definitions, recognition

evidence, tool selection, and answer language.

  1. Reproduce solutions/exam-2025-verified-walkthrough.md.
  2. Use checklists/malware-analysis-exam-checklist.md during timed practice.

📤 Where to Upload Files

Source lectures

Place shared source PDFs in reference_pdfs/. Do not edit or rename existing sources without updating reference_pdfs/README.md.

Previous Exams

exams/
├── Exam_June_2024_Questions.pdf
├── Exam_June_2024_Image.001
├── Exam_June_2024_Solution.md
└── etc.

The actual 2025 malware-analysis exam and answer PDFs are in reference_pdfs/. The old DOCX metadata under exams/Computer_Forensics_2025 is historical and is not the source used for the verified walkthrough.

Screenshots & Evidence

lectures/screenshots/
exams/sample-answers/

🔄 How to Update Notes

When adding or completing an exercise:

  1. Cite source PDF and page.
  2. Record sample and VM snapshot.
  3. Document exact tool/version, command/filter, and steps.
  4. Separate observed result from interpretation.
  5. Add screenshot filenames, but do not commit sensitive or huge captures.
  6. Update notes/13-lecture-exercises-step-by-step.md.
  7. Update the status table below.
Area Owner Status Evidence/notes
Lecture 1 hashes Unassigned Guide ready VM execution pending
Lectures 2-3 PE/memory Unassigned Guide ready VM execution pending
Lecture 4 static analysis Unassigned Guide ready VM execution pending
Lectures 5-6 dynamic analysis Unassigned Guide ready VM execution pending
Lecture 7 persistence Unassigned Guide ready VM execution pending
Lecture 8 networking Unassigned Guide ready VM execution pending
Lectures 9-10 injection Unassigned Guide ready Highest exam priority
2025 mock exam Unassigned Walkthrough ready Timed rerun pending

📖 Key Documents to Read First

Priority Document Time
Critical Exam-Day Open Notes Keep open
Critical Focus Points 10 min
Critical Tooling Overview 20 min
Critical Complete Lecture Exercise Workbook Multi-day
Critical Exam Terms and Tools Glossary Keep open
Critical 2025 Verified Walkthrough 60-90 min
Useful Exam Checklist 10 min

🚀 Next Steps for Prep


💡 Study Strategy

What to Focus On

Tier 1:

What's Less Important

Tier 2:

Avoid

Tier 3:


❓ Common Questions

Q: Where do I start? A: Read README.md then notes/00-focus-points.md

Q: What tools are most important? A: CFF Explorer/DiE, ProcMon, APIMiner, and Process Hacker. The 2025 injection question alone was worth 40 percent.

Q: How long to prepare? A: 1-2 days intensive with lectures + 1 day practice

Q: What should I memorize? A: Tool workflows, ProcMon operations, PE packing indicators, and injection API families. Understand API context rather than memorizing one rigid chain.

Q: Can I use notes during exam? A: Depends on exam rules — prepare as if you can't

Q: Are all workbook results already verified? A: No. Steps are source-backed; sample-specific observations must be completed inside the university VM.


📞 Contributing

When you add materials:

  1. Create a clear descriptive name
  2. Document it in the folder structure
  3. Link it from relevant notes/ files
  4. Update stories/001-project-status.md

📝 Repository Version

Created: June 15, 2026 Last Updated: June 15, 2026 Status: Source extraction complete; hands-on VM verification in progress


Good luck with your exam preparation! Focus on practical execution, not theory. 🎯