Subscribe: Subscribe to BigBlueBallRSSSubscribe to BigBlueBall by emailEmailSubscribe to BigBlueBallTwitter


Go Back   BigBlueBall Forums > Computer Support > Computer Support Discussion
Forgot Password? Register
Connect with Facebook

Reply
 
LinkBack Topic Tools
  #1 (permalink)  
Old 04-20-2005, 10:26 PM
FirefoxMan's Avatar
Senior Member
 

Join Date: Jul 2004
Posts: 136
FirefoxMan is on a distinguished road (10)
Completely cleaning your computer history and deleted files...

In our local newspaper, there was a story of a woman who had been arrested and fined by the state for illegal downloading of music. Apparently this woman's computer had been searched and all the evidence needed was collected from the computer, even though this woman had "deleted" all temporary internet files, cookies, the illegal downloads, etc... What raised questions for me was that this woman had "deleted" all incriminating evidence against her WEEKS prior to the computer being searched... how did the law enforcement find all the "illegal" stuff even though all of the incriminating evidence had been deleted? When you "delete" your internet history, cookies, and recycle bin, is it in fact deleted, or does it actually stay on your HD? If it does, how do you truly delete that kinda stuff?
Reply With Quote
 

 
  #2 (permalink)  
Old 04-21-2005, 03:16 AM
Senior Member
 

Join Date: Jan 2003
Location: Netherlands.
Posts: 2,587
DJHyperbyte will become famous soon enough (50)
There are 1001 reasons why they could find clues that the computer was used for such things. What I don't get is why they didn't format it completely when they knew it was going to be searched?
Reply With Quote
  #3 (permalink)  
Old 04-21-2005, 06:17 AM
MartinBradley's Avatar
Senior Member
 

Join Date: Jun 2003
Location: England
Posts: 2,003
MartinBradley is on a distinguished road (10)
Send a message via MSN to MartinBradley Send a message via Yahoo to MartinBradley
One of those reasons is that it's pretty simple to get hold of data recovery software. I have one such program called Recover My Files. It does take a while to search when trying to recover a disk format, and some of the files it finds are corrupted, but some complete files can be found.

"Take me home, United Road!"
Reply With Quote
  #4 (permalink)  
Old 04-21-2005, 06:50 AM
DrBroccoli's Avatar
Enter the Shadow
 

Join Date: Sep 2004
Location: Ohio, USA
Posts: 910
DrBroccoli has a spectacular aura about (100)DrBroccoli has a spectacular aura about (100)
Send a message via ICQ to DrBroccoli Send a message via AIM to DrBroccoli Send a message via MSN to DrBroccoli Send a message via Yahoo to DrBroccoli Send a message via Skype™ to DrBroccoli
What I'm not gettin is why they searched her. Did they have a search warrant? Isn't it needed even in a case like this. What evidence did have to get a warrant? I am lost.


previously ShadowdogMU
Reply With Quote
  #5 (permalink)  
Old 04-21-2005, 07:48 AM
MiamiGuy
Guest
 

Posts: n/a
I've seen on Case Evidence files in Court TV where even after files have been deleted an expert can still examine the harddrive and possibly go back to past points and get clues as to what they had before or actually even recover it. I forget the actual process but it is possible. I think deleted files can be recovered, but purged files are permanently gone. Someone correct me if I'm wrong.
Reply With Quote
  #6 (permalink)  
Old 04-21-2005, 08:20 AM
Senior Member
 

Join Date: Jan 2003
Location: Netherlands.
Posts: 2,587
DJHyperbyte will become famous soon enough (50)
You're not really wrong, but - for those interested - a little technical info:

A harddisk is a device in a computer that stores massive amounts of data, such as the operating system, the saved files and documents and basically everything else. The data in the harddisk is, simplified, devided in two parts.
1. The file allocation table
2. The actual data

The file allocation table looks like this:
FOLDER: "C:\MP3\", SECTOR 4838571
FILE: "C:\MP3\Bruce Springsteen - The River.mp3", SECTOR 4838572-4838576


The actual data looks like this:
4838571 = FOLDER DATA
4838572 = MP3 DATA part 1
4838573 = MP3 DATA part 2
4838574 = MP3 DATA part 3
4838575 = MP3 DATA part 4


Knowing this, you can ask the following question:

What actually happens when I delete a file?

That's where the problem here lies. When you delete a file, your computer removes the file only from the file allocation table. This means that the actual file data is still there, but the data isn't identified or recognized in any way. The data will only get lost once it is overwritten by other data.

There is software to undelete files since a long time (starting with DOS). The software looks at the data that has no reference in the file allocation table and tries to make sense of the data. Often this method works quite well.

Now there are ways to permanently wipe files (making further recovery impossible), the most well-known way is formatting your harddisk. A quick format will only remove the file allocation table, but this will not remove the actual data. A full format will remove the file allocation table, but also the file data. This makes recovery impossible.

As for 'specialists' going back to previous 'harddisk points', that is complete nonsense.
Reply With Quote
  #7 (permalink)  
Old 04-21-2005, 05:34 PM
EEDOK's Avatar
Senior Member
 

Join Date: Jun 2003
Location: .
Posts: 308
EEDOK is on a distinguished road (10)
don't forget all the index.dat's that get left everywhere by windows.. Plus you don't need to format to get rid of files, OpenBSD and such can be configured to overwrite the sections of deleted files for security reasons quite easily, and I know there's programs out there that do it for linux and windows as well, just can't remember the names of them right now.
Reply With Quote
  #8 (permalink)  
Old 04-21-2005, 08:44 PM
FirefoxMan's Avatar
Senior Member
 

Join Date: Jul 2004
Posts: 136
FirefoxMan is on a distinguished road (10)
How do you permanently delet files so that recovery is impossible, without formatting your HD (won't you have to reinstall your OS if you reformat the HD?)?
Reply With Quote
  #9 (permalink)  
Old 04-21-2005, 09:00 PM
DrBroccoli's Avatar
Enter the Shadow
 

Join Date: Sep 2004
Location: Ohio, USA
Posts: 910
DrBroccoli has a spectacular aura about (100)DrBroccoli has a spectacular aura about (100)
Send a message via ICQ to DrBroccoli Send a message via AIM to DrBroccoli Send a message via MSN to DrBroccoli Send a message via Yahoo to DrBroccoli Send a message via Skype™ to DrBroccoli
Well I have Mcafee Virus Protection and it comes with a thing called FileShredder that (as said by Mcafee) permanently deletes files. Does anyone know if it really works?


previously ShadowdogMU
Reply With Quote
  #10 (permalink)  
Old 04-24-2005, 11:58 PM
EEDOK's Avatar
Senior Member
 

Join Date: Jun 2003
Location: .
Posts: 308
EEDOK is on a distinguished road (10)
Quote:
Originally Posted by FirefoxMan
How do you permanently delet files so that recovery is impossible, without formatting your HD (won't you have to reinstall your OS if you reformat the HD?)?
shredders, but it's better to format your hd then overwrite it with 0's, then reinstall the OS.
Reply With Quote
Reply


Currently Active Users Viewing This Topic: 1 (0 members and 1 guests)
 
Topic Tools


 

All times are GMT -5. The time now is 01:44 AM.