Ethical Hacking

Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package.
Computer Forensics Training at InfoSec Institute

Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors.




Network Security Security-Basics
[Top] [All Lists]

Re: Forensic tool to recommend?

Subject: Re: Forensic tool to recommend?
Date: Wed, 30 May 2007 08:33:42 +0100
Hi All,

Thank you very much for the suggestions.

I will give these tools a try and come back to you with
opinions/reviews about them.

Thanks again,

Fabio

On 5/30/07, webmaster@dijeridu.net <webmaster@dijeridu.net> wrote:
Hi Fabio and List,

I don't quite know what you really wanna do. But if I got the point, you
(or s.o. else?) have deleted some files on windows and linux filesystems.
If we do a small exercise on how filesystems work, you might get the
solution on your own.

filesystems (in general) arrange their files at the harddrive by having
linked lists (in linux FS called Inodes).
Each Filesystem has a table at the start of the partition, where
references (links) link to the file location.
Following this the file-data and file-attributes are separated from each
other.
If a file is being deleted your filesystem (under linux) simply deletes
the Inode referencing to the file-data.
So the data is still at its place. But as you should remembre, a harddrive
is not being synced "in-time", there is a buffer at your RAM.
When the Inode is deleted it is being deleted at the copy of your inode
table at your ram or harddrive ram.

Lets stick to windows. The windows filesystems don't know inodes but
something similar.
Windows either has file-allocation-table or the pendant NTFS.
Both filesystems do have linked lists which referre to the file-data.
When you delete s.t. under windows the file-attribute (inode) is not being
Deleted but therefore "marked" as deleted.
Windows has a special file-attribute for deleted files. So you simply need
to download a file-recovery tool and you may be able to recover very old
data.

So far, .. have fun!

Cheers,
Floschi



> Hi All,
>
> I am evaluating some tools for gathering evidence in Linux and Windows
> distros.
>
> In particular I am interested in recovering files/folders which have
> been deleted "accidentally" from the PC.
>
> I am aware there are some Live CD's with Linux installed that could
> mount a drive and try to recover those files but don't know anyone in
> particular.
>
> Any help will be really appreciated.
>
> Thank you very much.
>
> Greetings,
>
> Fabio
>




<Prev in Thread] Current Thread [Next in Thread>