Linux Forensics: Dr. Phil Polstra @ppolstra PHD, Cissp, Ceh
Linux Forensics: Dr. Phil Polstra @ppolstra PHD, Cissp, Ceh
SecurityTube.net
High Level Process
No No
Lessons Dead
Learned Write Reports
Analysis
SecurityTube.net
Master Boot Record
SecurityTube.net
Master Boot Record Format
Offset Length Item
SecurityTube.net
Partition Record Format
Offset Length Item
0 (0x00 1 (0x01) Active flag (0x80 = bootable)
1 (0x01) 1 (0x01) Start head
2 (0x02) 1 (0x01) Start sector (bits 0-5); upper bits of cylinder (6-
7)
3 (0x03) 1 (0x01) Start cylinder lowest 8 bits
4 (0x04) 1 (0x01) Partition type code (0x83 = Linux)
5 (0x05) 1 (0x01) End head
6 (0x06) 1 (0x01) End sector (bits 0-5); upper bits of cylinder (6-
7)
7 (0x07) 1 (0x01) End cylinder lowest 8 bits
8 (0x08) 4 (0x04) Sectors preceding partition (little endian)
12 (0x0C) 4 (0x04) Sectors in partition
SecurityTube.net
Mounting an Image with a MBR
SecurityTube.net