Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 530 Bytes

File metadata and controls

20 lines (15 loc) · 530 Bytes

Write Blocker For Host Based Forensics Project

Modules to be added

Initial setup - Patching

  • Add couple of lines to the rules file

Enabling a Write Blocker

  1. Stopping automount service
  2. Identifying the USB drive insertion
  3. Mounting USB drive
  4. Blocking through
    • blockdev
    • mount ro (Command in task 3 would change)

Disabling a write blocker (Steps TBD)

TBD (If we have time and is feasible)

  • Monitor kernel level instructions (To verify if it's working/corner cases)
  • Block SCSI instructions