Sadržaj

Uzimanje slike sustava (image)

Nakon skupljanja promjenjivih podataka, može se uzeti slika hard drive-a.

Spajanje računala

Forenzičko računalo (računalo F) se pomoću crossover ili ethernet kabla spoji na istraživano računalo (računalo X) te se oba računala smjeste u istu podmrežu. Da bi mogli međusobno komunicirati, moraju biti na istom mrežnom segmentu. Dobra praksa je koristiti 10.0.0.1 za računalo X, a 10.0.0.2 za računalo F.
U komandim linijama oba računala upisati slijedeće naredbe:
Crossover cable Ethernet CAT5 cable
$ ifdown eth0 (ili koji se već adapter koristi)
$ ifconfig eth0 10.0.0.n netmask 255.255.255.0 (n = 1 za računalo X, 2 za računalo F)
$ ifup eth0

Nakon postavljanja IP adresa, treba provjeriti da se računala mogu pingati. Također, računalo X mora biti isključeno iz svoje standardne mreže (npr. tvrtkina mreža) i biti umreženo jedino s forenzičkim računalom. U slučaju kad to nije moguće, potrebno je obavijestiti klijenta da će slika sustava biti iskrivljena i da zbog toga eventualne parnice neće biti moguće.

Mounting diskova

U savršenom svijetu, drive čija se slika uzima bi se zvao /dev/hda1, ali s obzirom da to nije slučaj, drive će se morati ručno potvrditi. Općenito se boot sektor nalazi u /dev/hda, a datotečni sustav (eng. filesystem) u /dev/hda1. Ako je drive SCSI, umjesto hda će biti sda.
Zadavanjem naredbe mount, ispisati će se svi mountani uređaji, uključujući i novostvorenu točku za mountanje. Ovi podaci se mogu pogledati i u dnevniku poruka u /etc/mtab te u /proc/partitions.

Prije uzimanja slike potrebno je proći pripremne korake:

Za raspravu nakon što saznam kako koristiti Sambu

On the forensic machine, start the Network File System (NFS) service: Service nfs start (this may vary from each system, .e.g /etc/init.d/nfs start) On the forensic system, export your share: vi /etc/exports Shift I (for insert mode) Add your mount point, in this example, /media/disk/IBM/customer_host ESC (exit current command selection), Shift : (exit edit mode), W (write), Q (quit),!(absolute write) www.syngress.com 58 Chapter 3 • Live Response: Data Collection On the forensic system, validate your share is being exported: showmount -e On the target system, mount the forensic share point: mount –t nfs 10.0.0.1:/media/disk/IBM/customer_host (target directory) /mnt/foo (local directory) Verify your NFS mount point on the TARGET system: mount An entry should now be seen at the bottom of the mount list which looks something like this: 10.0.0.1:/media/disk/IBM/customer_host on /mnt/foo type nfs (rw,addr=10.0.0.1) This may fail for several reasons, the most common of which are desktop fire- walls, improper eth0 configurations, bad media (i.e., a bad cable), or the NFS service needs to be restarted. If that is the case, attempt to unmount your NFS share, restart the NFS service, and try mounting it again. If for any reason this second mount fails, move on to the next method of acquisition.The role of a forensic investigator is to gather data, not troubleshoot OS problems. Make a note of the failure in the case logbook, and follow up later in a laboratory environment.

Uzimanje slike