Assignments of day 3 in week #4

Computer Forensics I

Last Updated : Friday, 12-Apr-2002 15:30:47 HKT

On-line inspection

Never trust any program or tool at a compromised host because they can be trojaned. Use your own tursted toolkit on floppy or cdrom

Clone the disk and copy data

Memory Dump

Using dd to snasphot the memory
        dd if= /dev/kmem of=output
        dd if= /dev/mem  of=output

Process Investigation

Collect Network Information


References