Book Image

Computer Forensics with FTK

By : Fernando Carbone
Book Image

Computer Forensics with FTK

By: Fernando Carbone

Overview of this book

<p>With the increase of electronic crimes and the need to constantly audit the proper use of resources, companies need qualified professionals and appropriate tools to carry out these activities. The FTK platform, with the ability to collect and analyze digital evidence quickly and with integrity, is a great solution to help professionals achieve these goals. It is extremely useful for conducting digital investigations, helping you conduct a thorough investigation through a single tool and ensure the integrity of evidence. It is hard to find technical information on this tool and that’s where this book will come in handy, helping professionals perform their activities with greater excellence.</p> <p>This tutorial leads by example, providing you with everything you need to use FTK and the tools included such as FTK Imager, Registry View, and PRTK in order to enhance your Computer Forensics knowledge in an easier and more efficient way.</p> <p>You will be introduced to the background of Computer Forensics, which include the types of digital devices that can be acquired and how to prepare for a new case of investigation. You will become acquainted with the FTK architecture and learn how to leverage its features in order to help you find the evidence as fast as possible. Through this book, you will also learn the memory forensics technique using the memory dump feature of FTK Imager. Furthermore, you will learn how to extract some important information such as process and DLL information, Sockets, and Driver List Open Handles.</p> <p>To conclude your tutorial, you will learn how to extract information from Windows Registry and how to recover passwords from the system and files. You will find this book an invaluable supplement to teach you all the steps required for the completion of investigations on digital media and to generate consistent and irrefutable evidence in court.</p>
Table of Contents (14 chapters)
Computer Forensics with FTK
Credits
About the Author
About the Reviewers
www.packtpub.com
Preface
Free Chapter
1
Getting Started with Computer Forensics Using FTK
Index

Managing groups and users


The FTK allows you to create multiple users and assign roles to them, providing a more collaborative solution.

To add a new user, we have to perform the following steps:

  1. Click on Database and select Administer Users.

  2. Click on the Create User… button.

  3. Fill in the presented fields as follows:

    • User Name: In this field, enter the name that will be recognized by the FTK

    • Full Name: In this field, enter the full name that should appear on case reports

    • Password: In this field, enter the password for the user

    • Verify Password: In this field, enter the same password for verification

  4. After entering the required information into the fields, click on Assign Roles.

  5. To assign rights to this user, use one of the roles presented as follows:

    • Application Administrator: This performs all tasks, including adding and managing users

    • Case Administrator: This performs all tasks that an application administrator can perform, except creating and managing users

    • Case Reviewer: This cannot create cases; it...