farrowking37 / Capstone

My Capstone created as part of my BS in Computer Networking and Cyber Security at Champlain College
1 stars 0 forks source link

Manual Proof of Concept of Techniques #8

Closed farrowking37 closed 4 years ago

farrowking37 commented 4 years ago

Once I have determine what techniques I want to explore further, I will create a manual proof of concept video demonstrating each of these techniques.

farrowking37 commented 4 years ago

I have completed two manual proofs of concept, demonstrating simple techniques for data hiding. One using Least Significant Bit steganography and another using NTFS Alternative data streams. You can find the videos for these at the following links:

Least Significant Bit Stego in JPG images NTFS Alternative Data Streams

farrowking37 commented 4 years ago

I have completed another proof of concept, this time demonstrating a method to hide files within .zip archives from the default Windows 10 explorer view. I also discussed why this method may not hide the files from other archiving tools.

There are two parts. The first shows the method, while the second discusses the behavior on other platforms.

.zip Data Hiding Part 1 .zip Data Hiding Part 2