In The Name of Search

Where awesomeness is brewed right from the source!!!

STOP 114A

Know your rights and fight together for internet freedom

Help Sathiskumar a/l Tamilvanan!!! He has been reported missing over a week!!!

Do respond to the following contacts if noticed anything!!!

MoMobile :: Infinite Mobile Action

Subscribe to MoMobile and stay up-to-date with your gadget and gizmos!

Fantasy Football fever is back !!! Got a team yet?

Join us in the most exciting premiership league specially brought to you by Barclays. Register now and get your game ON!!!

Showing posts with label computer. Show all posts
Showing posts with label computer. Show all posts

Thursday, 11 August 2016

Digital Forensic - Autopsy(The Sleuth Kit) - Installing and Setup

Digital Forensics have come to prominent play in Malaysia. More cases in the court are requiring digital evidence to help solve and judge cases. Starting from petty theft, divorces and murders are now requiring the help digital forensic investigators to unravel many mysteries. This is the the right time for anyone interested in Information Technology industry and investigation to jump into this field.

There are already many blogs that already talks about basic digital forensic; I will not be going into the basics of it. This post is basically is my learning process of some of digital forensic tools. I have learned from the community, so I thought its only better if I share my experiences with the people. There will be series of post regarding the tools.

I will start with a digital forensic tool called Autopsy®. Autopsy was previously known or still known as the The Sleuth Kit. It started of as command line tool in linux operating system. The designed the GUI and all this while, it remained as linux tool. Couple of years back, they introduced Autopsy; it was for the windows operating system.

Autopsy has always remained open source and its free to use. You can download Autopsy from here. At the time of writing this article, the Autopsy was version 4.1.0. Autopsy has a lot of features, please visit this link to know more about its feature. I highly recommend you to download the 64-bit version as it offers better speed in analyzing the case.

At this point, I assume you have already downloaded. Below will be the screenshots of installation.

This the welcome screen for the Autopsy Installation

This is the default location of the installation, please feel free to change based on your preference.

Well, it can't get easier than easy. Press Install.

It will take two to three minutes to complete the installation.

Once the installation is completed, click the finish button.

A shortcut with man's best friend should be created on your desktop.

Assuming this is your first time using Autopsy, you may click "Create New Case"

This screen will help you to name your case and select the base directory to save all you cases.

Here, I am using a sample case, I have selected my base directory, please take note at the bottom, it automatically creates a folder based on your case name.

You can provide the case number and the examiner name.
To work with the same image I am using, please click this link to download. The image provided is an EnCase image (WinXP2.E01). This image was not prepared by me. It was taken from another site. It's from www.forensickb.com. It's a great blog for all digital forensic enthusiast. Please feel free to visit their site. In my next article, I will provide the scenario and other related materials for the case. Let's continue with our case setup.

Adding the data source for the case - Figure 11
Refer to Figure 11 - Please navigate to the EnCase image file that you downloaded and select it. At the select data source type, there will be few options to select from, 1. "Image or VM File" 2. "Local Disk" and 3. "Logical Files". Local Disk refers to any attached hard drive to the current workstation and Logical Files refers to any folders or files. In our case, it will be the first option.

Selecting the Ingest Module - Figure 12
Refer to Figure 12 - Autopsy comes with native ingest modules that we can select, for the autopsy to process our image. In the image above, I did not select the Android Analyzer as it is not relevant to our image file.

The Autopsy work space after adding the data source - Figure 13 
Refer to Figure 13 - Once you click next, you will arrive here. This is our work space. I will explain in detail in our next article.

I hope this article will be helpful for those who are just starting your journey into digital forensic. I would like to end this article with a quote from Bruce Lee - "A goal is not always meant to be reached, it often serves simply as something to aim at."




Friday, 20 March 2015

Create Your Own Online Proxy Server for FREE

You can deploy a proxy server with google app engine in a few minutes, without have to worry about the technical knowledge. This will be helpful to access blocked sites at workplace and schools. Have Fun!

How to Create Your Own Proxy Server ?

Step 1 : Open appengine.google.com and login in with your google account.

Step 2 : Click the “Create an Application” button. If this is your first time then Google may ask to verify code via sms to your mobile phone number.

Step 3: Select an Application Identifier and it will become the sub-domain of  proxy server. Give a title (say My Proxy Server) to your app, set the Authentication Option “Open to all users”, create the application.

Step 4: Go to python.org, download the 2.7 Installer and install Python. If you are using Mac, Python 2.7 is already installed on your computer.

Step 5: Download the application files required to create a proxy server from here . Extract the zip file on your desktop. You may edit the “main.html” file , to customize the front end of your proxy server.

Step 6: Go to code.google.com, download the “Google App Engine SDK for Python” and install it. When the installation has finished, click “Run Launcher” button.

Step 7: Inside the Google App Engine Launcher, Select Edit >> Preferences from the desktop and set the correct values for the Python Path, App Engine SDK and the Text Editor (set this is as WordPad or write.exe and not notepad.exe).


Step 8:  Click File tab >> Add Existing Application under the Google App Launcher program and browse to the folder that contains the files that you extracted in Step 5. Once the project is added to App Engine, select the project and click Edit to replace “YOUR_APP_ID” with your App ID (Sub-Domain you created in Step 3). Save and close the file.

Step 9:  Hit Deploy, enter your Google account credentials and, within few seconds, your online proxy server will be deployed. The public URL (or web address) of your new proxy server will be your _app_id.appspot.com (replace _app_id with your App Engine Identifier).

(Note: The generated proxy server is basic one therefore it willl not be functional for the sites which require logins, like gmail.)