The digital dead drop is a variation on the Web email drop technique. In this case, someone inside your organization posts a file with hidden information to a particular location—for example, a newsgroup, Web site or eBay auction: To pass research information to a competitor, the employee puts his boat up for auction on the Internet and posts a picture of it. Hundreds, perhaps, thousands of people view it, but the contact would download the image through his browser and extract the hidden research information.
Sit back for a moment and think of how you would be able to detect or stop that. Your options are pretty limited, but let's consider them.
Seeing the Unseen
Stego is hard to detect. As is frequently the case with criminal activity, malicious insiders are often caught not because of great detective work or superior technology, but because of mistakes they make—they become too greedy or brag. The real problem is that there's no good way to screen for stego globally. However, if you suspect stego is being used, there are forensic techniques to help you investigate.
The easiest—but least effective—methods involve looking for general indications of stego use on a computer. One way is to look for apparently identical files with different binary compositions; stego programs keep the original and make a copy with the hidden data, and the stego user may forget or choose not to delete the duplicate file. Open-source programs like diff or commercial products like Tripwire can be used to determine if the files are really identical. diff is primarily an investigative tool: It yields information on which parts of the file are different, but can be run only on a single system. Tripwire, on the other hand, can be run across an enterprise, but will only tell you the files are different with no additional details.
Of course, finding a copy of S-Tools or Invisible Secrets on a computer is also a pretty good clue. The more advanced investigative technique is to look for indications of stego use within a file. These methods are time-consuming, require specific expertise to create and use detection programs.
One approach is to look for characteristics of the stego technology used. Each tool manipulates a file in a certain way to hide the data. By carefully examining how a given technique works, you can find characteristics that determine whether data has been hidden. For example, S-Tools manipulates the color table in an image. A normal .bmp file has a low number of duplicate colors in its table, so look for a high number of duplicate colors.
Or, you can look for characteristics that are not typical of a particular file type. For example, the actual data in .jpg files is compressed, so any attempts to hide data in this area it would be lost by the compression; therefore, to hide data, you would have to manipulate the compression algorithm itself. So, check for changes to the algorithm.
In an ideal world, there would be a universal way to detect stego, regardless of file format or method used; a single algorithm could be developed and used to scan a system. While this is yet to be done, researchers have achieved about 70 percent accuracy using statistical processing techniques such as wavelets and Fourier transforms.
If your aim is simply to stop, rather than detect, stego, the easiest thing to do is to convert file formats. For example, a proxy gateway could run a program that converts image formats (e.g., .jpg to .bmp back to .jpg), which would remove any hidden information. For text, you could convert the message from English to Spanish, then back to English. However, translation programs aren't completely accurate, which could result in some mangled messages.
Hidden Value
While most of attention on stego is focused on nefarious behavior, there are some legitimate applications. They aren't being widely applied, but their use is growing.
The most obvious use is to protect intellectual property and trade secrets, for example, when executives are traveling abroad. It's good practice to assume that all communications—emails, phone and instant messaging— are being watched and analyzed at all times. If this sounds paranoid, consider the limited infrastructure in many countries that makes it feasible to monitor the relatively few ingress and egress points.
Even crypto isn't foolproof. For example, if an executive conducting negotiations sends a short message, this could indicate that his company received what they wanted—or maybe the deal is simply dead. However, if there are 50 encrypted messages back and forth, it probably means they are working on an alternative plan, or that negotiations have hit a snag.
In this kind of situation, stego is the perfect alternative, hiding sensitive information within innocuous communications. For example, our traveling executive could use stego to hide business messages in his daily video conference with his family.
What You Don't See Can Hurt You
In the past, stego has primarily been used by criminals to evade law enforcement, but it's increasingly used by malicious insiders to steal information that could cost your company millions of dollars.
On the other hand, stego can also be used to protect an organization's critical trade secrets and increase the security of existing security devices.
You are already investing time, money and personnel to secure your company's critical data. If you ignore the risks of stego, your best efforts may be undermined.