Week 8 - Data Hiding Flashcards
What are some techniques for hiding data?
Changing the file name Changing the file extension Mark a file as hidden in file system Scattering data across in unused space Storing data in slack space Encyption and Steganography Deleting Files (Shredding)
What is file camoflage?
When a file has had its extension changed, to change the type of the file and to hide its original type.
What is scattering?
When data from a file is split up and stored in unallocated space to hide it from the OS and users. The space does not change and still stays as unallocated space (Meaning the data could be overwritten) or the area could be marked as a ‘bad block’ not for use.
What do digital forensics experts do when encryptionis too strong to break through?
They look for the key. They might ask the suspect for the key.
What is Steganography?
Data hidden within other data. An example of this is a text message hidden within an image file.