130 likes | 233 Views
Forensic analysis of Windows hosts using UNIX-based tools. Source : Digital Investigation (2004) 1, 197-212 Writer : Cory Altheide Reporter : Yao Professor : Shiuh-Jeng, Wang. Tools. SMART for Linux ( ARSData company ) --- a commercial software Autopsy ( by Brain Carrier )
E N D
Forensic analysis of Windows hosts using UNIX-based tools • Source : Digital Investigation (2004) 1, 197-212 • Writer : Cory Altheide • Reporter : Yao • Professor : Shiuh-Jeng, Wang
Tools • SMART for Linux ( ARSData company ) • --- a commercial software • Autopsy ( by Brain Carrier ) • --- a free, open source software
Properties of the SMART for Linux • Support for several image compression format. • The ability to recover deleted files. • The ability to mount split image files. • Support for NTFS and FAT file format.
Properties of the Autopsy • A web-based wrapper for the Sleuthkit. • A modular, extensible design which allows for easy end-user extension, and reduces the likelihood of encountering a single point of failure. • Support for NTFS and FAT file format.
Deleted file recovery • Both tools perform recovery of deleted files on FAT and NTFS systems, however, Autopsy’s NTFS recovery is somewhat rudimentary compared to SMART’s. • When compared to recovering deleted files from a FAT file system, recovery on NTFS file systems seems almost trivial.
Unallocated space • Both tools allow for the extration of unallocated space to some degree, although the extraction performed by SMART is far more granular and customizable. • “foremost” is a very good tool for performing file carving against recovered unallocated or otherwise unstructured space.
Keyword searching • SMART • --- simple term search • --- Unicode term search • Autopsy • --- lack of Unicode support
Window file examination • Trojan Defense --- use Clam Antivirus and F-prot to scan mounted volume for known malicious code.
Pasco, Galleta, and Rifiuti • Rifiuti parses INFO2 files from the Recycle Bin. --- INFO2 file is an index of the former metadata • Galleta parses Internet Explorer cookies. --- a plain text file • Pasco parses Internet Explorer history files. --- an index.dat file stores data about a user’s web surfing history
Email files • LibPST is a library for parsing Outlook PST files. • Readpst read PST input and produces a number of specifiable output format. ( by default, is the mbox format ) • LibDBX parses Outlook Express DBX files. • Readoe produces valid mbox files.
Processing Windows Registry hives • Regviewer --- stable • Chntpw • Regedit • Kregedit --- unstable
An up-and coming forensic tool • FLAG is a very ambitious forensics utility originally created by the Australian Department od Defense. • PyFLAG is a complete rewrite of FLAG using the Python programming language. • Equipped with the MySQL database backend, reconstruction of TCP streams from imported capture files, importation of arbitrary log files.
Conclusion • The current tools will continue to develop, and new tools will emerge. • As Linux continues to grow and mature as an operating system, the public demand for interoperability will grow along with it.