Extending the Sleuth Kit and Its Underlying Model for Pooled Storage File System Forensic Analysis

Total Page:16

File Type:pdf, Size:1020Kb

Extending the Sleuth Kit and Its Underlying Model for Pooled Storage File System Forensic Analysis Extending The Sleuth Kit and its Underlying Model for Pooled Storage File System Forensic Analysis Fraunhofer Institute for Communication, Information Processing and Ergonomics Jan-Niclas Hilgert* [email protected] Martin Lambertz [email protected] Daniel Plohmann [email protected] © Fraunhofer FKIE Digital Forensic Analysis Slide 2 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File Systems n Define how data is read from and written to a storage device n Utilize metadata to keep order of the data stored n File systems differ in many aspects EXT2FS HFS NTFS n Extensive background knowledge is required for a forensic analysis n But not always existent Slide 3 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File System Forensic Analysis De-Facto Standard Model Physical Storage Media Sectors of Data Device Analysis Volume Volume n Universal model for a file system Analysis forensic analysis n Presented by Brian Carrier in 2005 File System n Consists of four interdependent steps File Analysis n Implemented in The Sleuth Kit Application Analysis Slide 4 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File System Forensic Analysis De-Facto Standard Model Physical Storage Media Sectors of Data Device Analysis n Works great on a lot of established file systems Volume Volume Analysis EXT2FS NTFS File System HFS File Analysis n Problem: It hasn’t been reviewed or changed since its publication Application Analysis Slide 5 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File System Forensic Analysis Trying TSK on ZFS jhilgert:ZPool$ fsstat disk1 Cannot determine file system type Slide 6 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Pooled Storage File Systems Old File System Mapping FAT32 NTFS Ext4 Block Device Block Device Block Device StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device n Storage devices (hard drives, solid state drives ...) are somehow used to create new block devices n One file system is assigned to one of these block devices Slide 7 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Pooled Storage File Systems New Approach Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device n Storage Devices are combined to form a storage pool n Its configuration depends completely on the implementation n File systems share the available space from the storage pool Slide 8 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Detect Pool Members Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 9 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Detect Pool Members Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 10 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Detect Pool Configurations Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 11 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Analyze a Complete Pool Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 12 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Access Correct Offsets on Physical Disks Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 13 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Access All Filesystem Data Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 14 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Requirements – Deal with Incomplete Pools Filesystem Filesystem Filesystem Storage Pool StorageStorage StorageStorage StorageStorage Storage Storage Storage DeviceDevice DeviceDevice DeviceDevice Device Device Device Slide 15 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File System Forensic Analysis Phyiscal Media Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis n Acquisition of data from storage devices n Data is only seen as a sequence of bytes n No change necessary File System Analysis File Application Analysis Slide 16 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE File System Forensic Analysis Application Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis n Performs an application-level analysis of the acquired files n Works on already recovered and File System File collected files Analysis n No change necessary Application Analysis Slide 17 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Volume Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis n Data is searched for its underlying volume structure n Returns detected volumes (block devices) File System Analysis File Application Analysis Slide 18 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Volume Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis n Pooled storage file systems implement their own “volume manager” n Established volume managers are still used File System Analysis File n Volumes can also be part of a pool n Volume analysis is still necessary Application Analysis Slide 19 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Pool Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis Reconstructed File PoolSystem Pool Analysis File n Volumes or data need to be analyzed ApplicationFile System for possible pool membership File Analysis n Using the file systems volume manager results in a reconstructed pool n Only high-level access Application Analysis n No file system analysis possible Slide 20 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Pool Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis Reconstructed Pool Pool (Direct Access) Pool Analysis Pool Member n File system data and metadata is File System essential for a file system analysis File Analysis n Direct access to the pool and its members is required n Mapping schema of the file Application system needs to be known Analysis Slide 21 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Pool Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis Reconstructed Pool Pool (Direct Access) Pool Analysis Pool Member n Volumes do not need to be part of a pool File System File n Important: Pool analysis is file system Analysis dependent Application Analysis Slide 22 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model File System Analysis Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis Reconstructed Pool Pool (Direct Access) Pool Analysis Pool Member n Each volume is searched for a file system File System File n File system analysis can be performed Analysis on the pool with direct access Application Analysis Slide 23 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Extension of the Standard Model Extended Model Physical Storage Media Sectors of Data Device Analysis Volume Volume Analysis Reconstructed Pool Pool (Direct Access) Pool Analysis Pool Member n Prototypically implemented for ZFS File System File Analysis Application Analysis Slide 24 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Pooled Storage File Systems ZFS – Volume Management n First presented in 2003 (more than a decade ago) n Available for major platforms like Solaris, FreeBSD, Linux, MacOS n ZFS combines multiple volumes into a storage pool n Pool members are identified by four vdev-labels L1 L2 Data L3 L4 Storage Device (Vdev) Slide 25 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Pooled Storage File Systems ZFS – Volume Management n Pools in ZFS consist of one or more top-level virtual devices (vdevs) n Data is striped across all of these top-level vdevs Data ZFS Pool Top-Level Top-Level Top-Level Vdev Vdev Vdev Slide 26 August 8th, 2017 © Cyber Analysis & Defense Department, Fraunhofer FKIE Pooled Storage File Systems ZFS – Volume
Recommended publications
  • A Usability Analysis of the Autopsy Forensic Browser
    Proceedings of the Second International Symposium on Human Aspects of Information Security & Assurance (HAISA 2008) A Usability Analysis of the Autopsy Forensic Browser D.J. Bennett and P. Stephens Department of Computing (Academic), Canterbury Christ Church University, Canterbury, United Kingdom e-mail: {david.bennett, paul.stephens}@canterbury.ac.uk Abstract This paper reviews the usability of the Autopsy Forensic Browser. Two expert-based usability review techniques are used: Cognitive Walkthrough and Heuristic Evaluation. The results of the evaluation indicate that there are many areas where usability could be improved and these are classified into areas of eight overlapping areas. Examples from each area are presented, with suggestions as to methods to alleviate them. The paper concludes with a future work proposal to effect the changes suggested and retest the current and the replacement system with a user-based evaluation. Keywords Usability, Human-Computer Interaction, Interface Design, Autopsy Forensic Browser, The Sleuth Kit, Cognitive Walkthrough, Heuristic Evaluation 1. Introduction This paper reviews the usability of the Autopsy Forensic Browser tool. The reasoning for this is to improve future versions of the tool. In many ways forensic analysis tools are no different to any other mission critical software in terms of the need for usability. However, failure in usability in such tools could lead to outcomes which deny liberty to innocent persons, or enable criminals to continue with criminal activity should an investigation fail in some way. 1.1. Forensics and the Autopsy Forensic Browser Gottschalk et al. (2005) define computer forensics as the identification, preservation, investigation, and documentation of computer systems data used in criminal activity.
    [Show full text]
  • Digital Forensics Tutorials – Analyzing a Disk Image in Kali Autopsy
    Digital Forensics Tutorials – Analyzing a Disk Image in Kali Autopsy Explanation Section About Disk Analysis Once the proper steps have been taken to secure and verify the disk image, the actual contents of the image must be analyzed for suspicious or incriminating evidence. When looking at the contents of an image, it is necessary to not only look at the clearly visible contents such as folders on the desktop and images in user files, but the image must also be checked for hidden, encrypted, or deleted files. It is always better to assume that a suspect may have known that they were to be investigated and took steps to hide, delete, or otherwise make it difficult to find the information they had been storing on their USB or computer. About Kali Linux Sleuth Kit and Autopsy Autopsy and Sleuth Kit are open source digital investigation tools that run on Windows, Linux, OS X, and other Unix systems. Autopsy is the custom front-end application of Sleuth Kit. They can be used to analyze disk images and perform in-depth analysis of file systems (such as NTFS, FAT, Ext3) and several volume system types. Examiners and analysts can use the Autopsy graphical interface or the Sleuth Kit command line tools to conduct an investigation. In this case, we will be launching the Autopsy graphical interface via the Sleuth Kit command line. Autopsy/Sleuth Kit allow for an examiner to open a .dd or other type of disk image file, hash the file, and search for files and other information contained within the file.
    [Show full text]
  • The Sleuth Kit (TSK)/Autopsy Software Version: Version 3.2.2/Version 2.24
    The Sleuth Kit (TSK) 3.2.2/Autopsy 2.24 Test Results for Deleted File Recovery and Active File Listing Tool July 2, 2014 This report was prepared for the Department of Homeland Security Science and Technology Directorate Cyber Security Division by the Office of Law Enforcement Standards of the National Institute of Standards and Technology. For additional information about the Cyber Security Division and ongoing projects, please visit www.cyber.st.dhs.gov. July 2014 Test Results for Deleted File Recovery and Active File Listing Tool: The Sleuth Kit (TSK) 3.2.2/Autopsy 2.24 Contents Introduction ......................................................................................................................... 1 How to Read This Report .................................................................................................... 1 1 Results Summary .......................................................................................................... 2 1.1 FAT ........................................................................................................................ 3 1.2 ExFat ...................................................................................................................... 3 1.3 NTFS ............................................................................................................................4 1.4 ext ........................................................................................................................... 4 1.5 HFS+ .....................................................................................................................
    [Show full text]
  • Comprehensive Study of Digital Forensics
    ISSN: 2278 – 1323 International Journal of Advanced Research in Computer Engineering & Technology Volume 1, Issue 5, July 2012 COMPREHENSIVE STUDY OF DIGITAL FORENSICS Jatinder kaur, Gurpal Singh SMCA, Thapar University, Patiala-147004, India [email protected], [email protected] Abstract— This paper presenting the review about digital forensics, it consists of techniques as well as various tools used to accomplish the tasks in the digital forensic process. Network forensics is forensics and important technology for network security area. In this paper, we inspect digital evidence collection processes using these tools. From last few decades the Figure 1 : Shows processes to collect digital data digital forensic techniques have been improved appreciably but still we face a lack of effective forensics tools to deal with varied incidents caused by these rising technologies and the advances 2. Collect, observe & preserve. in cyber crime. This article discusses the tools used in network 3. Analyze , identify and forensics , various gaps founds in these tools, and the 4. Rebuild the evidence and verify the result every time [16]. advantages and disadvantages of these tools. In the document describe digital evidence collection process Index Terms— Forensics, Digital evidence, Network forensics, as follows: computer forensics, Cyber crime , Encase, Sleuth Kit. 1. Where is the evidence? List out the systems were involved in the incident and from which evidence will be collected. I. INTRODUCTION 2. Establish what is likely to be relevant and admissible. Forensics is use of science and technology to investigate and When in doubt err on the side of collecting too much rather establish facts in criminal and civil courts of law.
    [Show full text]
  • Taxonomy of Digital Forensics: Investigation Tools and Challenges
    Taxonomy of Digital Forensics: Investigation Tools and Challenges Nikita Rana1, Gunjan Sansanwal1, Kiran Khatter1,2 and Sukhdev Singh1,2 1Department of Computer Science and Engineering Manav Rachna International University, Faridabad-121004, India 2Accendere Knowledge Management Services Pvt. Ltd., India Abstract In today’s world of computers, any kind of information can be made available within few clicks for different endeavours. The information may be tampered by changing the statistical properties and can be further used for criminal activities. These days, Cybercrimes are happening at a very large scale, and possess big threats to the security of an individual, firm, industry and even to developed countries. To combat such crimes, law enforcement agencies and investment institutions are incorporating supportive examination policies, procedures and protocols to address the complete investigation process. The paper entails a detailed review of several cybercrimes followed by various digital forensics processes involved in the cybercrime investigation. Further various digital forensics tools with detail explanation are discussed with their advantages, disadvantages, challenges, and drawbacks. A comparison among all the selected tools is also presented. Finally the paper recommends the need of training programs for the first responder and judgement of signature based image authentication. 1. INTRODUCTION Computer is a masterpiece made by the human race that has made our lives smooth and effortless. Computers have become the very bedrock of today’s technological environment and we use them in almost every aspect of our customary life. They are everywhere from shopping, banking to school and hospitals, even our own homes. Businesses depend on these devices and the Internet to do their daily transactions, marketing and communications across the globe and given to our desideratum to have the best of everything it has seen noteworthy diversifications.
    [Show full text]
  • Computer Forensics
    Lukas Limacher Department of Computer Science, ETH Zurich¨ Computer Forensics September 25, 2014 Contents 9 Computer Forensics ............................................ 1 9.1 Objectives...................................... ........... 1 9.2 Introduction.................................... ........... 2 9.2.1 IncidentResponse .............................. ..... 2 9.2.2 ComputerForensics............................. ..... 5 9.3 ThenewVirtualMachine:Charlie.................... ......... 7 9.4 Collection...................................... ........... 8 9.4.1 LiveDataCollection ............................ ..... 8 9.4.2 ForensicDuplication ........................... ...... 8 9.5 FileSystemAnalysis .............................. ......... 11 9.5.1 FileSystemAbstractionModel.................... ..... 11 9.5.2 LinuxFileSystem:Ext3 .......................... .... 12 9.5.3 Carving ....................................... ..... 19 9.5.4 FileSlack..................................... ...... 22 9.6 Application/OS Analysis,File Analysis ............. .......... 23 9.6.1 LinuxArtifacts ................................ ...... 23 9.6.2 FileAnalysis.................................. ...... 27 9.7 Internet-relatedArtifacts....................... .............. 30 9.7.1 InternetArtifacts............................. ........ 30 9.7.2 FirefoxBrowserArtifacts ....................... ...... 30 9.8 CounterForensics ................................ .......... 35 9.8.1 TraditionalCounterForensics................... ....... 35 9.8.2 DataHidingApproaches
    [Show full text]
  • Digital Forensics Tools Integration
    Air Force Institute of Technology AFIT Scholar Theses and Dissertations Student Graduate Works 3-19-2020 Digital Forensics Tools Integration Alexander D. Kim Follow this and additional works at: https://scholar.afit.edu/etd Part of the Forensic Science and Technology Commons Recommended Citation Kim, Alexander D., "Digital Forensics Tools Integration" (2020). Theses and Dissertations. 3162. https://scholar.afit.edu/etd/3162 This Thesis is brought to you for free and open access by the Student Graduate Works at AFIT Scholar. It has been accepted for inclusion in Theses and Dissertations by an authorized administrator of AFIT Scholar. For more information, please contact [email protected]. Digital Forensics Tools Integration THESIS Alexander D.H. Kim, Captain, USAF AFIT-ENG-MS-20-M-031 DEPARTMENT OF THE AIR FORCE AIR UNIVERSITY AIR FORCE INSTITUTE OF TECHNOLOGY Wright-Patterson Air Force Base, Ohio DISTRIBUTION STATEMENT A APPROVED FOR PUBLIC RELEASE; DISTRIBUTION UNLIMITED. The views expressed in this document are those of the author and do not reflect the official policy or position of the United States Air Force, the United States Department of Defense or the United States Government. This material is declared a work of the U.S. Government and is not subject to copyright protection in the United States. AFIT-ENG-MS-20-M-031 Digital Forensics Tools Integration THESIS Presented to the Faculty Department of Electrical and Computer Engineering Graduate School of Engineering and Management Air Force Institute of Technology Air University Air Education and Training Command in Partial Fulfillment of the Requirements for the Degree of Master of Science in Cyber Operations Alexander D.H.
    [Show full text]
  • Forensic Tool Comparison
    Tool Comparison Team Lead: Megh Shah Researched by: David Paradise 175 Lakeside Ave, Room 300A Phone: 802/865-5744 Fax: 802/865-6446 http://www.lcdi.champlin.edu Published Date Disclaimer: Patrick Leahy Center for Digital Investigation (LCDI) This document contains information based on research that has been gathered by employee(s) of The Senator Patrick Leahy Center for Digital Investigation (LCDI). The data contained in this project is submitted voluntarily and is unaudited. Every effort has been made by LCDI to assure the accuracy and reliability of the data contained in this report. However, LCDI nor any of our employees make no representation, warranty or guarantee in connection with this report and hereby expressly disclaims any liability or responsibility for loss or damage resulting from use of this data. Information in this report can be downloaded and redistributed by any person or persons. Any redistribution must maintain the LCDI logo and any references from this report must be properly annotated. Contents Introduction ............................................................................................................................................................................. 2 Background: ........................................................................................................................................................................ 2 Purpose and Scope: ............................................................................................................................................................
    [Show full text]
  • FORENSICS Analyzing an Unknown Image
    FORENSICS Analyzing an Unknown Image Submitted by PRAVEEN DARSHANAM [email protected] http://www.darshanams.blogspot.com/ KNOWLEDGE IS NOT AN OBJECT. IT'S A FLOW. This is not a highly technical document but wrote with a notion that this document might help someone somewhere gain some knowledge and pave path to delve deep into forensics depending on the interest. This Whitepaper is written for Educational Purpose only. Can be distributed, Copied, Shared as per users interest. Author shall not bear any responsibility for any damages watsoever. Thanks to str0ke, All Andhra Hackers and All Indian Hackers !!! Grabbing the image for analyzing I extracted this image under analysis from a Virtual Machine with Windows 2000 Server Running. Many open source and commercial tools are available to take the image of a drive, hard disk, partition etc. Few tools which can be used are dd, windd etc. I used dd command for taking the image of the running virtual machine. First, lets list all the available drives/partitions on the VM. Figure: Available drives/partitions on the VM \\.\a: A Drive, Floppy Drive \\.\c: C Drive \\.\d: C Drive, CD ROM Drive \\.\e: C Drive, USB Drive Extracted the image using dd.exe. Figure. Snapshot of the dd command usage for extracting the VM image if input drive name which is used for analysis of output path to save the image bs block size --progress shows the progress of the image P.S. Couldn't get the full image as there is no sufficient space on my machine. By conducting investigations on the disk image, we could unearth any hidden intrusions since the image captures the invisible information as well.
    [Show full text]
  • Digital Forensics: a Demonstration of the Effectiveness of the Sleuth Kit and Autopsy Forensic Browser
    Digital Forensics: A Demonstration of the Effectiveness of The Sleuth Kit and Autopsy Forensic Browser Anthony Dowling A thesis submitted for the degree of Master of Science (Information Science) at the University of Otago, Dunedin, New Zealand Date: May 14, 2006 ii Abstract The Sleuth Kit is a collection of Linux tools that perform different aspects of a file system analysis. The Autopsy Forensic Browser is a graphical user interface that provides a user friendly interface to the command line tools contained within The Sleuth Kit. This research project investigates the use of The Sleuth Kit and Autopsy Forensic Browser as forensic investigation tools, with the aim of demonstrating the effectiveness of these tools in real world case studies as digital forensic tools. The research found that The Sleuth Kit and Autopsy Forensic Browser provide an effective file system analysis toolset. The flexibility of the tools contained within The Sleuth Kit often lead to complex command line strings, the complexity of which is overcome by the automation provided by the Autopsy Forensic Browser. Not only do The Sleuth Kit and Autopsy Forensic browser provide an effective toolset, they also offer an affordable alternative to expensive commercial or proprietary based toolsets. Digital Forensics is an area of increasing importance with an expanding field of coverage requiring many different tools to help perform varying functions. It is with this in mind that the focus of this research project is three case studies that are utilised to demonstrate the effectiveness of The Sleuth Kit and Autopsy Forensic Browser. The demonstration of The Sleuth Kit and Autopsy Forensic Browser contained within the case studies could serve as an introductory overview of a new toolset for investigators looking for an alternative or complementary Digital Forensics toolset.
    [Show full text]
  • Running Sleuthkit and Autopsy Under Windows
    Running Sleuthkit and Autopsy Under Windows Published June 11, 2004 Charles Lucas [email protected] http://www.memophage.net This tutorial is intended for people who are familiar with Windows and Windows-based forensics tools, but may not be familiar with UNIX-style syntax, or the Cygwin, Sleuthkit, or Autopsy toolsets. Note that some of the commands herein assume an NT-kernel based system (Windows NT, 2K, XP), and may not function correctly on a Windows 9X or Millennium Edition system. Cygwin is a Linux-like environment for Windows. It essentially pretends to be a Linux system, but intercepts the Linux system calls and routes them to the requisite Windows system calls instead. It comes with the gcc compiler, so it is often possible to recompile Linux-based applications to run under Cygwin on a Windows environment. In the case of Sleuthkit and Autopsy, the developers intentionally made sure that these utilities would compile under Cygwin, making our task much easier. Autopsy is a web-based graphical interface that uses the Sleuthkit command-line tools. Thus, we must first install the Cygwin environment, the compile the Sleuthkit tools under that environment. Once that is complete, we can install Autopsy, which will start its own local web server application that we can use to orchestrate the Sleuthkit tools. Installing Cygwin Browse to www.cygwin.com, and click on one of the install links with the icon to download setup.exe. When the File Download dialog window pops up, hit “Open”, to run the executable. This should download and start the “Cygwin Net Release Setup Program”.
    [Show full text]
  • Forensics with Linux 101 Or How to Do Forensics for Free
    ForensicsForensics withwith LinuxLinux 101101 oror HowHow toto dodo ForensicsForensics forfor FreeFree Chuck Willis [email protected] Black Hat USA 2003 31 July 2003 Agenda • Introduction • About using Linux for Forensics • Preparations • Pre-imaging • Imaging • Preparing the analysis system • Conducting analysis • Conclusion About me • I have done a lot of computer forensics using commercial tools • I have not written any computer forensic tools • I do not work for any company that sells computer forensic tools • I am here representing only myself About this presentation • Feel free to ask questions at any time • I have not done exhaustive testing on any of these tools and they: – May not work properly under all circumstances – May contain viruses or Trojans • Use these tools at your own risk • I will present the features and limitations of tools as I understand them More on this presentation • Doing computer forensics with Linux is not the best solution for everyone • I assume that everyone here is at least somewhat familiar with Linux and using the command line • I will speak about imaging and analyzing an IDE hard disk, but most of the techniques can be used to image other media as well • I will only be discussing dead-disk forensics Agenda • Introduction • About using Linux for Forensics • Preparations • Pre-imaging • Imaging • Preparing the analysis system • Conducting analysis • Conclusion What is good about using Linux for forensics? • Most tools are free of charge • Most tools are open source – Allows you to know exactly what the tool is doing – See “Open Source Digital Forensic Tools: The Legal Argument” by Brian Carrier (author of The Sleuth Kit) at www.atstake.com/research/reports/acrobat/ atstake_opensource_forensics.pdf.
    [Show full text]