Slashdot Mirror


Study Finds Low Use Of Steganography On Internet

schnippy writes: "New Scientist reports on new study from the University of Michigan that argues that steganography (the science of obfuscating communications) is not in wide use, or at least not on the 2 million images they scanned on eBay. Earlier this year, USA Today reported that Bin Laden was using steganography to disguise his communications. Full study is available here. Wonder how long before someone sets up a distributed computing client to help search for Bin Laden's secret communications? :p" Niels Provos' research was mentioned in Slashback not long ago, and this article is based on the same research.

291 comments

  1. Face it by SpanishInquisition · · Score: 2, Funny

    Half of slashdot posts are encrypted evil plots for mass destruction.

    --
    Je t'aime Stéphanie
    1. Re:Face it by Ayon+Rantz · · Score: 1
      Half of slashdot posts are encrypted evil plots for mass destruction.

      What do you mean, encrypted?

      --
      Pokéthulhu
      Gotta catch you all!
    2. Re:Face it by discogravy · · Score: 3, Funny

      people on slashdot think they're so clever, using that rot-26 encryption...

    3. Re:Face it by Jerf · · Score: 5, Funny
      'Half of slashdot posts are encrypted evil plots for mass destruction.'

      Moderators, beware! That post decrypts to "fr15t p0st!!!" It's not a funny post, it's off-topic! Don't let your points be spent carelessly!

  2. Isn't that the point? by datawar · · Score: 4, Redundant

    The whole point of stenography is that people CAN'T spot the fact that you're using it!

    1. Re:Isn't that the point? by dachshund · · Score: 5, Interesting
      The whole point of stenography is that people CAN'T spot the fact that you're using it!

      To elaborate... The whole point of good steganography is that people can't easily spot the fact that you're using it. If you use some common freeware steg. programs, people'll have no problem detecting it-- these programs make very little attempt to hide their trail if the files are carefully examined. In any case, except for the nefarious use by criminals, or a few people having fun, there's no reason to use steganography very much. The hope is not to be detected when you do use it.

      As an aside, one imagines that with the hundreds of millions of dollars Bin Laden has access to, he can afford to create some half-decent steganography procedures... Perhaps using one-time-pads to conceal the data as noise.

    2. Re:Isn't that the point? by Jburkholder · · Score: 4, Funny
      >...stenography ... people CAN'T spot the fact that you're using it!

      but doesn't that wierd little typewriter usually tip everyone off?

    3. Re:Isn't that the point? by atlep · · Score: 1, Informative

      >>>>The whole point of stenography is that people CAN'T spot the fact that you're using it!

      Yes, to the naked ear/eye. But by analysing the bits (low significant ones) it can be detected wether the bits are randomly distributed (no information) or has some sort of order (stenography detected).

      Of course encryption followed by stenography would be difficult to detect since the encrypted data, I've been told, is more random in distribution.

      For example the xor'ing of a random data string with any other string, will result in a new random data string. The original string can be recovered by a xor'ing again.

    4. Re:Isn't that the point? by 4of12 · · Score: 4, Insightful

      There hasn't been much need for steganography so far.

      But if encryption is outlawed, then steganography will enjoy considerable growth as people find that the only way to secure their data is to hide the fact that they are doing so.

      With regards to Bin Laden, I continue to maintain that his use of high tech is overstated. (But making such statements is probably a great way to get government funding for fun stuff, make it look like "we're doing something", etc.)

      Low-tech means of infrequent verbal communications, not in Western language and frequently not conducted over electronic means, are more than sufficient to hide covert activities.

      Yeah, I can just see ObL and his gang firing up the diesel generators in their rural Afghan camp, setting up their satellite cell phones to upload and download complicated set of instructions that have been steganographically encoded. Give me a break. There are easier ways for him to communicate that are far less risky.

      --
      "Provided by the management for your protection."
    5. Re:Isn't that the point? by gregor_b_dramkin · · Score: 1

      .... half-decent steganography procedures... Perhaps using one-time-pads to conceal the data as noise.

      Using a OTP would have absolutely no advantage over other ciphers in terms of detectability.

      A OTP would make sure that if the message IS detected it could not be decoded. (Assuming its a true OTP -- not PRNG, and the pads are never found. )

      --
      You can never equivocate too much.
    6. Re:Isn't that the point? by Ryan+Amos · · Score: 1

      Actually, it is highly doubtful that bin Laden's network uses the internet for anything very sensitive. They don't trust the internet, rather they prefer face-to-face passing of messages. Honestly, if I was conducting a Jihad, I wouldn't trust the internet either. Though I imagine the anarchist's cookbook probably came in handy (and it wouldn't surprise me if there was a howto on hijacking an airplane with box cutters.) Makes you wonder if the FBI is going to start arresting people who own copies of it..

    7. Re:Isn't that the point? by OmegaDan · · Score: 2

      Really theres nothing to stenography ... atleast in images ... you just choose the ratio of normal bits to replaced ones ... The pattern of where the bits are hidden has to be a constant because the reciever has to be able to find them to :) I submit that "good steganography" is simply a high ratio of normal to replaced bits :) And good stenography CAN'T be proven to exist because its indistinguishable from gaussian noise in the image.

    8. Re:Isn't that the point? by youreanidiot · · Score: 1

      Actually, it is highly doubtful that bin Laden's network uses the internet for anything very sensitive. They don't trust the internet, rather they prefer face-to-face passing of messages. Honestly, if I was conducting a Jihad, I wouldn't trust the internet either. Though I imagine the anarchist's cookbook probably came in handy (and it wouldn't surprise me if there was a howto on hijacking an airplane with box cutters.) Makes you wonder if the FBI is going to start arresting people who own copies of it..

      Yes, I'm sure the anarchists cookbook was probably far more helpful than the CIA backed formal training. Hehe, what a piece of shit book.

    9. Re:Isn't that the point? by $pyHunter · · Score: 1

      The easiest way to detect the use of electronic Steganography is view the actual file size. But this requires that you know the original file size as well. The obvious result is that if the same picture shows two different file sizes it's been tampered with. Obviously TripWire could be used to detect that someone has tampered with "your" file on your web server. BUT, if you attempt to use a Steganography program to identify and/or extract the hidden message, the software will not be able to identify a hidden message unless you guess the password correctly AND choose the correct encryption that was used to encrypt it in the 1st place. These movies show the use of Stego programs: The Saint w/ Val Kilmer Along Came a Spider w/ Morgan Freeman - $pyHunter

    10. Re:Isn't that the point? by mpe · · Score: 2

      The whole point of good steganography is that people can't easily spot the fact that you're using it. If you use some common freeware steg. programs, people'll have no problem detecting it-- these programs make very little attempt to hide their trail if the files are carefully examined.

      Anyway stenography covers more than hiding cyphertext in pictures. Nor do you need programs to do it...

    11. Re:Isn't that the point? by plover · · Score: 2
      Just a correction. Encrypted data typically has a *very* random distribution, assuming the use of any good encryption algorithm.

      As a matter of fact, it's so random that it's *too* perfectly distributed to occur naturally in a picture, and that's a good way to detect if encrypted data is being steganographically hidden.

      --
      John
    12. Re:Isn't that the point? by Matthaeus · · Score: 1



      Stenography (n): The art of writing in shorthand, by using abbreviations or characters for whole words; shorthand.

      Steganography (n): Hiding a secret message within a larger one in such a way that others can not discern the presence or contents of the hidden message.

      </Nitpicking>

    13. Re:Isn't that the point? by dachshund · · Score: 1

      Many ciphers can be detected through statistical analysis. OTP output can masquerade as perfect white noise, assuming the random source from the OTP is truly random.

  3. steganography or stegnography? by Anonymous Coward · · Score: 4, Flamebait

    i think the extinction of the dinosaurs wiped out steganography; the mysteries of how the stegasaurus learned to write with its' tail will never be known to any of us...

    1. Re:steganography or stegnography? by Jburkholder · · Score: 4, Funny

      You know, I read that as stenography and wondered just how bin Laden could possibly use court reporters to hide his communications.

      I learnt a new wurd tuhday!

    2. Re:steganography or stegnography? by rjmx · · Score: 1

      Should have used doctors instead. Even *they* can't read what they wrote.

    3. Re:steganography or stegnography? by Guignol · · Score: 1

      This is not entirely true (extinction of dinosaurs and steganography wiped out, but they do indeed relate) and everybody knows this on slashdot:
      Anonymous Coward-aurus, the dinosaur of slashdot (I think you're still alive) is using those techniques frequently, and I'm sure it is being done right now in some other posts
      But even more remarkable is the Microsoftaurus, a very well known dinosaur here that defined steganography in its own way as being:
      - The art of hidding stupid games or ridiculous messages in already bloated office softwares
      - The art of hidding false bug alarms about competition's operating systems in their windowing software
      - The art of hidding other peoples code in their own
      - The art of hidding malicious dual-boot agreements in oem licenses
      - The art of hidding themelves from the DOJ
      - the list goes on and on...
      The stegosaur is dead, true, but the steganosaur is alive and kicking, we would learn a lot by studying it
      :) on a more serious note, steganography and stegosaur do relate (the roots I mean) (cover/roof something like that)

    4. Re:steganography or stegnography? by Guignol · · Score: 1

      (note how a seasoned slashdotter always finds a way to bash Microsoft, no matter the topic may be)

    5. Re:steganography or stegnography? by rocca · · Score: 1

      Replying to retract my incorrect moderation.

  4. is it just me, or... by turbine216 · · Score: 3, Insightful

    ...does anyone else think that "steganography" is just the latest in annoying media-driven hysterics? Every month there's a new buzzword that exists simply to point out the "evils" of the internet...

    MAYBE this is just another one of those words!! With so many other more effective and simple methods of encryption (read: PGP), why would anyone go to all the trouble?

    1. Re:is it just me, or... by Atzanteol · · Score: 2, Informative

      PGP, and most encryptions are 'obvious'. There's a large PGP header denoting version, user name, et al.

      The point of stego is to conceal the fact that something is being sent.

      Stego works best in conjunction with crypto. Hide encrypted data in an image, or song.

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    2. Re:is it just me, or... by Erasmus+Darwin · · Score: 5, Insightful
      "With so many other more effective and simple methods of encryption (read: PGP), why would anyone go to all the trouble?"

      You're comparing apples and oranges. Steganography isn't encryption -- it's concealment. If I send a PGP-encrypted message, regardless of whether or not they can break it, every eavesdropper knows that I just sent a PGP-encrypted message. If I use stenography to hide a message, an eavesdropper might miss the message, but would be able to decode it if it's discovered. If I use both, it's a win-win situation.

    3. Re:is it just me, or... by DigitalDaedalus · · Score: 0

      Ummm... It is just you... And only because you're ignorant...
      First off steganography isn't , say it with me folks, ISN'T encryption. It's a way to hide information. No sane person would embed a message without encrypting it first.
      The power of steganography is rooted in the difficulty to detect said messages. There are times when it's ok if people know you're talking to me (as long as they can't understand), but there are also times when you don't want anyone to know you're talking to me. That's what steganography is for.

    4. Re:is it just me, or... by Anonymous Coward · · Score: 0

      Almost certainly correct. Forget capturing Bin Laden through hi-tech. Send in the A-Team.

    5. Re:is it just me, or... by Anonymous Coward · · Score: 0
      "Oooh yeah!"

      "This function is void, it takes to args, the first is..."

    6. Re:is it just me, or... by Dyolf+Knip · · Score: 2

      You're comparing apples and oranges. Steganography isn't encryption -- it's concealment.

      And DeCSS isn't a copy-protection circumvention device, but you ask 100 reporters or politicians and guess what every one of them'll think it is. Sadly, what [insert random internet related topic here] is isn't nearly as important as what it appears to be to the general public.

      --
      Dyolf Knip
  5. ok, either they know something that I don't, or... by jimdesu · · Score: 2, Insightful

    So does someone have a super-duper steganography-detection algorithm, or what?

    Maybe they assume in color-discretized images that images having RGBs one-off of their surrounding pixels are steganographic? I gotta write a filter to induce 1-off color changes then, just to keep 'em busy. =)

    Or are these people just freakin morons?

    --
    --- The reclining dragon deeply fears the blue pool's clarity.
  6. Umm... by traphicone · · Score: 1

    "Study Finds Low Use Of Steganography On Internet"...

    Duh.

    1. Re:Umm... by Shimbo · · Score: 2
      Steganography is supposed to hide messages as well as possible. That's the whole point. So wouldn't a study just find the use of bad steganography, that is, stego that is easy to detect?

      Yes but it seems reasonable to infer that if you can't find anyone doing it badly, it's fairly rarely used. It's human nature that for every guru there are 10-100 novices.

    2. Re:Umm... by jrockway · · Score: 1

      Good point. If they could find it, it wouldn't be good. Kinda like sugarless sugar cookies ;)

      --
      My other car is first.
  7. Secrecy is important... by Wind_Walker · · Score: 0, Offtopic
    The last World War was won because of many factors, one that figured very heavily was encryption and secrecy. The fact that the Germans leaked a bit of information through Enigma (always starting with the same introduction to a message, for example) enabled the Allies to have a large strategic advantage which they used fairly effectively throughout the war.

    We need to use this to OUR advantage to make sure that we, the citizens of the world, keep control instead of the Corporations and Governments.

  8. Ebay? by Anonymous Coward · · Score: 0

    Yea right, ebay, who would put images on ebay?

    Have these guys check the porno groups on usenet,
    they might get different results.

    -lp

    1. Re:Ebay? by TheMidget · · Score: 1
      ...or break into Yahoo and alter their news pics.

      And the best pictures for this purpose are those containing large clouds of dust, smoke, etc., in order to take advantage of the natural randomness. Now wouldn't it be ironic if the very pictures of the collapsing towers were used to hide information about the next strike?

  9. Re:ok, either they know something that I don't, or by Dutchmaan · · Score: 1

    I had one..but I couldn't read it!

  10. Umm... by Millennium · · Score: 2

    Steganography is supposed to hide messages as well as possible. That's the whole point. So wouldn't a study just find the use of bad steganography, that is, stego that is easy to detect?

  11. How do they know? by andy@petdance.com · · Score: 5, Insightful
    How can they know that the 2E+09 images on eBay don't contain hidden messages? They might not have detected them, but that doesn't mean they're not there. Perhaps these damn terrorists (gasp!) made their own software!

    And who says that you have to post images to send a message? Maybe posting a baseball card for sale means that a cell is to attack on the day that the auction closes. A Sammy Sosa card means we fly into the Sears Tower; a Thurman Munson card means the WTC. The starting bid is the price is the time at which it's to happen.

    The whole point of steganography is that the outside world doesn't even know what your encoding system is, much less be able to decipher it.

    1. Re:How do they know? by ceswiedler · · Score: 2

      your later examples are codes, not ciphers. Codes like you say are basically unbreakable, but require that the parties know ahead of time what might be said. Ciphers are capable of communicating anything which can be written down.

    2. Re:How do they know? by weylin · · Score: 1

      Steganography simply means that the message is hidden, wether the message is encrypted or encoded is a separate question.

      --
      --- Nukes don't kill people psychopathic megalomaniacs do.
    3. Re:How do they know? by Anonymous Coward · · Score: 0
      ...and steganography is not a cipher. It doesn't change information; it only hides it. The following:
      Fork in rotten stinking pork, perhaps only so true!
      is not just bad poetry, it also hides:
      First post!
      if you read the first letter of each word.

      Now, you're free to use a cipher as well in steganography. That last sentence, for example, hides "nyftuacawis", which could be an enciphered way of saying "First post!".

      In either case, the message "First post!" could be a code that means "bomb the WTC today".

      Codes, cyphers and steganography are all orthogonal.

    4. Re:How do they know? by dugb · · Score: 2, Interesting

      Also, there are other ways to investigate image files.

      I've experimented with Provos' steganographic tool, outguess . I encoded a short message in a .jpg using the default option to foil detection by preserving statistical properties of the cover medium. Sure enough, the companion detection tool, stegdetect was not able to detect that a message was concealed.

      Then, on a hunch, I converted the original and altered .jpgs to .bmps, and examined them side by
      side using od -c | less. In the .bmp produced from the altered .jpg, I noted repeated 'senseless variations' in color values, usually pixel triplets of 377-376-377 (octal), as my sample pic was an object on a white background.

      Of course you would need the original image to definitively prove alteration of content. But this could be reduced to process and used to sift through content for likelihood of alteration. Such a tool might prove beneficial as a substitute for blunt instruments such as Carnivore.

      Thoughts?

      Dug

    5. Re:How do they know? by gorilla · · Score: 2

      Every modern code has a way of encoding aribitary data. It has to be spelt out if it's not in the dictionary, but as long as it's not too many words, it's not a big deal.

    6. Re:How do they know? by epsalon · · Score: 1

      Actually, the "first letter" encoding is easily detected by statistical analasys of the first letters of words compared to the words themselves. There is a different distribution of the two. One can check the distribution of first letters and see it's not what is should be. Hence, a message is encoded here.

    7. Re:How do they know? by mpe · · Score: 2

      The whole point of steganography is that the outside world doesn't even know what your encoding system is, much less be able to decipher it.

      Also that they don't even know if there is any encoding system or even any message in the first place...

    8. Re:How do they know? by mpe · · Score: 2

      Codes like you say are basically unbreakable, but require that the parties know ahead of time what might be said.

      In a great many cases there might be only a few things you need to communicate in the first place...

    9. Re:How do they know? by Anonymous Coward · · Score: 0

      Encryption is based on the idea of the other side *knowing* what system you are doing. Obviously, if alice and bob use a new system devised by them, then things will be a lot harder. So, if you could devise a new system for hiding info in pictures, sure, it could be hard to detect. It needed be restricted to just using the LSB of each byte, or whatever - you could start off wich a picture based on the info, and paint around it. Or whatever.

  12. Ebay? by foo+fighter · · Score: 1

    Why did they think people would use Ebay to hide messages?

    Just e-mail your buddy pics of you playing with your dog, or set up a geocities page, or break into Yahoo and alter their news pics.

    --
    obviously no deficiencies vs. no obvious deficiencies
  13. Bin Laden Stenography? LOL by xinu · · Score: 3, Insightful

    From what I heard, not that I have any clue what I'm talking about other then what I've seen on the news and water cooler talk. But, they don't even use computers for the most part. Not only are they low-tech, they are no-tech. I don't see what the fear is other then some goverment officials taking advantage of the mass hysteria.

  14. Why ebay? by svallarian · · Score: 1

    Why did they mainly scan Ebay? Why not take a look at the large free webhosting providers like geocities?

    It seems like to me the terriorists like to keep a low profile, so why would they want to go through the trouble of getting a working account (and also have the need for a credit card) just to post some information on Ebay?

    --
    I patented screwing your mom. But it got revoked for "prior art."
    1. Re:Why Ebay? by Matthias+Wiesmann · · Score: 2
      The reason is probably political. As soon as a crisis appears, everybody suspects the things they don't like and should therefore be blamed.

      EBay is a nice choice for this: it is a symbol of the DotCom hysteria, and there are already a lot of stories about it (people selling their child's names, organs, nazi ensigns).

      Now you idea is much more logical, but emotionnaly unnaceptable. Having the FBI raid eBay is one thing (nobody works there anyway) but suspecting people who show pictures of their cats, that would be truly evil (everybody knows somebody who likes cats).

      This is not about logic, but about finding somebody to blame. It's much easier to suspect and to blame people you don't know... Why do you think comes the idea that Bin Laden had to use the internet?

    2. Re:Why Ebay? by Loligo · · Score: 1

      First off, you have to actually sell something to
      >get a picture on Ebay (IIRC), and I doubt the
      >terrorists are going to want to bother with
      >having buyers on their back all the time.

      Easy enough to deal with. Just sell something nobody wants with a really high reserve.

      Like, say, a Battlebot...

      (For the sarcasm impaired: THIS IS NOT IMPLYING THAT THE BATTLEBOTS GUYS ARE TERRORISTS, just an example of "something nobody wants with a really high reserve")

      -l

    3. Re:Why Ebay? by Atzanteol · · Score: 2, Insightful

      Why even make the site 'public'? Restrict access, and don't have a link on your main page pointing to a hyper-secret-photo.

      It's absurdly trivial to hide something, for a short time at least.

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    4. Re:Why Ebay? by peccary · · Score: 2

      The specific rumor, back in Feb2K, when this whole hysteria started, cited EBay. That's why.

    5. Re:Why Ebay? by Coniine · · Score: 2, Interesting

      Two simple points :

      1) you do not ever want to use the same image for multiple messages. The fact that the same image is shown but has subtle differences is a strong indicator of the presence of stegoed data.

      2) you do not ever want to restrict access to the images containing stegoed messages - that enables traffic and association analysis.

      If you do place stego data in an image make sure that the image is an original ( eg from your own digital camera or scanner ) and that once you have produced the modified image you destroy all copies of the original - see #1 above.

    6. Re:Why Ebay? by Coniine · · Score: 1

      You !completely! miss the point of stego.

      Start from here : the data is encrypted and then hidden in an image. If the stego system is good, detection will be extremely difficult if not impossible. If you assume that *all* images have stego data even if data is extracted from an image only a recipient with a key can decrypt it.

      Now the only result of making a site have limited access would be to enable an analysis of who is carrying on a conversation. If the whole world has access and the site is heavily used then the analysis is that much more difficult.

    7. Re:Why Ebay? by aozilla · · Score: 2, Informative

      Why even make the site 'public'? Restrict access, and don't have a link on your main page pointing to a hyper-secret-photo.

      Because that would defeat the whole point of using steganography. The idea is that terrorists can talk to each other without the government knowing that they're even talking to each other. If only one person visits the site, you might as well just email the encrypted data.

      If 10,000 people all view the picture, how do you know which one is actually receiving the information? It's just one more layer of "security".

      --
      ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
    8. Re:Why Ebay? by anshil · · Score: 1

      Also I wouldn't guess geocities too, they keep records maybe, and so you're trackable. I would search in temporary places, somewhere the senders don't leave slime spours, and places with good anonymity hidden IP's and where no permanent records are taken. Secondly I don't believe they use a place where everybody has read access to, so once discovered they could be easily eavesdroped.

      I think some IRC servers would be a spot to look for, Maybe also some of the "freedrives" services would be intersting for such people. Than maybe something like ezboard.com, or also very likely just some stupid FTP server hidden somewhere on a non standard port where people transfer coded coded messages hidden inside of images up and down.

      Now tell me how smart a carnibore auto-system must be to detect such traffic.

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
  15. It's not just steganography, it's encryption by sinnergy · · Score: 2

    Steganography in and of itself is fairly powerful. However, the real beauty lies when you combine it with encryption. Encrypt your strings of bytes, strip off headers and define the headers through some other mechanism and THEN you'll have truly clandestine communications. The best steganography is the kind no one even knows is there (as has been mentioned previously).

    I know a group of guys who were literally taking all of the porn off of the alt.binaries newsgroups to look for hidden messages, but gave up do to the volune, the low chance of actually getting a hit, etc. In other words, it will be impossible to tell if the image you have is actually encoded.

    An interesting look at what steganography is for beginners.

    1. Re:It's not just steganography, it's encryption by gazbo · · Score: 1
      The best steganography is the kind no one even knows is there
      urrrrr....

      Sorry, from the rest of your post I guess you do actually know what steganography is, but I couldn't resist.
    2. Re:It's not just steganography, it's encryption by Anonymous Coward · · Score: 0

      I know a group of guys who were literally taking all of the porn off of the alt.binaries newsgroups to look for hidden messages

      That's my excuse too.

    3. Re:It's not just steganography, it's encryption by clary · · Score: 3, Funny
      I know a group of guys who were literally taking all of the porn off of the alt.binaries newsgroups to look for hidden messages, but gave up do to the volune, the low chance of actually getting a hit, etc.
      Yeah, right...they were downloading porn to look for hidden messages. I can hear it now: "Hey man, I think I found a hidden message. Can you decode it for me? ...my hands are full."
      --

      "Rub her feet." -- L.L.

    4. Re:It's not just steganography, it's encryption by DaveHowe · · Score: 2

      I know a group of guys who were literally taking all of the porn off of the alt.binaries newsgroups to look for hidden messages, but gave up do to the volune, the low chance of actually getting a hit, etc.
      "No honey, I am *not* looking at dirty pictures, I am helping the Fight against Terrorism. see, it says so right here....."

      --
      -=DaveHowe=-
  16. This is naive by scorbett · · Score: 5, Flamebait
    According to the details of their study, they took images from Ebay and scanned them for steganographic content using statistical analysis. Out of the two million images they scanned from Ebay, they determined that about 17000 seemed to have steganographic content. They then used a dictionary attack to try and extract any encrypted messages that may be contained within. They failed on all 17000 images. Their report indicates one of three possible explanations for this:
    1. There is no significant use of steganography on the Internet.
    2. Nobody uses steganographic systems that we can find.
    3. All users of steganographic systems carefully choose passwords that are not susceptible to dictionary attacks. (emphasis mine)
    In response to number 3, I'd like to say, "well, duh". Anyone clever enough to transmit messages via steganography is not going to be stupid enough to potentially compromise themselves by choosing a simple password.

    But beyond that, this search is limited to one small part (Ebay) of the entire Internet. There are certainly many other places where images can be transmitted inconspicuously (certain usenet groups come to mind).

    To me, this seems like a "feel good" story designed to put people at ease. It has little actual merit.

    1. Re:This is naive by ellem · · Score: 2

      In response to number 3, I'd like to say, "well, duh". Anyone clever enough to transmit messages via steganography is not going to be stupid enough to potentially compromise themselves by choosing a simple password.

      But what about folks who use Microsoft Visual Steganography Studio? You take a .bmp or .jpg and you type text on it and hit compile... wham! you've got covert operations. Those folks might use a simple password like ***** or password!

      --
      This .sig is fake but accurate.
    2. Re:This is naive by First+Person · · Score: 1

      On the other hand, I am a strong proponent of academic research. Now that I know that this research is going on, I'm tempted to start adding messages to anything I sell on E-bay. This will keep the researchers happy. After all, there is nothing more depressing that launching a large and time intensive search and the ending up with nothing. Soon, people will be seeing secret fnord messages everywhere.

      --
      Given one hour to live, the student replied: "I'd spend it with professor FP who can make an hour seem like a lifetime."
    3. Re:This is naive by Cerebus · · Score: 3, Interesting

      Worse-- the study looked only for three common stegongraphic tools, and noted that the best of them (OutGuess) has a new version that is not detectible using the method descibed in the study.

      If you're smart enough to use steganography, wouldn't you be smart enough to use the latest version of the most advanced tool?

      "Well, duh," again.

      While I applaud Mr. Provos and Mr. Honeyman's efforts, the study uses a flawed methodology and this is reflected in the distinct lack of any real conclusions. You'll note that section 9, Conclusions doesn't actually conclude anything-- they simply state "we are unable to report finding a single message."

      --
      -- Cerebus
    4. Re:This is naive by Paradox+!-) · · Score: 1

      One thing that occured to me is that it makes a heckuva lot more sense to insert already-encrypted messages into the images than straight text. Wouldn't a PGP message field, for example, look even more like random crap within an image than it does in messages already? Why not PGP encrypt the message and THEN insert it into an image.

      I would bet that pre-encrypted messages are more likely to be found in images than non-encrypted ones. This idea plays not only into the Password critique cited above but also into the fact that even if someone FOUND the message in the image, they probably couldn't get at it if the PGP encryption was strong enough.

      Have I missed something and the study already considered this possibility? I didn't see it in that article.

      Of course, this idea would only give more ammo to folks looking to regulate the use of encryption.

    5. Re:This is naive by Liquor · · Score: 2, Informative

      Their report indicates one of three possible explanations for this

      Perhaps we could add:

      4. They are detecting simple watermarks generated by normal image processing tools such as Photoshop.

      Is this a fourth possibility? After all, the watermarks are effectively embedded using steganographic methods, and the 'encrypted content' would simply be the creator's identification.

      Although the study notes that watermarking is similar to steganography, but is generally embedded in a 'more robust manner', nowhere does it imply that they tried to determine whether the their detection tools were falsely detecting normal watermarking, or if they were allowing for the 'random bits' that would be created by watermarking. Indeed, they admit that a watermark will affect many of the same things that steganographic content will.

      Nowhere in the study does it imply that they actually tried to check for watermarking in order to allow for or eliminate the watermarked images, just checking for data that seemed to fit the format for 'released steganographic tools'.

      In addition, they note that verifying that an image has hidden content requires attempting to decrypt the hidden content using one of the 3 tools that they were testing for - and failed on all of the tests - so I take this as further evidence that they didnt' check for simple watermarks.

      And a lot of posters on ebay will simply grab an image from a manufacturers site - and those images may well be watermarked.

      To me, this seems like a "feel good" story designed to put people at ease. It has little actual merit.

      I agree.

      --

      Liquor
      Sanity is a highly overrated commodity.
    6. Re:This is naive by analog_line · · Score: 1

      You wouldn't even need PGP. Pick a cryptographic protocol. Encrypt your message and insert it into your message. I would imagine that if you try to "decrypt" steganographic information that isn't there, you get noise. I don't know for certain 'cause I've never done it, but I feel pretty safe in assuming that.

      So when you have this noise, how in the world can you tell that there is even an encrypted message in there? How can you tell what what algorithm was used?

  17. What;'s the purpose? by skybird0 · · Score: 1, Insightful
    The obvious question is how much of the Bush Administration's request for increased police power and restrictions on freedoms is to fight terrorism and how much is to create a police state (or enhance an already existing one for that matter.)

    Putting restrictions on cryptography and steganography is akin to closing the barn door after the cow's run off.

    Apologies for stating the obvious, but someone has to.

  18. No kidding... by BMazurek · · Score: 2, Insightful
    "The technique may not be infallible. The methods used by Provos and Honeyman were particularly aimed at uncovering use of steganographic tools already released on the internet."

    Yeah, if I was going to hide a message, I'd use commonly available tools already out there. *sigh*

    Terrorists are not stupid. I would think a home-brew methods would be better in many circumstances.

    These people aren't communicating with 45 meg Powerpoint Presentations outlining the plans. Short, concise messages could be encrypted with previously agreed upon one-time pads, hidden in a few bytes of an image, or even across 8 or 10 images across multiple sites. These people have time and a mountain of data to hide in.

    1. Re:No kidding... by Guignol · · Score: 1

      That wouldn't have much to do with stupidity
      Didn't they kill 6,000 persons with a few knives ?
      Hidding their plots with powerpoint presentations would have been just as effective as any other as long as nobody looked for it
      In fact, I don't think they even needed any kind of steganography or encryption method at all to do what they did.
      They're being presented now as super organized super rich super modern terrorists. I don't say they aren't but with all the money and time they would have spend on computing tools/infrastructure, couldn't have they find some plastic or ceramic weapons instead of knives ?

    2. Re:No kidding... by esper_child · · Score: 1

      seems stupid that one would limit themselves to a simple thing like this. why not encrypt the message with a one time pad and put it into several images/documents/posts/whatever and put them out there on usenet or freenet or gnutella. If you do it this way there is no way in hell that you will get caught as there is so little of a chance anyone could find what exactly you posted it in and where it is to be found. The point of hiding is to stay hidden, so why not stay hidden the best way by having people delete all evidence of your existance (or atleast a part of two of it atleast) for you. And there is nothing saying which parts have to be found where as you can put a peice on usenet, a peice on freenet, a peice on a gnutella, a peice in a banner for a site such as slashdot, and a peice in an email. Hell, this is what i came up with in a few minutes, anyone who actually wants to stay hidden will do so with much more thought, your chances of finding someone like that is so very remote that it will NEVER happen. I don't care what you use for trying to trackdown someone who wants to keep their messages over the internet hidden from anyone but the target recipiant, you will NEVER find it (unless they are complete morons).

  19. Detection algorithm? by Anonymous Coward · · Score: 0

    So, how exactly did they determine this? I mean the whole idea is to hide the information, in theory one should not be able to determine if there's anything hidden in the image or not.

  20. Why Ebay? by jandrese · · Score: 5, Interesting

    Ebay seems like a poor choice for stenography. First off, you have to actually sell something to get a picture on Ebay (IIRC), and I doubt the terrorists are going to want to bother with having buyers on their back all the time.

    It seems to me like it would be much easier just to set up some random Geocities site with text like:
    Hi, I'm Lisa Smith and this is my site about me and my 10 cats!
    Then include several pictures of 10 different cats, including some with covert information. If you need new information you can reencode some of the pictures and reupload them. Other messages can be sent by subtly changing the HTML (adding and deleting extra spaces for instance).

    I still can't figure out why they thought the images would be one Ebay.

    --

    I read the internet for the articles.
  21. e-Bay? by gus+goose · · Score: 5, Insightful

    Apart from the fact that by default, good steganography should be undetectable, it appears that e-bay is a poor site to use. By default, the user posting a sale has to exist in some manner, unless a new identity is created for each item to be sold - which makes sense, but the bottom line is that it is a pain to keep creating e-bay accounts, and making up e-mail addresses.

    Something on the newsgroups would be a much better place to look. the alt.binaries.pictures.* areas. Almost total anonymity.

    If I were to want to communicate this way, I would avoid e-bay.

    gus

    --
    .. if only.
    1. Re:e-Bay? by Tackhead · · Score: 2
      > Something on the newsgroups would be a much better place to look. the alt.binaries.pictures.* areas.

      Finally, the excuse I've been looking for to download copious quantities of pr0n! (Honest, honey, I'm just looking for stego!)

      Actually, you've got me thinking. The best place to hide stego in USENET binaries wouldn't be the pr0n. It'd be the pr0n-spam, which nobody ever downloads.

    2. Re:e-Bay? by Tackhead · · Score: 2
      > The best place to hide stego in USENET binaries wouldn't be the pr0n. It'd be the pr0n-spam, which nobody ever downloads.

      Sorry to follow up to my own post.

      But has anyone considered the possibility that the forged headers, path preloads, and/or hashbusters (the "random" digits after the Subject: lines in spam, or the "random" c'h,a'r`a.c,t.e'r`s inserted to foil regular expression matches in killfiles) in USENET spam might not be random?

      Someone with a lot of computing power and a large archive of postings might want to look into that.

    3. Re:e-Bay? by WNight · · Score: 2

      http://www.spammimic.com/index.shtml

      It's a site that will take a message and encode it as spam.

      Really, a hidden message can be encoded into anything, pictures are just best because they're usually capable of holding a thousand words. :)

      There's an even better way to hide data, split it (a bit at a time) between two images, so that without both, the stream is undecipherable.

      Just remember, always encrypt data before using stego, and output it to binary, not text. uuencoded text would be easy to detect in a picture.

    4. Re:e-Bay? by juliao · · Score: 1

      I quite agree with you, but I'd like to comment that newsgroups seem to me as a bad idea. Not all carriers cater tham, and you can never be sure if your message is going to be replicated across servers in a proper amount of time...

      I'd go for geocities sites any day.

  22. No Hidden Messages! by ucblockhead · · Score: 2
    Alright, this thing answers crazy kooks, and that makes it damn nigh insightful. go hand the news to all those that claim steganography is being used for neferious purposes.

    This is important, because the FBI, NSA, CIA, etc. should definitely NOT be wasting its time looking into these crazy claims of hidden messages.

    --
    The cake is a pie
    1. Re:No Hidden Messages! by Anonymous Coward · · Score: 0

      Neat opinion, mister. Expert suggestions say acrostics give encryption hard, extensive research. Eh?

    2. Re:No Hidden Messages! by esper_child · · Score: 1

      No, the FBI, NSA, CIA, ect should be following ANY possible leads. With any luck they will find a clue or two for 9/11's acts or possibly the acts of someone else. Keeping a good eye on things like this is a good idea. Leave no stone unturned no matter how unlikely it is that you will find what you want under it.

    3. Re:No Hidden Messages! by ucblockhead · · Score: 2

      Well, I'm glad to see at least someone figured it out...

      --
      The cake is a pie
  23. Unintentionally amusing... by marnanel · · Score: 2, Funny

    Someone pointed out these paragraphs to me, from the BBC's coverage of this story:

    Before now, there has been speculation that Osama Bin Laden has hidden messages in pornographic images posted and swapped on Usenet, eBay and Amazon.

    However, after analysing over two million images from eBay, Niels Provos and colleagues from the University of Michigan have said they found no evidence of hidden messages. Mr Provos and his colleagues are now extending their work to check more images.

    "No, really, we havehave to look at more pr0n now..."

    --
    GROGGS: alive and well and living in
    1. Re:Unintentionally amusing... by Byteme · · Score: 1
      If this would be true, then the use of steganography would be easy to detect. I mean, by the rules of the Taliban, showing you ankle or lifting the veil could be considered risqué.

    2. Re:Unintentionally amusing... by vortexau · · Score: 1

      Hasn't ANYONE thought that...
      the images of Osama bin Laden that have appeared
      on the News could be combined to indicate where
      his followers should strike next?

      Or, if animated, may do nothing more than
      mime the words "*uck you, *ankee *ogs"?

      Note - not my intention to offend, but simply
      raise comment!

      Regards,
      JK

      --
      (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"
  24. Fundamental flaw by gazbo · · Score: 2, Interesting

    I know people are joking about it being the whole point that you can't find it in use, but reading the article, this is not far from the truth. The researchers admitted that the method they used only hunted for known, commercially available techniques, and that there were other techniques available that would not have been spotted. Add in any totally novel methods people may have used themselves.

    Still, if we're going to give these researchers funding...

  25. I couldn't help laughing... by dfay · · Score: 2, Interesting

    I couldn't help laughing at the title. The first thing that popped into my head was, "How do you measure the amount of steganography on the internet?" Seems like the answer is that there should be a lot of nearly useless information, a low signal-to-noise ratio if you will. Which, I'm sorry to say, is a very accurate description of the internet. :P

    Okay, okay, now I'll go read the article. :)

    Happy winnowing and chaffing!

    Dave

    1. Re:I couldn't help laughing... by King+Of+Chat · · Score: 1

      Yeah - who was it who said:
      "If you put a million monkeys in front of a million typewriters, eventually they will come up with the works of Shakespeare. Thanks to the Internet, we now know this is not true."

      Seriously though, how many web pages are there? There is no way they could check everywhere for everything.

      --
      This sig made only from recycled ASCII
    2. Re:I couldn't help laughing... by vortexau · · Score: 1

      If they were looking for a pattern...
      such as many pictures with the same bit-size
      then I could raise merry hell!

      I have a Directory on my HD called "20542",
      which contains 15 1bit (mono) graphic files
      that I collected and stored here, simply
      because they are ALL 20542 bits in size!

      Now, If I Posted THESE on-line I wonder
      what could ensue?

      Regards,
      JK

      --
      (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"
  26. hasty conclusions? by downerad · · Score: 2, Funny

    It seems a bit sketchy to conclude that if something doesn't happen on e-bay, then it must not be happening anywhere else on the internet.

    1. Re:hasty conclusions? by Anonymous Coward · · Score: 0

      It seems even more sketchy to judge research by
      reading the title of a slashdot article.

  27. what about other image file formats? by Smallest · · Score: 1
    the three data stashing apps they looked at all stored their stuff in JPG. what about the other 10,000 image formats out there.

    and, they only tested against three programs. anyone with a few hours on their hands can whip up an app to do this kind of data hiding - i did.

    BFD.

    -c

    --
    I have discovered a truly remarkable proof which this margin is too small to contain.
    1. Re:what about other image file formats? by shumacher · · Score: 1
      the three data stashing apps they looked at all stored their stuff in JPG. what about the other 10,000 image formats out there.
      No reason why you wouldn't use another format. But there is an advantage to JPG. It's by far the most common image format for photos on the internet right now. GIF would work, and well, I might add. PNG isn't widespread enough, but could still be used. ILBM, PCX, IFF, PICT, would likely raise eyebrows.
    2. Re:what about other image file formats? by Anonymous Coward · · Score: 0

      ...although jpeg has the disadvantage of being a LOSSY encoding scheme. Depending on the frequency characteristics of the data being hidden, jpeg could remove part of it! This would seem especially likely for data that's been encrypted to resemble random, high-frequency noise.

    3. Re:what about other image file formats? by vortexau · · Score: 1

      And if they used a format such as ....
      FITS, then the CIA, the NSA, the FBI,
      (not to mention NASA) would be on
      their tail for sure!! :)

      Regards,
      JK

      --
      (David Bowman, EVA near HUGE Monolithic Win-PC in orbit around Jupiter) "My God - its full of Malware!"
  28. It's not always so easy to detect! by MadCow42 · · Score: 3, Interesting

    I could easily encode a message into an image, and NOBODY could detect that one was there, even through careful examination... why would this study be accurate?

    For example:

    -take an original image as a reference
    -encode a message into binary 1's and 0's (use encryption if you like, or just the binary ascii equivalent)
    -go through the image in a certain direction, and change each pixel value by 1 to encode a binary "1", or leave it alone to encode a binary "0".
    -distribute a "reference image" separately that can be used to decode the image (like a key)
    -use a simple algorythm to compare the original and reference, which will give you a binary sequence
    -decode the binary sequence using whatever method you used to encode it

    Unless you have the reference image, you're screwed. Changing RGB values by 0 or 1 will not be detectable, and will easily blend in with the noise of most images.

    The only thing you can't do is compress the image with JPEG or other "lossy" compression routines.

    How could you detect this? How could you prevent it from being used? You can't, unless you know the reference image. I could post secret messages on the front page of CNN.com and nobody would know (ok, assuming I had access to CNN.com to post an image).

    MadCow.

    --
    I used to have a sig, but I set it free and it never came back.
    1. Re:It's not always so easy to detect! by scruffy · · Score: 2

      I would guess your method won't work because the least significant bit of each pixel value isn't really random, i.e., in "normal" pictures, this bit has a certain kind of distribution and your method would detectably change it. A better method would be to scan the original image and find those pixels where the value of the least significant bit is 50/50. These would be the bits that you could encode. Of course, this is only as good as your model of the least significant bit.

    2. Re:It's not always so easy to detect! by ethereal · · Score: 1
      How could you detect this? How could you prevent it from being used? You can't, unless you know the reference image. I could post secret messages on the front page of CNN.com and nobody would know (ok, assuming I had access to CNN.com to post an image).

      See, that's called "hacking", and John Ashcroft will get you then, you damned, dirty terrorist :)

      --

      Your right to not believe: Americans United for Separation of Church and

    3. Re:It's not always so easy to detect! by MadCow42 · · Score: 4, Informative

      I don't agree with you, actually...

      If binary "1"s are encoded as "different than original image, and 0's are "same as original image", you could change the pixel value by +/- 1 to suit the general area of the image.

      If you look closely at any scanned or digitally captured image, there's always a "noise factor", from sensor gain, etc. A value change of 1 would not be detectable due to a noise level of at least 1 pixel value.

      You could also triple your data density by encoding the R, G, and B channels separately. This could potentially be a little more noticable, but not by much. You could also encode them in different orders (rgbrgb... rrrrggggbbbb, whatever order you want) to further encrypt it.

      The only images that do not have noise are digitally created images (i.e. rendered, or drawn in a computer). Just JPEG compressing an image causes noise of more than 1 value.

      I could write a program to encrypt/decrypt like this in less than 5 minutes... the only problem I can see is distributing the "key images", which would be susceptible to being intercepted. You could always distribute them on a hard medium (CD), and trust that noone is a spy in your group. I'd probably distribute a few hundered "refrence images".

      MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
    4. Re:It's not always so easy to detect! by ncc74656 · · Score: 3, Informative
      Unless you have the reference image, you're screwed. Changing RGB values by 0 or 1 will not be detectable, and will easily blend in with the noise of most images.

      The only thing you can't do is compress the image with JPEG or other "lossy" compression routines.

      Applying steganographic encoding to an image before JPEG compression wouldn't work too well, but it should be possible to apply it after compression. You could hide your data in the low bit or two of the DC coefficients without noticeable degradation. It might even be possible to use the lower-frequency AC coefficients, though I don't know if I would want to bet on it (haven't looked into it too closely). Your payload won't be too great (assuming that chroma is decimated 2:1 on both axes and that you use only the low bit of each DC component, that's only six bits per 256 pixels), but it could work well enough for short messages.
      --
      20 January 2017: the End of an Error.
    5. Re:It's not always so easy to detect! by Anonymous Coward · · Score: 0

      Congratulations, you just invented the One Time Pad. An encryption method that has been used for at least a hundered years. The only prefectly secure crypto. And one that has been used in bigger systems because it's impractical to use.

      This is not what steganography is about. RTFM.

    6. Re:It's not always so easy to detect! by The+Pim · · Score: 3, Informative
      I could easily encode a message into an image, and NOBODY could detect that one was there, even through careful examination.

      You are so wrong. This is just like encryption: Intuitively, everyone thinks it is easy to scramble information, but eventually, cryptanalysis got sophisticated, and we learned that only mathematically sophisticated, rigorously reviewed cryptography has a chance at being safe. Similarly, amateur steganography schemes are probably worthless.

      -go through the image in a certain direction, and change each pixel value by 1 to encode a binary "1", or leave it alone to encode a binary "0".

      Of course the method you describe isn't detectable to the naked eye. But it would be trivial to detect it statistically. Just look at the gradients in adjacent pixels. In you image, they will be jumpier than in a normal image. Go check out stegdetect to see some of their techniques and results.

      --

      The evaluation of an action as 'practical' . . . depends on what it is that one wishes to practice.
    7. Re:It's not always so easy to detect! by MadCow42 · · Score: 3, Interesting

      I'm curious...

      I'll use my "method" above to encode a message in an image tonite, and then try out such tools to see what they find. I truly believe that it would be impossible to detect a 1-value change (out of 255), even if it is a regular pattern, due to the noise level apparent in any normal digital photo/scan.

      Hey, I'm always willing to be proved wrong, but that's just it, I am the type that needs proof.

      If you're interested in trying to "break" such a scheme, let me know and I'll post a link to the image with the hidden text tonite.

      MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
    8. Re:It's not always so easy to detect! by Coniine · · Score: 1

      Here we go again - the existence of the reference image and the stegoed image is a weakness. In order to conceal the fact that a publicly available image contains hidden data the distribution of the reference image would have to be via a secure channel. If the secure channel exists why use it to key data sent over an insecure channel? Just use the secure channel for your comm.

      The purpose of stego is to conceal the nature and contents of the communication over an insecure channel.

      Get a clue. 3!?!

    9. Re:It's not always so easy to detect! by MadCow42 · · Score: 1

      Yes, I agree with you, but...

      You can always do a 1-time distribution of the "reference images" (say, a CD with 1000 images on it), then post images from time to time as needed with the data in them.

      You're trusting that the CD's don't get into the wrong hands, obviously, but you're still distributing the messages broadly over an insecure channel. There's also no reliable way to determine if there's data hidden in images posted or not, so Joe-FBI-Agent is clueless.

      It's really just a "private key encryption" scheme that is masked to look like something else to the unaware viewer. Nothing fancy, but also very secure unless the reference images are compromised (which is definately a weakness).

      MadCow.

      --
      I used to have a sig, but I set it free and it never came back.
    10. Re:It's not always so easy to detect! by Anonymous Coward · · Score: 0

      I'm with The Pim (the previous poster). Don't
      waste your time, modern cryptanalysis would
      crack your message in a heartbeat. Read
      Bruce Schneier's books on cryptography, or even
      a good book on WWII codebreaking (for instance,
      "Battle of Wits : The Complete Story of Codebreaking in World War II" by Stephen
      Budiansky).

      The German Enigma was brilliant in its design.
      However, the failure of the Germans to
      recognize how susceptible seemingly random
      messages were to statistical analysis allowed
      the Allies to use it to great advantage.

      Its like magic tricks - they seem impossible
      until you learn how they are done ...

    11. Re:It's not always so easy to detect! by Liquor · · Score: 1

      Or you can use a commercially available CD of images (there are LOTS of 'stock image' CDs available) - all that needs to be done to distribute the reference images is to agree on their source.

      --

      Liquor
      Sanity is a highly overrated commodity.
    12. Re:It's not always so easy to detect! by Eimi+Metamorphoumai · · Score: 2
      All cryptography(/steganography/secret communications) requires a secure channel, at some point, somewhere. If you never have a secure channel, then there's no way to communicate with the person you want to without someone else observing. It's as simple as that.

      The key to good cryptography is that you can time-shift the secure channel, ie, the secure channel might be my handing you a cdrom full of keys, which is pretty hard to break, but later I need to send you a message when it's inconvenient to meet you in person. You can't ever get rid of the secure channel (and no, public key encryption doesn't violate that, it just pushes the secure channel to getting the right public key, or the right signing key, or....).

      That said, good crypto also lets you leverage a smaller secure channel into a larger datastream (1024 bits can buy you a lot of encrypted text), and having to prepare all the images ahead of time can be problematic, and impractical, but not impossible.

      --

      Visit me on #weirdness on the Galaxynet.

    13. Re:It's not always so easy to detect! by Guignol · · Score: 1

      No it's easy, there are many ways to do it, it just depends on the way you want to provide any of the two pictures.
      If you are going to provide a site where many people can look at you could offer:
      - a gimp tutorial
      you have the original picture and various transformations
      - a thumbnails gallery
      (one of the thumbnails is just as big as the original but its specified size is smaller)
      - a find the seven differences game
      (the information is spread in untouched areas of the picture(s) (or if you fill lazy, don't even put any difference so that it will be a very hard one this time)
      - create tiles
      - have a key picture as a background
      - send the key as a free preview with more images at your main site
      - have an image being the href for its key
      ...

    14. Re:It's not always so easy to detect! by bartle · · Score: 2

      The only thing you can't do is compress the image with JPEG or other "lossy" compression routines.

      That's a major problem though. In the real world lossy compression techniques are far more widely used than raw data. Simply posting a .bmp on Ebay or sending a .wav to a friend could be flagged as suspicious activity. For steganography to be truly useful you need to be able to intergrate with the most common file formats and protocols.

      BTW, the technique works better if you simply encode your hidden message in the least significant bit of color values. If the original picture was of poor quality, it would be impossible to distinguish this from normal noise. The benefit is that you merely need to know the technique, not the original image.

    15. Re:It's not always so easy to detect! by Anonymous Coward · · Score: 0

      Not exactly. Public Key Cryptography exchanges everything over an insecure channel yet still insures a third party observer can not read the message.

    16. Re:It's not always so easy to detect! by Eimi+Metamorphoumai · · Score: 2
      Didn't I even specifically address that? Public key encryption does not exchange everything over an insecure channel and remain secure. You can try using it that way, but you're fooling yourself. Ultimately, you're relying on the security of the channel over which you got the public key, or if you check signatures of the public key then security of the channel over which you got the keys with which it's signed. You can shuffle around what you trust, but either there is a secure channel involved at some point, or you're utterly hosed.


      Same with steganography; somehow you have to get the message to your friends "Be sure to use the foo algorithm with this key on that image." or they won't know anything more than The Bad Guys.

      --

      Visit me on #weirdness on the Galaxynet.

  29. steganography toolkit please! by squaretorus · · Score: 1

    I'd LOVE to take all the pics of the 'great and good' on our companies website and hide 'john is a twat' or 'if its sunday call me jane' in there!

  30. Trying to prevent steganography by perdida · · Score: 3, Insightful

    is like trying to prevent a germ warfare attack.

    The truth is, that even if we had known about the WTC attack we could not have prevented it without causing an economic loss of millions of dollars in the city of New York that our current hero-mayor -- Rudy Giuliani -- would have prevented, to the accolades of his fellow citizens if an attack had not come.

    You have to do so much alteration to the medium which you are trying to keep free of bad stuff, be it Internet porn or our daily lives, that the medium itself is changed beyond recognition. It's not worth it.

    Unlike a specific cryptographic algorithm, steganography is a group of methods that take advantage of the huge volume of information that passes over the internet.

    Unless you want to dramatically slow down the transfer of all information, making sure the file looks the same at each gateway it passes through, there is very little you can do to catch people who disguise information in this way.

    ObL is a modern terrorist, using modern methods to operate and communicate. He want us to be afraid of our own modern trappings and conveniences in our lives; if we try to make it impossible for him to communicate, we give up far too much ourselves.

    We must allow full encryption freedom, full steganography freedom, and all otehr lifestyle freedoms in the US and around the world.

    Traditional deterrence methods, such as massive military response, should be used to stop terrorists; we need to stop them after their attacks, and instill fear in others who would attack through a terrifying military response, unfortunately against the innocent as well as the guilty.

  31. Goatse.cx by Anonymous Coward · · Score: 0, Offtopic

    So that's what that image is for, it contains Bin Laden's secret messages! And here we thought it was trolls...

  32. bin Laden's change of heart. by rkischuk · · Score: 2, Funny

    Earlier this year, USA Today reported that Bin Laden was using stegnography to disguise his communications.

    In other new, Osama bin Laden has unilaterally agreed to stop sending encrypted messages, in advance of forthcoming legislation U.S. legislation restricting cryptography. When approached for a quote, bin Laden quipped, "I no longer wish to be secretive in my communications, from here on, I vow to only Exchange pictures of beautiful American women with my friends in the United States.

    --
    Seen any BadMarketing lately?
  33. Read the article by melquiades · · Score: 2, Interesting

    Tampering can still leave traces, and once you know how a tool works, you may be able to detect it. This turns out to be the case with almost all of the currently available steganographic tools. From the Slashback link:

    "[The researcher has] been developing several interesting tools to do steganalysis during the course of his universal stego engine development: (http://www.outguess.org/) including stegbreak (which can detect images produced by all popular stego tools -- except outguess)....

    Of course, this only works if you know the tool, so this research only would detect the use of "off-the-shelf" steganography, as the researchers point out. From the article:

    The technique may not be infallible. The methods used by Provos and Honeyman were particularly aimed at uncovering use of steganographic tools already released on the internet.

    There are more advanced methods of hiding communications within images that involve using active, as well as redundant parts, of the underlying code. Sushil Jajodia of the Centre for Secure Information Systems at George Mason University in Virginia, US, says that this could have evaded detection but would require considerable technical sophistication.


    BTW, it's "steganography". "Stenography" is what those speedy typists in courtrooms do.

    1. Re:Read the article by pope+nihil · · Score: 1, Funny

      Damn right. That's why I use outguess. Oh wait...

      I mean, if I were ever GOING to use stego, I would use some program like outguess...

  34. In plain English: by Giant+Hairy+Spider · · Score: 1

    "Study finds little undetectable information."

    In plainer English:
    "Your tax dollars used to buy nice things for professional researcher's family."

    --

    ---
    You'd be surprised at the broadband connection available to things crawling around in your hair.
    1. Re:In plain English: by Atzanteol · · Score: 1

      "Your tax dollars paid researchers to look at pr0n"

      --
      "Ignorance more frequently begets confidence than does knowledge"

      - Charles Darwin
    2. Re:In plain English: by Nurgster · · Score: 2

      Or, more realistically...

      Your tax dollars were given to researchers to surf pr0n.

      --
      "Faith is the last resort of a desperate man" - Me
  35. News Flash by OzPeter · · Score: 2, Funny

    After an extensive search I have concluded that Flying Saucers, Santa Claus and the Tooth Fairy don't exist because I couldn't find them.



    --
    I am Slashdot. Are you Slashdot as well?
  36. damn, I was actually thinking of that by AssFace · · Score: 1

    I have all these side projects I want to work on, and a robot to look for that stuff was one of the ideas I had after the 11th.

    all of my good ideas were already done before. bastards.

    --

    There are some odd things afoot now, in the Villa Straylight.
  37. Forgetting Terrorists, what about the rest of us? by firewort · · Score: 3, Interesting

    Ignoring terrorists for the moment, what about the rest of us?

    Most of us agree that use of encryption is probably a good thing. (Envelope as opposed to postcard and all that.)

    So, how do we get normal folks to use encryption? By creating tools that interface well with the tools normal folks use. If that means writing a plugin to outlook, so that the braindead can encrypt the latest virus they're trying to pass me, we should do it.

    The study is about detecting stego when normal tools are used for the encryption. It doesn't suggest that the message is easily extracted, and it's foolish to suppose that terrorists will only use the most commonly available tools.

    What can we do to get normal folks to use stego, PGP, or other forms of encryption?

    I think that we spend a lot of time on Slashdot arguing about Linux and it's place on the desktop, when we could be focusing on encryption as well, and how to make it ubiquitous.

    --

  38. That effective, eh? by germinatoras · · Score: 0, Redundant

    Study Finds Low Use Of Steganography On Internet

    Just goes to show how good it is.

  39. For those of you, who like me, keep their mail... by cyberdonny · · Score: 1
    ...religiously without ever throwing it out, not even spams, virii, chain letters etc.:

    With a little bit of luck Bin Laden, or one of his cronies, might have caught the Sircam virus, and unwittingly mailed out his secret plans. Now is the moment to (safely) open these old mails, and check out whether maybe you have something among them which might interest the FBI... It would astonish me if among all those zillions of Sircam mails that were sent around the world back in spring, there wasn't one containing juicy details...

    In order to "safely" open Sircam mails, detach the attachment (in Unix), then strip of the 134 first kilobytes:

    dd if=attachment.doc.exe of=attachment.doc bs=1024 skip=134

    Then transfer the stripped attachment to your Winders box, and open it in Word/Excel or wherever. Enjoy!

    N.B. Many word files can be viewed using strings -a. They seem to contain the Ascii text in integro near the end, buried among the binary rubble. And if you've got a Sircam'ed zip file, just unzip it just like you would unzip any other file (i.e. unzip attach.zip.vbs): indeed Zip files are "anchored" at the end, and any trailing garbage is silently ignored.

  40. The Scientific Method by SirSlud · · Score: 3, Interesting

    The report omits a glaring error in the study. Namely, that the researchers never checked out the alt.binaries.pictures.steganography group. And the moral? Never send a scientist to do a lurkers job.

    --
    "Old man yells at systemd"
  41. The better stego by DeadVulcan · · Score: 2

    When everyone is scouring the internet for hidden messages, a better form of steganography would avoid using the internet at all.

    Granted, I suspect it's just the media that's obsessed by the internet, so any intelligence organization worth its salt would be doing a thorough monitoring of all possible communications channels.

    It's like the article says: Using a code word in a telephone conversation or a radio broadcast would provide a far easier way to communicate in secret.

    --
    Accountability on the heads of the powerful.
    Power in the hands of the accountable.
  42. I can help by ellem · · Score: 5, Funny

    there has been speculation that Osama Bin Laden has hidden messages in pornographic images posted and swapped on Usenet

    If they posted in alt.binaries.erotica.veils or alt.binaries.erotica.bondage.camels between 1990 and 2001 I have every .jpg, .mpg, .avi, .bmp, .pcx, .mov and .html file ever posted. Also I have every .txt, .doc file from alt.stories.erotica.camel.

    --
    This .sig is fake but accurate.
  43. Re:ok, either they know something that I don't, or by dachshund · · Score: 1
    Maybe they assume in color-discretized images that images having RGBs one-off of their surrounding pixels are steganographic?

    The images they scanned were JPEGs, so the steg. algorithm is a little bit more complicated than simply introducing noise into a bitmap. This complexity is also what makes the tampering more evident. There're fewer places to hide things in a compressed image without significantly affecting the output.

    Essentially, they used a utility that checks redundant bits for statistical anomalies. This sort of scan wouldn't be effective against uncompressed photographs, I would imagine. If you used the least-significant-bit of each 32-bit pixel to hide a truly random message (generated by a one-time-pad, for instance), it would probably be much easier to hide information.

    Same could go for audio files, or even large text files. If the statistical properties of the steg. modification are truly random, the message could easily be seen as noise. But IANAC (cryptographer.)

  44. I'm using it extensively. by ers81239 · · Score: 1, Offtopic

    Anything with a sufficiently low signal to noise ratio could be considered steganography. For example, slashdot is a huge steganographic source. I hear that some people hide news for nerds among all the links to goat se* and first posts.

    I've been putting my secret communiques on slashdot for years. They get modded down as offtopic and are quickly hidden from the every prying eyes of my enemies. I just email my cohorts the message ID's and they go look them up.

    MUHAHAHAA!

    --
    there are 2 kinds of people. those who divide people into 2 kinds, and those who don't.
  45. Looking in all the wrong places by pausz · · Score: 1
    "Absence of evidence is not evidence of absence"

    I'm not surprised that these folks didn't find anything, considering the sheer volume of images that's being transferred on the net each day.

    Perhaps they were looking in all the wrong places to begin with. I would assume that if these terrorists use steganography to transmit messages, they would do so via a few selected channels. Perhaps they simply use e-mail to send the images, or some obscure binaries newsgroup.

  46. The science of obfuscating communications? by Chas · · Score: 2, Funny

    WHAT?

    Stenography is nothing of the sort!

    Stenography is shorthand. It's a method of quickly writing information down in an abbreviated form that's still fully comprehensible later.

    Part of the problem with not recognizing stenography anymore is the fact that it's no longer really taught in schools. With the advent of compact tape recorders and dictaphones, the need for steno skills pretty much evaporated.

    --


    Chas - The one, the only.
    THANK GOD!!!
    1. Re:The science of obfuscating communications? by richie2000 · · Score: 1
      Well, my handwriting is so bad that I have been referring to it as my "one-way crypto" for years. Does that count?

      Hey, will Ashcroft want to have backdoors installed in my pens now?

      --
      Money for nothing, pix for free
  47. I give up by Anonymous Coward · · Score: 0

    I guess any kind of political comment, regardless how relevant, is a "troll".

  48. Obfuscation 101 by Slashdot+Cruiser · · Score: 0, Offtopic

    One weekend, we were planning on hitting the mall, but Katz is on probation and can't go. We try to talk him into it, but he doesn't even want to say "mall" or "young boys" over the phone because he thinks they might be tapping his phone.

    So what we do is come up with a plan to obfuscate our communications. In place of "mall", we use "Columbine". In place of "young boys", we use "geeks".

    Now Katz can communicate with us about our plans to hit the mall without letting on what we're really talking about.

    Example:
    "Hey, I was thinking it might be a good idea to revisit Columbine and gets the opinions of several geeks today."

    Means:
    "Hey, let's go the mall and chat up some young boys."

    We were all surprised at how well this worked. In fact, Katz is so pleased he now sends us messages publicly in his articles. Everyone thinks he is writing pseudo-insightful social commentary but he's really just making plans for the weekend.

    So now you know. And knowing is half the battle. The other half involves lots of bullets, heavy artillery, and bleeding.

    --

    Got a full tank of hot grits and a penis bird in the glove box.
  49. Re:Turd report: 9/26/2001 by Slashdolt · · Score: 0, Offtopic

    Very clever. If I understand this clever use of steganography correctly, you plan to meet your cohorts in a bar. "Tomorrow's turds" probably refers children. I'm not sure what the score 0 diarrhea reference means, but I have several coworkers working on it right now. "I also had pasta for dinner" means that you were in Italy last night. "Solid turds" is most probably a reference to "No complete ideas have yet been formed."

    You stinking terrorist!

  50. Or maybe by elliotj · · Score: 0, Redundant

    The study found a high use of very effective steganography...which is why they found a low use of ineffective stego for their study.

    Hmm?

  51. wormy sh!t by Anonymous Coward · · Score: 0
    We will NEVER have obfuscative crud in our pictures, etc...

    besides, you could acquire this nifty url, from US.

    fud is dead. I know you've seen these guise, by now. DO NOT feel compelled to wrap the FraUDuleNT stock market "bull"'s carcass, in the American Flag. IT isn't like that at all. everything's gnu now.

  52. More steganography in practice by marnanel · · Score: 2, Informative

    Nice page. Another good one belongs to Professor Dave Touretzky (he of the anti-DMCA campaigns): it's a gallery of ways to hide DeCSS steganographically, which explains the concepts pretty well.

    --
    GROGGS: alive and well and living in
  53. Okay, I can't read. by Chas · · Score: 1

    Stenography

    Steganography

    Just take me out and shoot me.

    --


    Chas - The one, the only.
    THANK GOD!!!
  54. Steganography detection by Todd+Knarr · · Score: 1, Redundant

    So they failed to detect steganography in the images. Erm, isn't that the point of steganograpy, that you can't detect that there's a message there?

  55. Terrorists can't make software!! by Gregoyle · · Score: 2

    Didn't you know? Only law-abiding U.S. companies can make security software!! This is why implementing encryption backdoors is such a good idea for national security as well as the national economy, because the world needs to use our products to ensure high quality security.

    --

    "He's more machine now than man, twisted and evil."

  56. Why would they upgrade to a version of PGP.... by SwedishChef · · Score: 2, Insightful

    with the "backdoor" that Ashcroft feels is so important? Now that the US Government has so blatantly advertised its intent to try to get encryption standards with a "key" that can be known to a government agency, why would anyone "upgrade" to such a system? It's not like the ones we use now don't work.

    Had the US Government been doing the things that it, itself, recommended back in 1991 to better secure airports, the terrorists would have had no chance to hijack the aircraft in the first place. Corporate (airlines) interests fought those to a standstill, however. Now they blather about a backdoor in encryption systems as if that would fix the problems they, themselves, ignored

    --
    No one ever had to evacuate a city because the solar panels broke!
  57. Hmm...research as excuse for gaming? by clary · · Score: 4, Funny
    The thought occurred to me that conspirers could meet on a FPS server (Quake, Unreal, whatever), and communicate using gestures. Perhaps shooting a rocket into the third tower from the left means let's meet at the usual place. (Note that you wouldn't want to use the chat feature of the game, since that is probably coded pretty clearly in the game's client/server protocol.) This would be an extremely low-bandwidth approach, but fiendishly difficult to detect.

    Well, now it is my patriotic duty to spend time checking out UT servers for potential terrorists!

    --

    "Rub her feet." -- L.L.

    1. Re:Hmm...research as excuse for gaming? by WNight · · Score: 2

      I've actually suggested this before. It's not a bad idea, except that you'd get fragged a lot unless you found a quiet server.

      If you were willing to wait a while, you could even encode a message by adding to your ping time. Every two seconds, add 20% to your ping for a one, or remove the modifier for a zero. Of course, ping times fluctuate anyways, but this is how you hide your fluctuations.

      The observer figures out the best guess of 'normal' ping fluctuations, by watching all clients on the server and removing any changes common to all of them.

      This final data stream would still have some errors in it, but reed-solomon redundancy would take care of that, at the expense of increasing the ammount of data that needed to be sent.

      But, the good thing about this is you could enjoy a nice game of Quake at the same time, and your behaviour wouldn't look suspicious to anyone watching.

    2. Re:Hmm...research as excuse for gaming? by Anonymous Coward · · Score: 0

      Better yet, use a beam-style weapon and burn your message on a wall. Easy to read if your in there, impossible to read off the wire.

    3. Re:Hmm...research as excuse for gaming? by Denor · · Score: 3, Funny
      Well, now it is my patriotic duty to spend time checking out UT servers for potential terrorists!

      At first I thought you were joking, but then I went and started up Counterstrike - good god, there are terrorists everywhere in that game!
      --
      -Denor
    4. Re:Hmm...research as excuse for gaming? by masqer8 · · Score: 1

      not that you could not connect to a counterstrike server, name yourself "ibn laden" and tell your buddies "terrorist team, attack twin towers @8:45am, knives only..."

      at least that was possible 15 days ago...

      --
      this .sig -and all of the above- is false.
    5. Re:Hmm...research as excuse for gaming? by lhaeh · · Score: 1

      I usually use the machine gun in Q3 for that, hard to get in much then a 'smily' on the wall before I get fragged.

  58. Here's an example of legit use for this stuff by Anonymous Coward · · Score: 0

    Let's say I'm going to put a large catalog of images on the internet, family photos or some such. I want to be able to keep track of those images, so I name each file accordingly. Sounds good.

    Then I have some trouble with my system where a mistake with a script or something renames a bunch of files, or something I haven't forseen happens. Sure I could fix it myself, but by hand that would take forever, especially if I had to resort to backups. So here's what I've done - I've encoded the information about the image into the image itself, so regardless of the filename the image itself contains the information on what it is. I set up a script to read all files in the directory, check the message in each, and rename them based on what the image itself says it is. Wala, as they say.

    This also has further uses - say I want to make my own little mini archive for my friend about a trip, I download some of the images, and I forget to record the information about a couple of them. Now I don't know what they are all about. Was this taken on the 92 trip or the 94 trip? Is that Bob or Tim? That information can be stored in the image itself, as a backup plan. That way I don't have to go hunting through the archive looking for the picture so I can figure out what it is.

  59. Layered Protocols & Stego by Medievalist · · Score: 2

    /.
    If you want to securely signal someone, you start with the previously mentioned "here's a picture of my cat" in a web ghetto.
    Encrypt some textual child porn into the picture. Once the thought police find that, they stop looking at the data and come looking for you.
    This ensures that dopy morals enforcement cops will trigger your early warning system before the theoretically subtle and dangerous secret agent heros show up.
    But, since you are smarter than a gelded water buffalo, the porn contains key words that indicate meaning based on knowledge shared by the correspondents. For example, any reference to Marsha Brady combind with the word "pigtails" would mean that you've shot a bunch of morals cops and relocated your base of operations. You get the idea.
    Criminal and spy communications have been done through the personals in newspapers for a century at least. Restrictions on encryption impose no significant hardship on persons who consider themselves either above or beneath the law.
    --Charlie

  60. Re:For those of you, who like me, keep their mail. by ch-chuck · · Score: 1

    Actually, I would love to see some key terrorist intelligence dug up by an independant netizen who turns it into the feds and get recognition for it - just to show that 'hackers' can be part of the solution too, not just 'a problem'.

    --
    try { do() || do_not(); } catch (JediException err) { yoda(err); }
  61. Does the dictionary contain transliterations? by Anonymous Coward · · Score: 0
    Remember that we're talking about people who don't use the Roman alphabet. A dictionary would need to include all possible transliterations and encodings of Farsi, Persian, etc.

    This study is bogus.

    1. Re:Does the dictionary contain transliterations? by Anonymous Coward · · Score: 0

      why transliterate. Just use unicode.
      By the way, is encoding character in unicode, and, as such, not using the American Standard for Character Information Interchange some hidding of information, and as such soon illegal? Ok, there is a backdoor, but it suppose the editor you use comprehend completely unicode...

    2. Re:Does the dictionary contain transliterations? by sinator · · Score: 0

      Just to be nitpicky, Farsi and Persian are different terms for the same language.

      The language, by the way, uses the Arabic alphabet. There is no "Farsi" alphabet as such.

      --
      Three Step Plan:
      1. Take over the world.
      2. Get a lot of cookies.
      3. Eat the cookies.
    3. Re:Does the dictionary contain transliterations? by Nater · · Score: 2

      why transliterate. Just use unicode.

      That would work if we knew they were using unicode, but we don't. They could just as easily be using a transliteration into Roman letters.

      --

      I like to play children's songs in minor keys.
      "We're all sons of bitches now." --J. Robert Oppenheimer

  62. Worrying about steganography is pointless by Anonymous Coward · · Score: 0

    Bin Laden, et al, can easily send disk (or paper) by courier and the odds of it being found are quite small. Does anyone really think the world's customs agents are going to scan every disk or copy every piece of paper carried by every traveller in the world?

    It should be obvious by now, especially with the hatchet job done on Phil Zimmerman by the Washington Post, that these are scare tactics to demonize encryption, and have nothing to do with a realistic approach to "combatting terrorism".

  63. Didn't Find it because by Anonymous Coward · · Score: 0

    They didn't use the world-standard reference image, conveniently located at www.goatse.cx

    Amateurs.

  64. More likely scenario by einhverfr · · Score: 3, Insightful

    Stenography could be used to hide an illegally encrypted message in a picture that is being sent to someone via email, etc. There is no reason to use E-Bay as a means of communication like this.

    Better yet, take your message and encrypt it using public key encryption without the use of a key escrow. Then file the encrypted message as an XOR key for one-time use, and use it to encrypt a copy of this message...

    --

    LedgerSMB: Open source Accounting/ERP
    1. Re:More likely scenario by dstone · · Score: 2

      Stenography could be used to hide an illegally encrypted message in a picture that is being sent to someone via email, etc. There is no reason to use E-Bay as a means of communication like this.

      I disagree. If, as you say, you live in a scary regime where known use of encryption is likely to get you harassed or killed, wouldn't you rather not have _any_ images in your inbox?

    2. Re:More likely scenario by ScuzzMonkey · · Score: 2

      Actually, there's a pretty good reason to use E-bay to communicate this sort of thing--no trail.

      If you send e-mail from account A to account B, and A is tagged as a terrorist, that means B is now known as a terrorist, too--not very cool if you're B. But if A posts the pic on E-bay, and 13,000 people look at it, which one of them was B? It tremendously complicates the chain to communicate publicly. There's no practical way to find the recipient of a publicly distributed message, which makes the cells that much more secure.

      --
      No relation to Happy Monkey
    3. Re:More likely scenario by Anonymous Coward · · Score: 0

      Because the founder of Ebay is Iraninan. I'm not kidding.

    4. Re:More likely scenario by Heph_Smith · · Score: 1

      The idea is to communicate without doing anything different than you normal do that may tip someone off to your actions. Don't just send someone an image with encrypted information to pass information, do it only if you normaly send them an image on a regular basis.

  65. Not according to New Scientist! by canning · · Score: 2
    --
    I love the smell of Karma in the morning
  66. Underground Railroad used cloth symbols by T1girl · · Score: 3, Insightful

    There was supposedly a whole system of signals guiding African-American slaves to escape to the north. The signals were hidden in quilts, which could be left out in the open. It's written up in Hidden in Plain View, and you can see some of the symbols here. This was very low-tech, and the end-users didn't even have to be literate. Haven't you seen spy movies where signals were passed according to whether a curtain was open or shut, the color of a shirt hanging on a clothesline, etc.? This kind of low-tech signal would leave much less footprint than anything composed or transmitted via machine.

    1. Re:Underground Railroad used cloth symbols by andy@petdance.com · · Score: 2
      Haven't you seen spy movies where signals were passed according to whether a curtain was open or shut, the color of a shirt hanging on a clothesline, etc.?

      "One if by land, two if by sea."

    2. Re:Underground Railroad used cloth symbols by Anonymous Coward · · Score: 0

      Oh, you mean like the Hanky Codes!

      :-)

  67. Bad article by t_allardyce · · Score: 1

    No mention in USA Today about how encryption, or other methods of cyphering/scrambling information have been around since ancient times. How restricting it would be as draconian as arresting someone for disagreeing with the government on a chat room. Or even how its used in so many everyday situations.

    "Who ever thought that sending encrypted streams of data
    across the Internet could produce a map on the other end saying 'this is where
    your target is' or 'here's how to kill them'?" says Paul Beaver, spokesman for
    Jane's Defense Weekly in London, which reports on defense and cyberterrorism
    issues. "And who ever thought it could be done with near perfect security? The
    Internet has proven to be a boon for terrorists."


    Thats as bad as the US gov. saying "how could we have imagined that someone would hi-jack a plane and try to smash it into something." Its called getting off your fat arse and doing some work.

    --
    This comment does not represent the views or opinions of the user.
    1. Re:Bad article by arkanes · · Score: 1

      Thats the most moronic, public-relations flack, stupidest thing I've ever heard. Encryption, at least until QUITE recently, was the (near) exclusive province of the military - Caesars famous use of ROT-13 was for military ciphers - and the internet was originally developed for military purposes. If nobody on the Joint Chiefs ever had the great idea of sending attack orders across the internet, I'll eat my shorts

  68. OT: Re:Why Ebay? by jhernand · · Score: 1

    Can't figure out why a seller would want to pay for a reserve price auction anyhow. Why not just set the opening bid to the minimum you're willing to sell for (and save the cost of a reserve price auction)? That way you can even include the catchy "NR" in your item listing.

    1. Re:OT: Re:Why Ebay? by Anonymous Coward · · Score: 0

      This is eBay ... having a reserve never stopped anyone putting NR in the listing title!

  69. Problem Solved by Marcus+Erroneous · · Score: 0, Redundant

    Linux's elegance used to solve this particular problem:

    rm -rf /bin/laden

    You can bring the boys home now. ;)

    --
    You must be the change you wish to see in the world - Ghandi
  70. here a cool prog by drfrog · · Score: 1

    just looking into this yesterday!

    i used to hide some files in wav files in '94

    there was this prog on the
    church of the subgenius site
    that allowed me to do this

    basically it worked by throwing out enough lsb's
    {least significant bytes} and replacing them with
    the text

    the link below suggest hiding
    or encrypting is not enough
    both working in tandem does a wonderful job

    http://www.demcom.com/english/steganos/

    --
    back in the day we didnt have no old school
  71. This study says nothing but will be misinterpreted by mttlg · · Score: 3, Interesting

    Ok, so we have a study that says that only a small percentage of pictures on eBay seem to have some kind of steganographic content, but none of them can be confirmed to actually contain this information. You can conclude several things from this, depending on your personal bias:

    -Steganography is not used on the web.
    -Steganography is not used on eBay.
    -We can't detect steganography.
    -Any steganographic we can detect can't be decoded.
    -Steganography isn't widely used - yet.

    You can mix and match these to fit your personal agenda, which I'm sure many people will do. In reality though, these results say almost nothing. The only way to know where, how, and how often steganography is used is to find out from the people using it.

    Unfortunately, I have a feeling some people in Congress and elsewhere in the US government will use this as proof that if they can control encryption, there won't be too much use of other methods of hiding data. Ignoring all of the flaws in this conclusion, there is a further flaw in the assumption that by changing the security in encryption, the amount of use of other methods will remain the same. I would not be surprised if there aren't any people on eBay using steganography, nor would I be surprised if the same was true on most other sites; with available alternatives, this is just one of many tools that could be used to transmit messages securely. If the alternatives are removed, more effort will be spent on steganography, resulting in more widespread use and more resistance to detection. In other words, a ban on secure encryption would just encourage development in other areas, even if such development is dormant right now.

    On a final note, if you want to look for steganography, try a sleazy porn site. Not that I've seen any myself, but I've heard that they toss all kinds of random stuff up on those, grabbing the images from all over the internet. This would seem to make a more representative sample than a site full of people selling their junk.

  72. I've got the ANSWER! by Anonymous Coward · · Score: 0

    Why don't we just prevent ALL this secret stuff and just make all forms of communications ILLEGAL? Yes, let's stop phone messages, hey, people could be talking in code ya know. No faxes either because people could be writing secret stuff down and the faxing it. Oh, and while we're at it, they could be putting secret messages in radio and TV signals so we better get rid of those too. And to cap it all off, we just better damn well get rid of the internet or there will be WAY to many secrets we'll NEVER find out. I guess we just ought to get rid of any kind of communications.
    When are theses people going to get a clue? If I want to keep a secret, there is NO WAY it can be stopped.

    1. Re:I've got the ANSWER! by anshil · · Score: 1

      You forgot one thing, suck away the whole atmosphere of earth, without oxygen people can't talk, so also no mouth to mouth communication via messengers.

      --

      --
      Karma 50, and all I got was this lousy T-Shirt.
  73. recursive images.google.com search by L-Wave · · Score: 1

    hmm....i wonder if we could find information by recursivly searching images.google.com with every word in the ditionary, and scanning each image that comes back... =)

    --
    I SURVIVED THE GREAT SLASHDOT BLACKOUT OF 2002!
  74. How long, o Lord. . . by mjackson14609 · · Score: 1

    Wonder how long before someone sets up a distributed computing client to help search for
    Bin Laden's secret communications?


    And how do you know that isn't exactly what SETI@home is doing now?
    --
    I decided that behaving ethically was the most nihilistic thing I could do. - Paul Pavel
  75. People selling organs in E-Bay by Aceticon · · Score: 2

    It's almost unbelieveable. Specially for the big church ones.

    1. Re:People selling organs in E-Bay by wass · · Score: 1
      Check out this Hammond B-3 (With Leslie 122). $4000, already, with 13 bids, and reserve hasn't even been met. Man, only 5 years or so ago, you could have bought a B-3 for half that.

      Of course, nothin' compares to the original. In 25+ years after they stopped rolling these puppies off the assembly lines, they still haven't been able to clone the sound as good. That's why folks are buyin' them up. And also why people prefer to lug around a 400+ lb organ and Leslie, instead of a simulator, from show to show!

      --

      make world, not war

  76. mp3's too? by RadioheadKid · · Score: 1

    I wouldn't be surprised if there's some steganography in some of the mp3's, granted after the fall of Napster, trading has moved to more scattered networks, but I wonder if some of these peer to peer networks are inadvertanly passing messages around...

    --
    "Karma can only be portioned out by the cosmos." -Homer Simpson
  77. Who needs to hide anything! by Cro+Magnon · · Score: 2, Interesting

    I would have just emailed a plaintext message "Achmed, meet me at WTC at 9". The whole f**king FBI/CIA could have read that message Sept 10 and not thought anything about it.

    --
    Slow down, cowboy! It has been 4 hours since you last posted. You must wait another few hours.
  78. Just an innocent, ordinary post by Get+Behind+the+Mule · · Score: 3, Funny

    Snow White,

    The owl howls at midnight.

    Rumpelstiltskin

  79. What about... by Anonymous Coward · · Score: 0

    Maybe someone did already think about this but what about searching for "identical" images that "changes" (checksum) with time...?

    Example: Mr X posts a picture of his dog Wafwaf. A checksum on the picture gives ABC. One week later, the (apparently) "same" picture as a checksum of XYZ...

    Would that be easy to do?
    You would need to keep the URL + checksum and maybe a kind of shape recognition software to be sure that it is still the "same" picture...

    Nick.

  80. Ho Ho Ho by Andy_R · · Score: 2

    Searching for a method that is not susceptible to computerised scanning such as the research mentioned in the article, I have decided the best way is to always send my secret messages on the insides of drinks cartons, in December. I have had gret success in passing on information with out detection this way, so I heartily recommend you all adopt eggnoggraphy as your chosen espionage technique from now on.

    --
    A pizza of radius z and thickness a has a volume of pi z z a
    1. Re:Ho Ho Ho by BeeShoo · · Score: 1

      This is a yolk, right?

      But, if you were serious, wouldn't that be extremely easy to crack? ;-)

  81. another warped news story by trb · · Score: 4, Insightful
    The paper describes a system for gathering and analyzing steganography data. The researchers are smart enough to know that their methods don't find all methods of hiding text, but their framework can be used to apply whatever analytical tools you like to the images it collects.


    The point isn't "there is no steganography on the web." The point is "here is a system to look for steganography."


    In typical mass media fashion, both New Scientist and Slashdot go for the flashy story rather than the more interesting point of the research.

    1. Re:another warped news story by Biker+Jim · · Score: 1

      Most peoples minds don't see that possibility. I had'nt considered that option till you brought it up. Old thinking being countered with new thinking, is'nt that what this whole conflict is all about? Given the skills and money I'd be exploring the problem in new ways.I believe understanding what we call human nature is the key. All this inferes a more hypocracy free global society. That would certainly ease the load.

  82. Passing secret data not that hard by CharlieG · · Score: 3, Insightful

    Folks,
    Passing secret data, if you have resources, is not that hard. Look up any book on "Field Craft" in the field of "Intelligence"

    Real low bandwith messages are trivial - aka, attack tommorow. It could be a chalk mark on the wall, a newspaper folded a certain way etc.

    Even more fun is to pass LOTS of encrypted messages in the clear, but 99% are nothing but random noise. Look up the topic "Numbers Station"

    Add in a few cutoffs / dead drops, and it's trivial

    Let's say OBL wants to send a message. He could use a combination of low/high tech. He uses a courier to move the data from where he is, to the first drop. The next person has NO idea where OBL is. They use another drop. That person sends a message via the net "Look at the new picture of my dog" might be the whole message - the data isn't even in the picture. Youc could go even further. Use some sort of Steg, but spread the message across multiple images.

    The whole trick is to make the signal/noise ratio low enough that you can't see the signal unless you know where to look

    --
    -- 73 de KG2V For the Children - RKBA! "You are what you do when it counts" - the Masso
    1. Re:Passing secret data not that hard by Rogerborg · · Score: 2
      • Even more fun is to pass LOTS of encrypted messages in the clear, but 99% are nothing but random noise. Look up the topic "Numbers Station"

      I have even heard convincing arguments in favour of actually communicating in cleartext (or in a trivial or known broken code).

      The reason is fiendishly simple. Your eavesdropper, an intelligence operative, will disbelieve anything that's too easy to intercept. He will spend all of his resources looking for hidden communications that aren't there.

      It sounds too trivial and theoretical to be practical, but ask yourself this: when you read about a de-classified project, do you ever think "Ah, but what aren't they telling us?". Why do you think that? Why do people spend their lives analysing the Kennedy assination, Area 51, even the moon landings? We want to believe that there's more to be found, and we want to believe that we will be the ones to find it.

      I'll bet dollars to cents that the folks who did this study were really gutted that they didn't find anything, and that we (i.e. our intelligence services) will keep on spending resources on looking for obfuscated political communication, when they could just drop by any of a dozen soc.culture groups and see plenty of it in plaintext. "But anything in plaintext won't be worth reading!", I hear you cry.

      Exactly. Why even bother looking? Who'd be that stupid...

      --
      If you were blocking sigs, you wouldn't have to read this.
    2. Re:Passing secret data not that hard by Teddyman · · Score: 1

      The whole trick is to make the signal/noise ratio low enough that you can't see the signal unless you know where to look

      And what would be a better place for that than /.? Be careful next time you're modding that 'first post' to -1, you could be hiding terrorist communications from the prying eyes of everyone browsing at +2...

    3. Re:Passing secret data not that hard by mrogers · · Score: 2
      However, at some point the amount of secret information required to understand the message exceeds the amount of secret information in the message! In your example, the person receiving the message "Look at the new picture of my dog" needs to have been told beforehand what the signal will be, and what it will mean. The meaning of the message must be transmitted in advance by a secure channel, so the question is why not use the same secure channel to transmit the actual message? Why bother with steganography if you have a secure channel? This is analogous to the problem of distributing one-time pads.

      Steganography, like one-time-pad encryption, is only useful when the communicating parties have previously shared a secure communication channel, but can no longer use it. For example, they have previously met face to face but are now working in different countries. This makes it an ideal tool for terrorists who train together and then disperse into society. The advantage of steganography over one-time pad encryption, for a terrorist cell, is that no unusual communication appears to be taking place.

  83. Why hide in one image? by ectoraige · · Score: 2, Interesting

    Everything I read about stegonagraphy seems to rely on hiding sensitive information within a single, seemingly innocous file.

    I've always thought it'd make more sense to spread it between files so that, with the encoding based on differences between the files.

    For example, say I want to transmit the binary number 1011, for whatever reason. 1011 is in decimal number the 11, so now I take an image, make a single pixel change at (1,11) and then make some humorous 'before and after' changes to the image, like moustaches, body parts or captions. Whatever, just don't alter row 1.

    Send the two pictures, the receiver checks the difference between row 1 of the two images, and gets 11, which he can then converts to 1011. From there, he uses whatever binary-message decoding.

    You can thus encode a 512-bit message by making a single pixel change to a 264x512 image.

    Include those two images in a pic gallery of 200 images, and now it really becomes hell for anybody trying to detect it.

    And that's using a very, very simple method.

    --
    Vs lbh pna ernq guvf, ybt bss abj. Tb bhgfvqr. Syl n xvgr.
  84. Why go to such lengths? by pkesel · · Score: 1

    The net is just a big TCP/IP system. If I wanted to pass secret messages I'd write my own socket based system and use some encryption scheme. Why would I hide messages in some public forum?

    --
    - Sig this!
    1. Re:Why go to such lengths? by rfc1394 · · Score: 1
      The net is just a big TCP/IP system. If I wanted to pass secret messages I'd write my own socket based system and use some encryption scheme. Why would I hide messages in some public forum?
      The above presumes you know whom the recipient is. In some cases you might not know whom they are or might not want to know. In many organizations they divide into "cells" and each cell will only be able to contact certain others; not every cell knows about the other and most do not know each other. It's the low tech version of the Internet: where one part is damaged or compromised the organization can route around it.

      This does not have to be terrorist or violent in nature. Let's give a hypothetical example. Say I'm running a non-violent protest organization that does not believe in war. I do not want to see Americans coming home in body bags and I want to express this opinion in ways that are disapproved by the authorities but I have to make them spectacular or the news won't cover it.

      I want to send a message to a certain group in an associate organization to start an act of civil disobedience in some city; let's say I want them to dump body bags full of ketchup in front of some company that makes military ordnance. I don't want to mail anything or call anyone directly because I might be watched or I don't want to be known to be connected with whomever is going to do the demonstration; by setting up my communications correctly I can make it impossible to prove I was responsible for anything.

      I may not even know who the members of that cell are, all I need to know is where to send a message. So if they monitor a public newsgroup all I have to do is post a message to it, or have someone post a message to that group. There would be a keyword in the title that they would watch for, and if the message contained the trigger keys such as discussion of a certain topic, they would know it was for them.

      Thus it is possible for me to send a message to someone without knowing who they are or where they are; all I need to know is where to put the message. If they want to communicate with me, all they need to know is where to place a message going to me.

      You can use technology: the message can be posted on a newsgroup or a weblog like this forum (which makes it impossible to know who has read it and the reader can be anywhere in the world that has computer access), an e-mail mailing list (which the recipient might be able to be discovered but they might or might not be able to prove a connection) or using non-technological means such as posting a note on a bulletin board at a supermarket or an ad in a newspaper we both read (results being the same as posting on a Usenet newsgroup, there's no way to connect us)

      --
      The lessons of history teach us - if they teach us anything - that nobody learns the lessons that history teaches us.
  85. Steganography & Islam by cthlptlk · · Score: 1

    IANAM, but aren't representational images (like photographs containing steganographic messages) against the rules? Of course, so is drinking, which some of the highjackers were reported doing, and, for that matter, so is murder, but I wonder how much "radical Islam" really plays a part in the WTC thing.

  86. Not only is eBay a bad idea... by QwkHyenA · · Score: 2
    Ebay also MODIFIES the images once they get to their servers for the purposes of fitting pages correctly!

    I'd bet money that messes w/ messages...And their detection...

    --
    LFS. Have you built your system today?
  87. A couple of questions about cryptography etc,. by Dy1ng34r7h · · Score: 1

    OK, I'm a newbie on this topic, so new that my name is Player. This is not a troll but a RFI.

    Q: Why would 99.9999% of internet users ever bother with crypting their emails anyway?

    Q: Why would a Terrorist use software that has a US/UK/UN backdoor, surely they'd write it themselves (hard) or download it from the net (easy)?

    Q: Assuming most T's are small organisations surely they'd use replacement words, which unless you've infiltrated the group, you'll never understand.

    Q: The UK government have been talking about bringing in ID cards in the face of the WTC horrors. Doesn't the US have ID cards already? Every time I wanted a drink in Las Vegas I got 'carded' and I'm 30, so it's not like they don't get checked.

    Thanks in advance

    --
    -- "Gookin! Why do you lie amongst the cheeses?" www.dyingearth.com
    1. Re:A couple of questions about cryptography etc,. by DaveHowe · · Score: 3, Insightful
      Q: Why would 99.9999% of internet users ever bother with crypting their emails anyway?
      The canonical answer is - for the same reason you put a letter in an envelope, not just write on a postcard every time. for a lot of things (particularly love letters and business negotiations) you don't want anyone but the intended recipient to read it.


      Q: Why would a Terrorist use software that has a US/UK/UN backdoor, surely they'd write it themselves (hard) or download it from the net (easy)?

      They wouldn't use broken software, and it is impossible to force them to without a 100% scan of all email.


      Q: Assuming most T's are small organisations surely they'd use replacement words, which unless you've infiltrated the group, you'll never understand.

      Or use steganography, yes.


      Q: The UK government have been talking about bringing in ID cards in the face of the WTC horrors. Doesn't the US have ID cards already? Every time I wanted a drink in Las Vegas I got 'carded' and I'm 30, so it's not like they don't get checked.

      It is sad, but all sorts of control freaks have come out of the woodwork, waving laws that got voted down last time they tried it with "terrorist" scribbled in at a few places to make them look a bit different. ID cards would do nothing against terrorism - it is likely we will never know the real names of the terrorists, given how many seem to have popped up and said "no, I am still alive here" when named.

      --
      -=DaveHowe=-
  88. And they would have missed the obvious by Anonymous Coward · · Score: 0

    I read the study. They aren't claiming nearly as much as the reporting on it claims.

    Interesting, though. A few days ago, I made an image with some steganographically inserted text. I tried to make it as detectable as possible, very easily extracted, using one of the three packages mentioned in this study, and posted to a message board where lots of people would see it.

    Despite my efforts to make this easily catchable, it would have been discarded by this study's search. Although it would probably have been (correctly) detected as containing possible steganographic data, I made the "mistake" of picking an otherwise trivial password that was a hyphenation of two words, and therefore, probably resistant to their dictionary attack.

    This means that had they tripped over this image in their study, they'd have probably discarded it as a false positive. And remember, I was trying to make it as easy as possible.

    For reference, http://www.drbanks.com/pub/spidey.jpg
  89. Low use of Steganography??? by Anonymous Coward · · Score: 0

    "Study Finds Low Use Of Steganography On Internet" that can't be .. do you have any idea of the amount of hours i spend on the internet surfing for Steganography ? The hours wasted at work collecting Steganography images? .. Do you realize that Internet's #1 market is Steganography?!?

    hmmm.. oh wait... s/stega/por/i

  90. Why use EBay? by aozilla · · Score: 2

    Why use EBay when you can get CNN to distribute your stegonagraphically encoded messages for you?

    --
    ok then your [sic] infringing on my copyright! Could you as [sic] me next time before STEALING my comments for your own?
  91. Ebay? by Anonymous Coward · · Score: 0

    why would anyone think Ebay was a good source to pull images from?

    Certainly images.google.com or such would be a less invalid source.

    At most, the study proved that people don't use fake auctions on one of the busiest websites in the world to conduct their secret communications.

  92. Thees ees, ov course by Pituritus+Ani · · Score: 2, Funny

    exactly vot ve vant them to think. Ve make beeg trouble for moose and squirrel for sure now.

    --

    Another proud carrier of the $rtbl flag

  93. Why Ebay? by Liquor · · Score: 1

    If they really wanted to see if they could detect steganography being used in images, they should have just created a newsgroup crawler. Just search the alt.binaries groups for pr0n.

    Not only are there multiple anonymous posters to the groups, I suspect that there are lots of people who won't admit to downloading them.

    On the other hand, images like that are strictly forbidden in most muslim countries.......

    --

    Liquor
    Sanity is a highly overrated commodity.
  94. the internet and encryption are a red herring by SethJohnson · · Score: 2, Insightful


    ObL is a modern terrorist, using modern methods to operate and communicate

    This is SO absurd. The legions of speculators on this situation who are suggesting Bin Laden and his crew used the internet and all this other technology are trying to pre-empt the Tom Clancy novelization of this attack. But these fantastic imaginings of how the hijackers communicated are not grounded in reality.

    Take a look at the living conditions in Afghanistan. The Taliban's banning the use of computers is a little moot when no one can: A. Afford a computer. B. Afford the internet. C. Afford the electricity to power the computer. Osama Bin Laden and / or whoever organized this project is using the crudest of means in the most effective way possible. They don't have the luxury of spending money to write their own steganography software. Sure, Bin Laden is supposed to be rich, but he's spending that money on guns and bombs, not some la-la steganography program. There are so many other more likely means of communicating from the mountains of Afghanistan to Florida or New Jersey. Not that I think they did this, but they could have:

    Purchased digitally encrypted cellphones from China or the Russian black market.

    Written correspondence encoded with one-time pads.

    Actual face-to-face visits.

    Not a lot of communication needed to take place for this project, anyway. Once the plan was designed, why would the perpetrators need to contact their home base again?

    I agree with perdida's comment about preventing steganography is like trying to prevent a germ warfare attack.
  95. Let's see... by magi · · Score: 2, Funny

    Overall steganography applications might arise, this harms especially United States' international status considering other matters in neareast geopolitical future or relations you ought understand, really unwanted now!

    PS. If you're a terrorist, read the first letters of my above paragraph.

  96. Maybe they didn't use an Arabic/Farsi dictionary by Anonymous Coward · · Score: 0

    Or maybe they just speak English to each other just like in the movies.

  97. Wrong by athmanb · · Score: 2, Informative

    If you're talking about applying the reverse of various well documented steganography algorithm on an image (or an mp3-song, for that matter) and then looking at the result, you're wrong.
    All you will get is a random stream of bits. And without the private key to which this message was encrypted, you have no possibility to know whether these random bits really are some supersecret data, or just random noise introduced by the digital camera, the image processing software or the compression algorithm.

    1. Re:Wrong by dachshund · · Score: 1
      My point seems to have been lost somewhere. What I'm saying is that only way to detect sophisticated steg. is to run a statistical analysis on the redundant bits in a file. Even if the message is well encoded, you can still detect the presence of a message due to the abnormal statistical properties of the bits. It won't give you the message, but it's a good pointer that one is there.

      For instance, if I hide a message in the low-order bits of an audio file, a statistical analysis of these bits might show them to be unusual (ie, not the typical output of a bad soundcard.) This doesn't give the message away, but detection is the first step on the road to decryption.

  98. ebay not the place to look by Captain_Frisk · · Score: 4, Insightful

    Why would you put the images on ebay? There are plenty of forums that aren't as public, and don't require as much information to register, and best of all, don't cost money.

    There is absolutely no relationship between there being no stenographic images on Ebay, and the use of stenography by Bin Laden or other terrorist groups.

    Seriously, think about where you would put your images? I would say porno boards would be the best place, possibly newsgroups. Tons of people look at porn, so the traffic wouldn't seem strange, and theres so much out there, you wouldn't even know where to look if you were looking for said stenographic images.

    As for distributed clients... I'd love to see a distributed client that started searching all the pr0n sites out there, checking them for secret messages. Could you see that popping up as your screen saver?

    Its just not going to happen.

    Captain_Frisk

  99. Re: pr0n-spam by SpaceLifeForm · · Score: 1
    Yes, I've been researching that for some time. My conclusion is that it is not random at all. In fact, I've turned information over to the State Department regarding this. Whether it helps or not, I don't know, as I've not broken any encryption related to this.

    But if you wanted to set up a message delivery system that was open but hidden, there is absolutely no better way than encrypted messages associated with porn spam on Usenet.

    Delivery to anywhere. The recipient of the message can be anywhere and get the message, why they can read it at the library!

    Lack of traceback to the sender. All of the porn spam I'm referring to is posted via open NNTP servers with forged identification.

    Lack of prying eyes. Most people when reading Usenet will automatically skip over the porn spam, never to take a look at it. I used to, but something caught my eye, and made me look closer.

    Automatic destruction. It being the nature of Usenet, messages are purged off after time, and typically are not archived anywhere. In fact, even Google Groups (Deja) does spam cleaning, so these messages are not retained, which would be very helpful in breaking an encryption code. Lately, some of the porn spam messages have been using the 'X-No-Archive: Yes' directive.

    At this time, I am collecting porn spam from a set of newsgroups in the hope that I can find additional patterns.
    I'm using a NNTP proxy to filter out the normal stuff!

    --
    You are being MICROattacked, from various angles, in a SOFT manner.
  100. MP3 by rve · · Score: 2

    I'd use an obscure MP3 sharing site, not jpegs. Something that does not arouse suspicion if you try to do it covertly.

    Nothing as suspicious as trying to hide something seemingly innocent, but if they take it too far (pr0n jpegs or warez for instance) it would attract attention again.

  101. Conclusion by Danse · · Score: 1

    I think the conclusion we can all draw is that these "researchers" are quite adept at wasting time and money.

    --
    It's not enough to bash in heads, you've got to bash in minds. - Captain Hammer
  102. Technical disagreement by MarkusQ · · Score: 2
    I disagree with one point:

    The pattern of where the bits are hidden has to be a constant because the reciever has to be able to find them to :)

    The pattern does not have to be constant; it simply has to be derivable by the recipient. For example, we could agree that when I diddle the low-order bit of the blue component of a pixel, the red component of the same pixel gives the offset to the next pixel which contains data...etc.

    We can get as complex as we like, provided we agree on the system. This is one of the things that makes it silly to even talk about "measuring steganography on the internet." It's also one of the case where "security through obscurity" pays off--or, to quote an old adage, people don't rob banks they can't find.

    To take this even further, imagine a system like Blonde=0, Dark hair=1; Large breasts=0, Small breasts=1; Full frontal=0, Partial=1; etc. where the pictures are to be read in the normal reading order. This provides a 64 bit convolution key, which is used to combine all of the images from another site; the result is used to select letters from the postings on an unrelated newsgroup...

    I defy anyone to prove that this sort of system is or isn't being used. And note that it need not use any standard encryption software.

    -- MarkusQ

    1. Re:Technical disagreement by OmegaDan · · Score: 1

      These are interesting ideas -- I agree with you completley except on the meaning of the word constant" :)

  103. why so high-tech? Just use usenet text... by technopinion · · Score: 1

    Who's to say they have to use images anyway? I've seen plenty of those annoying nonsense messages in newsgroups that look like they were written by Eliza. There are all kinds of things that evildoers could be doing to hide messages in plain old usenet text that to anyone else would just look like spam.
    And as far as dictionary attacks, whose to say they haven't created their own simple language to use in such messages? No dictionary attack, simple or complex, would work against that.

  104. Which dictionary? by Anonymous Coward · · Score: 0

    Well, let me guess: did they use an *english* dictionary? I guess that would not be much use for a foreign language password, would it?

  105. Huh? by NavySpy · · Score: 1

    Let me get this straight. They can't find it, so it isn't happening? What kind of logic is that?

  106. Desirable properties of a stegosystem by yerricde · · Score: 2

    In any case, except for the nefarious use by criminals, or a few people having fun, there's no reason to use steganography very much. The hope is not to be detected when you do use it.

    True, most stego falls into security through obscurity, and few systems have fit the design specs for a good stegosystem:

    • Difficult to detect that a message (hereinafter a "Watermark") exists in a signal without a key (possibly public key for sdmi; secret key for terrorist applications)
    • Difficult to remove the Watermark without unacceptably affecting the signal or using a second key (secret key for sdmi; not that important for terrorist apps)
    SDMI's four stegosystems failed because it was too easy to remove the watermark from the signal.
    --
    Will I retire or break 10K?
  107. steganography isn't new, it was just hidden before by hillct · · Score: 3, Insightful

    As a science steganography is vary old. One of the first book on the subject steganographica was written by Gaspari Schotti in 1665. It has however been a subject of limited public interest until vary recently. This is not to say that various steganographic techniques haven't been used ovar the years. On the contrary, many intelligence agencies have uses steganographic techniques to smuggle secrets our of various countries throughout the cold war and before. One of the best known ancient uses of Steganography was in the book Hypnerotomachia Poliphili published in 1499. The point is, it's been around for a vary long time, there just hasn't been any public interest.

    --CTH

    --

    --Got Lists? | Top 95 Star Wars Line
  108. Practical steganography by VORNAN-20 · · Score: 3, Insightful

    I think the detection of steganography in an image file, given reasonable smarts on the part of the stego software designers, is totally impossible. A typical plain text email message might have 1k words, to be generous. This works out to about 40k bits (5 characters per word, 8 bits per character). A 2048x1536 tiff file, common with today's digital cameras, is about 10+ MB in size. I think that hiding the 40k bits in 10MB of binary image file would result in a file that would pass any practical test, statistical or otherwise.

    Also consider this technique, you (the encryptor) could run the statistical tests on the output file and tweak garbage bits at random until it would not raise any alarms. The design principle would be: 1. Encrypt your message, 2. Insert a compensating set of (probably ordered) bits into the image. 3. Test for randomness, you want to have the final encrypted/hidden output look like the original by every statistical measure you can test for. Repeat steps 2 & 3 until done.

    The basic principle is that you keep the number of encrypted bits in the hidden part buried in the file low relative to the size of the file the message is buried in; I am not a crypto guy but maybe someone who is would care to comment. I would not bet on the TLAs in this race, it's too easy to hide stuff.

  109. New study by Anonymous Coward · · Score: 0

    Another new study shows that 80% of Americans think that Steganography is the study of a type of dinosour.

  110. Jihad != terrorism by yerricde · · Score: 4, Informative

    if I was conducting a Jihad, I wouldn't trust the internet either.

    Jihad is not terrorism. In fact, the Qur'an prohibits terrorism against innocent civilians. Islam is a religion of peace, and jihad does not refer to a "holy war" but merely "struggle ... such as an internal struggle to follow Islam, a struggle against oppression, or a struggle for peace" (source:).

    --
    Will I retire or break 10K?
    1. Re:Jihad != terrorism by varaani · · Score: 1

      Bill Hicks once said something like "Christianity would be a great religion if someone would actually practice it." I guess the same goes for Islam too.

      5:69 Those who believe (in the Qur'an), those who follow the Jewish (scriptures), and the Sabians and the Christians,- any who believe in Allah and the Last Day, and work righteousness,- on them shall be no fear, nor shall they grieve.

    2. Re:Jihad != terrorism by Anonymous Coward · · Score: 0

      Excellent report on The Onion today. Unfortunately, they got the "Jihad=holy war" thing wrong...
      By the way, has anyone else noticed how slow Hotmail is running these days? The terrorists must be finding it pretty annoying...

    3. Re:Jihad != terrorism by Anonymous Coward · · Score: 0

      Someone please tell that to the Taliban...

  111. Pictures on E-bay? by Technician · · Score: 2

    Why would they even be posted on e-bay where lots of personal information has to be given out. The sites with less public traffic is usualy sought out when hiding information to reduce the number of chance discoveries. All two parties need is a mutual place to check in. Some personal obscure "My vacation pictures of Alabama" on My-Yahoo may be a better place to look.

    --
    The truth shall set you free!
  112. Just another wish list for the government. by Anonymous Coward · · Score: 0
    Have you seen the Anti-Terrorism Act they want to pass in Congress?? It outlaws everything! It makes hacking a terrorism offense! It outlaws all good crypto! It could outlaw Linux if some people get their way.

    It looks like a wishlist of what the FBI have wanted for a long time. They are just using this to get every bit of out digital freedom erased. They have had a problem with the internet before but blaming the "terrorists attack" on steganography?

    It's only a matter of time before government sanctioned computers are all that's available to buy in this country.

    Go to the EFFs website. Be afraid. Be very afraid!

  113. THAT CINCHES IT! by Snowfox · · Score: 1, Flamebait

    Let's BOMB BIN LADEN BACK INTO THE STONE AGE! As if he wasn't bad enough, now he's MESSING WITH OUR PORN!

  114. what the message doesn't say by esper_child · · Score: 1

    At the end there should be a paragraph explaining how this study was done in a place of almost no meaning at all for message sending, and that study was funded by the Talabon and Usama ben Laden so that we can further throw you away from where we really are hiding our messages.

  115. Messages hidden in porn by crimeboss · · Score: 1

    I want to send and recive messages hidden in porn! This really sounds great to me. I think this should be a new formatting standard. Why use HTML or plain text when I can get all my email in porn format?

  116. Reminds me of... by Anonymous Coward · · Score: 0

    "As far as we know, we haven't had an undetected error"

  117. Well, wait until... by James+Skarzinskas · · Score: 0

    John Ashcroft hears about this, then compiles an act in which using stenography classifies you as a terrorist and gives you life imprisonment in the court of law.

  118. Detect this by roman_mir · · Score: 3, Interesting

    If I really wanted noone ever to guess what I am sending to someone, I would use a number, a LARGE number of free internet services to send SMALL portions of my message through them. I need many accounts on geocities, yahoo, tripod, ebay, maybe some news groups, and I would distribute my super secret message among them in a fassion that would only be known to me and the person I am communicating with. Every message would be sent in a different manner with different accounts. Decrypt this.

  119. Who needs stegasaurs anyway? by Anonymous Coward · · Score: 0

    Aren't they extinct and shit?

  120. In other news by thejake316 · · Score: 1

    research indicates the terrorists could not have been armed, as airport security prevents any weapons from being brought on board planes.

    --
    AC's cheerfully ignored
  121. The funny thing is.... by Anonymous Coward · · Score: 0
    Now that all of you have contributed all the neat ideas about hiding things on the 'Net, evil terrorists are going to come, read slashdot, get these ideas, use them, and then the U.S. government can point a finger and say "Look, the evil Linux hackers gave terrorists ideas that were used to kill n number of people."

    This would make all the posters accesory to terrorism (or it would be interpreted that way), and they will make hacking a terrorist act....oh wait...they've already done that!


    (Yes, I'm glibly ignoring some facts here, but I needed to vent at the pinheaded fart-eating pricks that are trying to pass the new laws).

  122. It will never be so easy to detect! by Anonymous Coward · · Score: 1, Interesting

    I could write a program to encrypt/decrypt like this in less than 5 minutes... the only problem I can see is distributing the "key images", which would be susceptible to being intercepted.

    Nope. You're falling for the same optimistic hedging as the poster you're responding to. Why should these "key images" be so unique and identifiable? If you post an image 20 times (over a month, say) and use different cropping, compression factors, and posting accounts, who can say which parts of which images are references for which parts of which other images? Why would the encoding even be done with just a single image pair? Why would the encoding even require a "correct" binary posting for that matter? There's just no standard to use for comparison in detecting such code schemes.

    People just seem to refuse to grasp that terrorists don't play fair. All these solutions and countermeasures being tossed about leave huge gaping holes that anyone with an actual vested interest would notice in a second.

    (PS What a story! "Well, we don't see any hidden messages...")

  123. Obfuscation no? by jeff13 · · Score: 2, Funny

    Sooo, let me ge this straight.

    The report states that the Internet, the most obvious and well known center of lies and obfuscated information, a place so ravaged by dis-information that we as a people may have lost all hope of ever pulling ourselves out of ignorance and delusion, a place where major information providers lie (such as regarding Bin Laden using encrypted JPGs... he never did), and this report...

    This report... thing... says Stenography isn't in wide use. WHO CARES! ... Man.

  124. fist in rotten stinking terrorist by Anonymous Coward · · Score: 0
    Fork in rotten stinking pork, perhaps only so true! is not just bad poetry, it also hides:
    First post!

    Actually, it hides "firsp post".

  125. Grr. by Cuthalion · · Score: 1

    Pet Peeve of mine:

    Method - A means or manner of procedure, especially a regular and systematic way of accomplishing something

    Methodology - A body of practices, procedures, and rules used by those who work in a discipline or engage in an inquiry; a set of working methods.

    This is specifically addressed in dictionary.com's usage notes for methodology.

    --
    Trees can't go dancing
    So do them a big favor
    Pretend dancing stinks!
  126. Steganography by Anonymous Coward · · Score: 2, Interesting
    I have a friend who does work in cryptography, and who has lately been researching methods for detecting when steganography has been used. It appears that it is very hard to reliably hide things with steganography, in the sense that no-one realizes you are using steganography. Actually determining what the hidden data is can be tricky, and is akin to decrypting an encrypted message without the key. But the real goal of steganography is to hide the very fact that the communication is taking place at all. So far, it seems as though statistical methods can fairly reliably determine if there is hidden information present in an image or text file. The reliability of the tests is proportional to the ratio of hidden information to public information. If you are encoding "yes" or "no" into a 100K jpeg, don't expect miracles. But (for example) trying to distribute a 1K message inside a 10K text file is very detectable.


    According to my friend, steganographic messages posted to newsgroups were up the week before 9/11/2001.

  127. Why use the web by ian_po · · Score: 2, Interesting

    If someone is trying to hide information on the internet why would they use web pages. If I were going to hide information on the web I would do it with a secure webserver not eBay.

    Second of all I would use more obscure protocols and programs than http. I would use things like irc or a propeitary online bbs.

    And third I would use things that would be easier to hide information in than pictures. Movies are ideal because you have a large amount of space to hide your data and it would introduce less entropy (or whatever).

    Terrorist and bad people aren't going to go out of their way to comunicate right under our noses, just like they'd never use encryption with backdoors.

  128. Old Story? by SpringRevolt · · Score: 1

    The Register had this story several days ago. I'd provide a link, but their search engine is broke :)

  129. Steganography - order of items by Alsee · · Score: 0

    The study is useless. There are a near infinite number of ways to hide a message, for example in the order items. If you take any 200 things (pictures for example), sort them in some way (by average brightness for example), you can reorder them to hide around 600 characters worth of text. The items do not need to be known to either party until the message is actually sent. The content of the items is not altered, and is irrelevant.

    For the mathematically inclined: N items have N! orderings. This implies storage goes up faster then the number of items. N! orderings can encode Logbase2(N!) bits. Text can usually be compressed to just over 2 bits per character.

    --
    - - You can't take something off the Internet! That's like trying to take pee out of a swimming pool.
  130. Terrorists used goatse.cx by Anonymous Coward · · Score: 0

    I bet that goatse.cx was used to transmit all messages. Someone brave enough needs to copy the image once a day for one week... and compare them to eachother and look for subtle changes. The next big attack could be found in the bung! IN THE BUNG!!!

  131. Correct me if I'm wrong... by Kasreyn · · Score: 2

    "...steganography (the science of obfuscating communications..."

    Shouldn't that be, "steganography, the science of encrypting communications as image files"?

    Seeing as how "the science of obfuscating communications" is otherwise known as "cryptography". This would seem to be confusing the part with the whole.

    -Kasreyn

    --
    Kasreyn: Cheerfully playing the part of Devil's Advocate to hairtrigger /. flamers since 1999.
  132. alt.binaries.sex as a comm channel... by Anonymous Coward · · Score: 0

    Basically, for this to work in the simplest manner, each member would have their own one-time pad CD, a 650-700 MB CD of random data - these could easily be burned, popped in a music case, and brought into the US.

    Then, select a newsgroup, or several, rotating among them. For a simple one way message, say of only 500 bytes, you could probably get away with 5 bits per character (all uppercase alphabet of 26 letters, plus a little punctuation), on average 5 chars per word, for a total of 12500 bits.

    One time pad the message, divide it up into 100 parts. Select from the newsgroup(s) 100 images or files larger than say, 50K - stego the 125 bits across each image, in some manner - maybe in a certain pattern that shows which is first, second, third, then repost those messages (you wouldn't even have to view the messages - they are just the carrier medium, if you will) back to another group, or the same group.

    On the other end, just look for the images constantly, check for the pattern, extract those, pull the bits off, reassemble the message, one-time pad it, message received.

    Could be easily automated on both ends - if you wanted a little less security, you could drop the whole one-time pad thing. Or, send part one day, a little more on another day, etc.

  133. Multics tried to prevent against that by leighklotz · · Score: 1

    Actually, Multics tried to prevent high-security users from communicating information to lower-security users on the same timesharing system; for example, a high-security user could not set the system date, since it could be read by a low-security user.

    I think at one point Honeywell even did some stuff to obfuscate the paging patterns, since it was thought that high-security users could communicate information down by modulating their memory usage requirements.

    1. Re:Multics tried to prevent against that by WNight · · Score: 2

      Well, it's been shown you can figure out a lot of what a CPU is doing by watching power consumption (very accurately).

      And by watching time-sharing you can get a fairly good idea about what other users on the computer are doing. Someone showed this being used to figure out a secret key, based on how much CPU time they got while the target was decrypting something. I imagine you'd need quite a few decryptions before you got it all, but even a hint helps the cracking.

      Yes, these subtle communications channels can be very powerful.

  134. Re:Are they sure? by Anonymous Coward · · Score: 0

    the moderators are obviously racist against AC's, your post wasnt even offtopic, wtf?

  135. Browser plug-in by chundercanada · · Score: 2, Informative
    Presumably, the authors have some test computation(*) they run against each image that reveals if it contains steno. Take that test function, and put it into a browser plugin. Every image downloaded by the browser is tested. Hits for steno are then posted to some central public website log, for all (including law enforcement) to see.

    Users install the plugin as an altruistic act, much as they choose to run the SETI@Home screensaver. In fact, this thing could just be a screensaver that runs against all images in the browser cache during idle time. You would get moderate coverage of the web, but would likely miss tiny, unpopular pages. Unfortunately, these are likely to be the kind of contrived pages that would be used to post steno'd images.

    Or call the cool gang at Google or Inktomi and have them crawl and test a large fraction of the web as a service to their country. Their customers would probably be cool with stale searches for a couple weeks if they explained why. The gov't could build a big cluster to do this themselves for very little money (couple $100k).

    This is actually a project that could help locate real live terrorist steno, if any exists and has not already been pulled down. If they went to the trouble of using steno, the data is certainly encrypted. But, I'm sure some interesting traffic analysis would be possible.

    What are the moral implications of such a project? If image file steno is always detectable given enough effort, do its users really have any expectation of secrecy? How long before the anon-remailer crowd starts generating tons of steno background noise all over the web, so everyone can hide more easily?

    (*) Their test function looks pretty basic. Since this is a distributed idea, it could probably do a more detailed analysis. Someone correct me, but even very sophisticated image file steno is detectable if you do the correct analysis, right?

    PS: Ebay is a horrible choice. I believe you need to provide a credit card # to become a seller. Ebay wants a fairly strong notion of seller identity, so they can identify and remove people who lie/cheat.

  136. Re: pr0n-spam by armb · · Score: 1

    > Yes, I've been researching that for some time. My conclusion is that it is not random at all.

    Whereas decently encrypted data does look random. So either it's poorly encrypted, or it's not random because to do the job of making every post look slightly different to spam filters a very poor pseudo-random number generator is adequate.

    --
    rant
  137. At last... by mrogers · · Score: 2

    ...you've discovered the true purpose of Fat Chicks In Party Hats!

  138. The key need not be hidden. by TheRevenant · · Score: 1

    Both the image with the data and the "key" image are presumably of something innocuous. The key image could be posted on a public website and noone would know it's a key. Who's going to notice that (eg) the cat pictures on the personal home page of little Sue from Oregon and the pictures posted to the mailing list for Peruvian cat-fancier's are (seemingly) identical?