Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

VoIP Numbers Stations were Social Experiment

Posted by ScuttleMonkey on Sat Aug 05, 2006 09:34 PM
from the mysteries-always-draw-the-crowds dept.
IO ERROR writes "The mysterious phone number stations appearing on Craigslist for the last three months, which resembled their shortwave radio cousins, and which Slashdot reported on in June, were an experiment devised by security researcher Strom Carlson and a group of Los Angeles hackers to determine if encrypted messages could be passed using unwitting third parties to foil traffic analysis by hostile intelligence agencies. Carlson and the hackers presented their findings at DEFCON earlier today and gave away CDs with "Make your own Mein Fraulein station" kits and posted one final number station for people to try to decrypt."
+ -
story

Related Stories

[+] Technology: Numbers Stations Move From Shortwave To VoIP 228 comments
IO ERROR writes "For decades, intelligence agencies have been sending secret messages to their agents in the field using shortwave numbers stations broadcasting encrypted messages for all to hear and puzzle over. Now someone is putting numbers stations on VoIP telephone numbers for anyone to call, and posting messages to Craigslist to alert the recipients to the existence of their messages. One of them went up last month and now a second one has appeared. Will there be a third? Who's behind them? And can you crack the code?"
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Another matter (Score:4, Interesting)

    by Anonymous Coward on Saturday August 05 2006, @09:37PM (#15853978)
    Okay, and who's behind HELLO WORLD [wikipedia.org]? It's been running in stops and starts since April 2005.
  • by ericpi (780324) on Saturday August 05 2006, @09:58PM (#15854015)
    experiment ... to determine if encrypted messages could be passed using unwitting third parties They managed to share anonymous information with others using only a site whose purpose is to share anonymous information with others. The fact that the encrypted the info still doesn't make it much of an 'experiment'.
    • Traffic Analysis (Score:5, Informative)

      by PhunkySchtuff (208108) <kai@NosPAm.automatica.com.au> on Sunday August 06 2006, @05:36AM (#15854645) Homepage
      They've done it in this fashion to defeat Traffic Analysis [wikipedia.org].
      This is a method of sending a message out, and having someone you want to receive the message, without other third parties being able to tell that a message has been exchanged. I can send you encrypted emails using any one of a number of secure protocols, and you can reply in kind. This is good on one level as reasonably no-one can read these emails, however it is trivial to work out that we're communicating - and this forms a pattern. Even if you can't work out what's being said, just knowing that certain parties are talking to each other is enough to build up a web of who's connected with who.
      Exchanging data in the way mentioned above is a way that an interested third party is unable to work out who's sending, and who is receiving the message - if lots of people can receive it then it becomes harder to tell out of those who can receive it, who is able to read it, or make anything of it - ie, who is actually able to exchange useful information in this fashion.
  • by eagl (86459) on Saturday August 05 2006, @10:09PM (#15854037) Journal
    Back in my day, we called that a prank.

    Ha. Hah.

    *golf clap*
  • One Time Pads (Score:4, Interesting)

    by tradecraft1 (993475) on Saturday August 05 2006, @10:16PM (#15854053) Homepage
    You just have to love the simplicity. There were so many amatateur cryptananlysts thowring all sorts of methods at these messages. A sound implementation of a OTP is a formidable foe. --Chris
    • Re:One Time Pads (Score:5, Informative)

      by QuantumFTL (197300) * <justin...wick@@@gmail...com> on Saturday August 05 2006, @10:27PM (#15854079) Homepage
      A sound implementation of a OTP is a formidable foe.

      OTP has two huge problems associated with it, despite the mathematics being sound (assuming you have good random numbers):
      1. Key distribution - do you like sending long messages? You'll need a key that's at least as long as the compressed message, and that distribution system must be absolutely secure. Also you'll need to make sure no one ever has a chance to access your key before or after the message is sent, otherwise you're screwed.
      2. Overconfidence - Congratulations, if you've done it correctly you have 100% secure communications channel. The endpoints, however, are not protected by this mathematics, and are succeptable to everything from hidden bugs to software hacking or even "rubber hose" cryptoanalysis.
        • Re:One Time Pads (Score:4, Interesting)

          by QuantumFTL (197300) <justin...wick@@@gmail...com> on Saturday August 05 2006, @10:50PM (#15854135) Homepage
          Oh, I don't disagree with you at all... In fact if I ever try to do something like this, you better believe I'll be using OTP. I just worry that some people perceive this to be a "magic bullet," which it most definitely is not. In another post [slashdot.org] that even attracting attention with encrypted messages (especially those the government cannot break) could soon be an unacceptable risk for many people, and unfortunately OTP can't help with that.
          • Re:One Time Pads (Score:5, Interesting)

            by X0563511 (793323) * <.gro.fsf.rebmem. .ta. .htaeard.> on Sunday August 06 2006, @12:04AM (#15854263) Homepage Journal
            Better method:

            1. Encrypt data with OTP.
            2. Hide this encrypted data in some false information (stenography)
            3. Encrypt the result with something that can be broken (but not too easily)

            This way, even if they managed to extract the original data from the stenography, they would just get what looks like random junk. It would actually be quite hard to even realize what you have extracted was real (rather than an error)
            • Re:One Time Pads (Score:5, Interesting)

              by X0563511 (793323) * <.gro.fsf.rebmem. .ta. .htaeard.> on Sunday August 06 2006, @12:07AM (#15854267) Homepage Journal
              Oops, forgot to specify:
              The data you hide the OTPed data in, does not have to be text. You could use an audio file (notch out a frequency on the edge of the sample range, and then use very small amplitudes to put the data in) or an image, or even a video. You could even put this data out on P2P (encrypted data in porn? who would bother to look?) and simply email an ED2K link or something to the intended recipient. Hmm, porn-link swapping; fairly benign behavior.
              • by foniksonik (573572) on Sunday August 06 2006, @01:28AM (#15854360) Homepage Journal
                Dude is that why I keep seeing pr0n that looks slightly mangled? I thought it was just amateur encoding jobs... now you're telling me i'm watching encrypted messages while.... NOW I feel dirty... it's like some guy was talking to me while i was... ewwwww...
            • by sshore (50665) on Sunday August 06 2006, @04:35AM (#15854587)

              I'm sure someone has pointed it out by now, but stenography [wikipedia.org] (shorthand) is not the same as steganography [wikipedia.org].

              The mistake is apparently common enough that the first line of the wikipedia entry for steganography says, "Not to be confused with stenography".

  • by QuantumFTL (197300) * <justin...wick@@@gmail...com> on Saturday August 05 2006, @10:19PM (#15854060) Homepage
    I think we're moving to a society where just being suspected of a crime will be so bad (in terms of government harassment like no-fly lists, wiretapping, etc) that the most important thing will not be to make sure that the government can't read what you communicate, but rather have no reason to suspect you're doing anything they don't like. With current advances in data mining, it's going to be an arms race - the stenographers against the miners. I for one am fascinated by both technologies, and frankly rather terrified of how they each may be used. It was be interesting to see, but one thing is for sure - encryption will no longer be enough.
    • by hcob$ (766699) on Saturday August 05 2006, @10:26PM (#15854076)
      Of course, if you are visible as a "citizen" through credit card purchases, debit cards, atms, banks, etc. and all your other traffic is encrypted... It might make a case for a visual tail to be attached to you. Warrants are only required for searches... not observations in public areas.
      • All very true. Which makes it more important -- if you're up to some sort of "no good" (where 'no good' is defined by the people with the most guns in the vicinity) -- that you maintain a passable facade of normalcy, at least as far as the government/credit bureau databases are concerned.

        If you're the only person on your block using encrypted email, and using it for all of your email, you're an obvious red flag for some form of side-channel attack (i.e. they just sneak into your house when you're away and bug your keyboard). So if you did want to use encrypted communications, not only would you have to hide said communications in other things, but you'd also have to maintain the regular volume of unencrypted traffic from your email accounts so as not to arouse suspicion.

        Email use is a trivial example, but it extends to anything else that can be tracked. The exact same thing goes for purchasing patterns: if you're spending large wads of dough (in cash) buying things that the government doesn't want you to have (*cough*recreational drugs*cough*), then you had better make sure that the rest of your purchasing habits aren't affected, so that nobody can find out how much money you're diverting into your illicit hobbies, just by looking at the difference between your income and your creditcards+savings+retirement accounts.

        I, too, see this as becoming a cat and mouse game; as the authorities become better and better about mining information, people are going to start to become more clever and more aware about not only limiting the information they give out, but about putting out patently false information in order to create a semblance of "Joe America" when in reality they could be the Shah of Iran.
    • by Black Parrot (19622) on Saturday August 05 2006, @10:35PM (#15854102)
      > I thin k we're moving to a society where just being suspected of a cr i me wi ll b e so ba d (in terms of government harassment like no-fly lists, wiretapping, etc) that the most important t h ing w i ll not be to m ake sure that the government can't read what you communicate, but rather have no reason to suspect you're doing anything they don't like. With current advances in data mining, it's going to be an arms race - the stenographers against the miners.

      A little analysis reveals your cause for concern.
    • by Deadstick (535032) on Sunday August 06 2006, @12:40AM (#15854308)
      the stenographers against the miners.

      Wow, fighting it out with typewriters against picks and shovels. Wait till the steganographers get in the act...

      rj

    • by Dachannien (617929) on Sunday August 06 2006, @12:37AM (#15854306)
      A post containing the actual encoded message might get deleted from Craigslist due to its content (or lack thereof). A cleverly disguised reference to a phone number where the message can be retrieved fits in with the natural flora of Craigslist.

      It's like doing the same thing on a restroom stall. "For a good time, call 202-555-3988" will probably get passed over as graffiti, but a large block of cryptic-looking numbers looks unusual enough to attract attention.

    • by digitalchinky (650880) <dtchky@gmail.com> on Sunday August 06 2006, @02:49AM (#15854442) Homepage
      All the three letter agencies across the world have finite resources. Supposing you had a box on every backbone, it's still not practical. Logically you need to have knowledge of your target beforehand, otherwise it's needle in the haystack stuff.

      There are very few viable solutions, one might have 'the next terror act (tm)' sitting somewhere on a collection system, though how would an analyst ever know what that snapshot actually means without additional information? Hindsight doesn't help much.

      There's an awful lot of noise out there to hide behind, and it's only ever going to get worse.

      Signed.
      Ex 3 letter agency drone.
    • Actually a while back I was talking to someone who was writing a little steganographic program (not sure if he ever completed it) that was designed to make "word find" puzzles out of encrypted or encoded text. So the result would be a block of letters that you could print up as a trivial word-find puzzle, the ones where you look for the words printed vertically, horizontally, diagonally, etc., but then if you actually analyzed the letters (I think he was using some sort of trivial cipher that could be broken via distribution analysis) it contained a message.

      I thought that was pretty neat; "puzzles within puzzles" and all that. When you think about places where you can hide messages though, there are lots of opportunities when you have puzzles, because people expect a certain amount of randomness there. In a newspaper, there aren't a whole lot of other places where you can just have a whole block of random letters and not arouse suspicion; if you find someplace where there is already expected to be high entropy, then you can sneak in your encoded material much more easily.

      Sudoku puzzles and crosswords could also be good candidates, but there are even ways you could probably work them into more subtle things if you had a predetermined scheme for encoding the message. I'm sure you could probably work the chess puzzles if you knew what you were doing.