Skip to content Skip to navigation

Connexions

You are here: Home » Content » Steganalysis - Bit-O-Steg Detection

Navigation

Content Actions

  • Download module PDF
  • Add to ...
    Add the module to:
    • My Favorites
    • A lens
    • An external social bookmarking service
    • My Favorites (What is 'My Favorites'?)
      'My Favorites' is a special kind of lens which you can use to bookmark modules and collections directly in Connexions. 'My Favorites' can only be seen by you, and collections saved in 'My Favorites' can remember the last module you were on. You need a Connexions account to use 'My Favorites'.
    • A lens (What is a lens?)

      Definition of a lens

      Lenses

      A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

      What is in a lens?

      Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

      Who can create a lens?

      Any individual Connexions member, a community, or a respected organization.

    • External bookmarks
  • E-mail the authors

Lenses

What is a lens?

Definition of a lens

Lenses

A lens is a custom view of Connexions content. You can think of it as a fancy kind of list that will let you see Connexions through the eyes of organizations and people you trust.

What is in a lens?

Lens makers point to Connexions materials (modules and collections), creating a guide that includes their own comments and descriptive tags about the content.

Who can create a lens?

Any individual Connexions member, a community, or a respected organization.

This content is ...

Affiliated with (What does "Affiliated with" mean?)

This content is either by members of the organizations listed or about topics related to the organizations listed. Click each link to see a list of all content affiliated with the organization.
  • Rice University ELEC 301 Projects

    This module is included inLens: Rice University ELEC 301 Project Lens
    By: Rice University ELEC 301As a part of collection:"ELEC 301 Projects Fall 2005"

    Click the "Rice University ELEC 301 Projects" link to see all content affiliated with them.

Recently Viewed

Steganalysis - Bit-O-Steg Detection

Module by: Danny Blanco, Elliot Ng, Charlie Ice, Bryan Grandy

Steganalysis

Bit-o-steg detection

Due to the complexity of bit-o-steg, we turned to previous research to find a viable detection method. Each entry in the 8x8 blocks has a specific probability distribution. The distribution is found by looking at the values of that entry slot across the entire image. Figure 1 shows a histogram of an entry without data. The histogram looks at the DCT coefficient value and counts how often that value appears within that entry slot. Figure 2 shows a histogram of an entry with data. Comparing the two figures, there is a sudden drop around the 0 value in the histogram of an entry with data. The histogram of an entry with data also appears to smooth out.

These distributions are defined by their own characteristic functions. The bit-o-steg hiding distorts that distribution by randomly changes certain entries thus altering the function. Using the inner product, we could test for a match between the characteristic function and the suspect image’s probability distribution. Unfortunately, the distribution functions vary based on the subject of the picture. Furthermore, we lack the statistical background necessary to classify these distributions and properly identify the characteristic functions. Thus, implementing bit-o-steg detection proved to be beyond the scope of this project.

Figure 1
Figure 1 (hist_no_data)
Figure 2
Figure 2 (hist_data)

Comments, questions, feedback, criticisms?

Send feedback