Lesson 9 - Chapter 5: Data Destruction and Disposal Flashcards
If you want to ensure that nobody can recover data from a storage device, what’s the best way to accomplish that?
(magnetic, optical, flash drive)
physical destruction
What are the 4 ways you can physically destroy a device?
- Drilling
- Shredding
- Degaussing
- Incinerating
How do you use drilling to physically destroy data on a device?
using a power drill to drill multiple holes through drives, mobo, expansion cards, memory boards, etc (EXCEPT the power supply, dangerous, no data there anyway)
How do you use shredding to physically destroy data on a device?
heavy duty office paper shredders can shred optical media (discs), certified data destruction firms have shredders that can handle drives, magnetic tape, etc
How do you use degaussing to physically destroy data on a device? Does it keep it intact?
degaussing tools remove/reduce the magnetization used to store data on hard disks, magnetic tape, etc.
Keeps it intact but no longer has readable magnetic data
How do you use incineration to physically destroy data on a device?
Burning is a good alternative to shredding for paper, magnetic tape, and optical media
(medium to large volumes of disposable matter should be done by a 3rd party disposal facility)
What’s an alternative to destroying data storage devices?
recycling or repurposing
Does simply deleting data from a storage device remove data?
No, it doesn’t actually remove the data (which is why undelete functions work)
What are the 2 primary ways to use software to completely wipe data from a device?
- Data destruction software
- Zero-fill
What is data destruction software? What is it also called?
Also called drive wiping software
it writes over all data with strings of gibberish (junk data) several times
What is low-level formatting?
it sets up a manufactured disk to be used by setting up the sectors and tracks of the disks (you can’t re-do this on modern disks but the closest is zero-fill)
What is zero-fill?
recreates the original contents of the sectors by overwriting all of the bits on the disk with 0’s
(achieves the same security result as low-level formatting)
What’s the difference between low-level and standard formatting?
low-level = overwrites the data and sector markings on the media
standard = leaves data in place but inaccessible through the file system (3rd party apps and data recovery services can still access it)
What does FACTA stand for?
Fair and Accurate Credit Transactions Act (FACTA)
When businesses choose an outside vendor to destroy data, what do they have to make sure?
if the company falls under the FACTA regulations, they need to make sure the service they hire adheres to the FACTA regulations regarding the disposal of consumers’ private information