Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.computer.security
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-03-2006, 03:46 AM
Ken Zones
Guest
 
Posts: n/a
Default Wipe deleted files?

I thought that after a 'free space' wipe on a hard drive that all the
files that had been deleted would be overwriten.
I used 'Directory Snoop' to view the files before and after a wipe. I could
still see and recover the same files.
The only way I could seem to get rid of the deleted files was to use the
'Purge' function on the D Snoop program.

My question is there any other way to get rid of deleted files besides doing
a D Snoop prurge or using a full disc
wipe? I find it hard to believe that 'Directory Snoop' is the only software
that can find and overwrite deleted files
in a simple manner.

Tx



Reply With Quote
  #2 (permalink)  
Old 12-03-2006, 05:11 AM
Arthur T.
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

In Message-ID:<Gu-dnaivJbjh1e_YnZ2dnUVZ_s2dnZ2d@softcom.net>,
"Ken Zones" <zon@softcom.net> wrote:

>I thought that after a 'free space' wipe on a hard drive that all the
>files that had been deleted would be overwriten.
>I used 'Directory Snoop' to view the files before and after a wipe. I could
>still see and recover the same files.


You didn't mention what program you used to do the freespace
wipe, nor what options you used. There are many programs which
will do what you want, some free.

--
Arthur T. - ar23hur "at" intergate "dot" com
Looking for a z/OS (IBM mainframe) systems programmer position

Reply With Quote
  #3 (permalink)  
Old 01-07-2007, 08:27 PM
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

i have found "deleted" files content still residing on disk after some
"cleanup/wipe" programs also.

only way i have found is to use a hooking program that intercepts the
windows system delete command and then actually overwrites the file itself
(usually with zeros) BEFORE it changes the directory to show it as
"deleted".

never expect the operating system to do anything that will sustain extra
time usage, you must do it yourself or get a program that does.


"Ken Zones" <zon@softcom.net> wrote in message
news:Gu-dnaivJbjh1e_YnZ2dnUVZ_s2dnZ2d@softcom.net...
> I thought that after a 'free space' wipe on a hard drive that all the
> files that had been deleted would be overwriten.
> I used 'Directory Snoop' to view the files before and after a wipe. I

could
> still see and recover the same files.
> The only way I could seem to get rid of the deleted files was to use the
> 'Purge' function on the D Snoop program.
>
> My question is there any other way to get rid of deleted files besides

doing
> a D Snoop prurge or using a full disc
> wipe? I find it hard to believe that 'Directory Snoop' is the only

software
> that can find and overwrite deleted files
> in a simple manner.
>
> Tx
>
>
>




Reply With Quote
  #4 (permalink)  
Old 01-08-2007, 01:10 AM
Ertugrul Soeylemez
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

<hapticz@sbcglobal.net> (07-01-07 20:27:54):

> i have found "deleted" files content still residing on disk after some
> "cleanup/wipe" programs also.
>
> only way i have found is to use a hooking program that intercepts the
> windows system delete command and then actually overwrites the file
> itself (usually with zeros) BEFORE it changes the directory to show it
> as "deleted".


That isn't secure either, because even Windows does feature a filesystem
cache. If you write random content to the file, and then delete it
right afterwards, you risk that the random data isn't written onto the
disk, because the operating system considers that as unnecessary (since
the file is already deleted anyway). Some Linux filesystems are that
smart. I don't know, if Windows is.

On the other hand, forcing that data to be written (`synchronizing')
will have a noticable impact on system performance. So resort to the
following approach.


> never expect the operating system to do anything that will sustain
> extra time usage, you must do it yourself or get a program that does.


There is only one way to ensure that no sensitive data remains on disk.
Don't let it be written to it in the first place. Create encrypted
partitions for such purposes. Encrypt your swap space and any other
temporary storage also.


Regards,
E.S.

Reply With Quote
  #5 (permalink)  
Old 01-18-2007, 03:25 PM
support@shredagent.com
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

Also, it's a good idea to use some file shredder that will run in
background and wipe all files that are deleted in your system. It is
better than using wipe free space function and it's better that keep
deleted files in-secure.

On 8 ñÎ×., 04:10, Ertugrul Soeylemez <n...@drwxr-xr-x.org> wrote:
> <hapt...@sbcglobal.net> (07-01-07 20:27:54):
>
> > i have found "deleted" files content still residing on disk after some
> > "cleanup/wipe" programs also.

>
> > only way i have found is to use a hooking program that intercepts the
> > windows system delete command and then actually overwrites the file
> > itself (usually with zeros) BEFORE it changes the directory to show it
> > as "deleted".That isn't secure either, because even Windows does feature a filesystem

> cache. If you write random content to the file, and then delete it
> right afterwards, you risk that the random data isn't written onto the
> disk, because the operating system considers that as unnecessary (since
> the file is already deleted anyway). Some Linux filesystems are that
> smart. I don't know, if Windows is.
>
> On the other hand, forcing that data to be written (`synchronizing')
> will have a noticable impact on system performance. So resort to the
> following approach.
>
> > never expect the operating system to do anything that will sustain
> > extra time usage, you must do it yourself or get a program that does.There is only one way to ensure that no sensitive data remains on disk.

> Don't let it be written to it in the first place. Create encrypted
> partitions for such purposes. Encrypt your swap space and any other
> temporary storage also.
>
> Regards,
> E.S.



Reply With Quote
  #6 (permalink)  
Old 01-18-2007, 09:50 PM
Ertugrul Soeylemez
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

support@shredagent.com (07-01-18 07:25:54):

> Also, it's a good idea to use some file shredder that will run in
> background and wipe all files that are deleted in your system. It is
> better than using wipe free space function and it's better that keep
> deleted files in-secure.


You don't need to do this for an encrypted filesystem. It is (almost)
impossible for an outside attacker to get to your data. If someone
hacks their way into your system through a network, then you're lost
anyway. A shredder won't help a lot in this case.


Regards,
E.S.

Reply With Quote
  #7 (permalink)  
Old 01-18-2007, 11:48 PM
support@shredagent.com
Guest
 
Posts: n/a
Default Re: Wipe deleted files?

Agree, for encrypted file systems there are other security problems,
file shredder is good for end user who runs XP on FAT32 drive. File
shredder is really must-have tool in this case.

On 19 ñÎ×., 00:50, Ertugrul Soeylemez <n...@drwxr-xr-x.org> wrote:
> supp...@shredagent.com (07-01-18 07:25:54):
>
> > Also, it's a good idea to use some file shredder that will run in
> > background and wipe all files that are deleted in your system. It is
> > better than using wipe free space function and it's better that keep
> > deleted files in-secure.You don't need to do this for an encrypted filesystem. It is (almost)

> impossible for an outside attacker to get to your data. If someone
> hacks their way into your system through a network, then you're lost
> anyway. A shredder won't help a lot in this case.
>
> Regards,
> E.S.



Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
deleted files Stuart Miller alt.computer.security 6 11-15-2006 07:21 AM
Restore Deleted Files genostacia@gmail.com alt.comp.hardware 0 10-19-2005 08:06 AM
SSRT4884 rev.6 - HP-UX TCP/IP Remote Denial of Service (DoS) Security Alert comp.security.misc 0 08-16-2005 05:48 PM
SSRT4884 rev.5 - HP-UX TCP/IP Remote Denial of Service (DoS) Security Alert comp.security.misc 0 07-25-2005 07:15 PM
SSRT4884 rev.4 - HP-UX TCP/IP Remote Denial of Service (DoS) Security Alert comp.security.misc 0 07-12-2005 12:28 PM


All times are GMT. The time now is 07:31 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45