When A Dumb Boy Learns To Write

My friend said to me “Step away from my computer, you fool”

When A Dumb Boy Learns To Write RSS Feed
 
 
 
 

Archive for Forensics

USB Flashdisk forensic with Linux

Now, lets say you received a flash disk as apart of a criminal investigation into a terrorisme act. You have no idea of the exact source computer of the flash disk. You have been requested to examine the flash, see if you can find some incriminating evidence, and maybe even tie it specifically back to [...]

Opensource forensic tools

Opensources forensics tools, that I found from opensourceforensics.org. Some of the application were installed on my distro, you may found it here. My suggest, try to use all the application in here, and explore the application. Hope you like it,

Doing forensics to Microsoft Windows FAT/NTFS recycle bin file from Linux system

When I’m trying to build Stagos FSE, I found an interesting tools called rifiuti (it’s italian word for trash). On forensics world, it used to look for some important file (ofcourse, the one which has a relation with the case) that still hidden on Windows recycle file. My curiosity (again) come to me, I wonder [...]

Basic Steps in Computer Forensics

investigation for the retrieval and analysis of digital evidence. In general, three main steps, called the three A’s, have been identified in the investigation process: Acquire, Authenticate, and Analyze. These three steps and the final step of Presentation are elaborated upon further in this section. Figure 1 shows a typical computer forensic investigation. When a [...]

Using dd as a solution for evidence imaging

On UNIX world dd usually using to copy a file. On forensic world, we can use dd as the solution for disk / evidence imaging tool. There a some other tools that usually to use in order to build evidence image file such as EnCase or SafeBack, but again, it’s to expensive for us [...]