Slashdot Mirror


New Tool Promises To Passively ldentify BitTorrent Files

QuietR10t writes "A new technique has been developed for detecting and tracking illegal content transferred using the BitTorrent file-trading protocol. According to its creators, the approach can monitor networks without interrupting the flow of data and provides investigators with hard evidence of illicit file transfers. 'Our system differs in that it is completely passive, meaning that it does not change any information entering or leaving a network,' says Schrader." I wonder if it can specifically identify legal content, too.

15 of 265 comments (clear)

  1. Evil Bit by Lord+Byron+II · · Score: 5, Funny

    For the record, I have a rule in my iptables that specifically turns off the "evil bit" in any of outgoing packets. Thank God for Linux! =)

    1. Re:Evil Bit by VValdo · · Score: 3, Funny

      wut

      It's all detailed in RFC3514.

      W

      --
      -------------------
      This is my SIG. There are many like it, but this one is mine.
    2. Re:Evil Bit by pitterpatter · · Score: 1, Funny

      Moderators, this is a textbook example of a "funny" post. On that basis, I think it deserves a 4 or 5. But it isn't otherwise that interesting, IMHO.

    3. Re:Evil Bit by DiegoBravo · · Score: 2, Funny

      > Slashdot does not reward karma for "funny" mods

      Yes, and this is one of the silliest things in /. The most informed and insightful teachers I had at school and university were also funny most of the time when delivering lectures, and of course this applies for comments too.

  2. Re:Not yet by blueg3 · · Score: 4, Funny

    He probably read page 2 of the article,.

  3. Re:Encryption? by genner · · Score: 3, Funny

    TFA confirms it, near the end of the second page. It also only currently works at 100 megabits/second.

    So my oc4 line is safe!

  4. So... by Adrian+Lopez · · Score: 4, Funny

    So... they invented packet sniffing?

    --
    "In prison you just have to shut your eyes and take it. Here you have to shut your eyes and give it."
  5. Fantastic! by Anonymous Coward · · Score: 1, Funny

    I can hardly wait for this software to hit Demoniod!

  6. Re:Not yet by Rary · · Score: 3, Funny

    He probably read page 2 of the article,.

    Ouch! Wow, do I feel like a retread.

    Oh well. Allow me to turn this around and make it the website's fault instead of mine: who the hell decided that such a short article needed to be split into two pages? This isn't a print medium. Have they never heard of the scrollbar?

    I'll go away now.

    --

    "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

  7. Re:Not yet by Rary · · Score: 3, Funny

    who the hell decided that such a short article needed to be split into two pages?

    The guy who wants to get a lot of ad revenue by making you see more ads.

    Someone should point out to that guy that he put the same ads on both pages.

    --

    "You cannot simultaneously prevent and prepare for war." -- Albert Einstein

  8. Re:Encryption? by Joce640k · · Score: 2, Funny

    It knows every "illegal" hash on the Intertubes?

    If it does that's more newsworthy than the gadget itself.

    --
    No sig today...
  9. Re:Carrier Status? by Jurily · · Score: 4, Funny

    Usenet probably counts as a cache under section 512(b) of the DMCA; as long as ISPs process takedown notices correctly they have no liability.

    alt.binaries.takedownnotices?

  10. Re:Encryption? by noidentity · · Score: 5, Funny

    this has some key things to overcome before it can be used:

    * Has not been tested for false positives (explicitly stated by a researcher in the article).

    Here's my implementation. It also hasn't been tested for false-positives, but I'm hopeful:

    bool is_illicit_content( /* may need parameters in the future */ ) { return true; }

  11. Re:Encryption? by cbiltcliffe · · Score: 2, Funny

    Depends how it works.

    I'm betting something like this:

    $data = read_data_stream($eth)
    if (get_protocol($data) == "bittorrent")
          {
          $illegal_content = 1;
    } else
          {
          $illegal_content = 0;
    }

    In which case, encrypted or not, you're still guilty.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......
  12. Re:Encryption? by cbiltcliffe · · Score: 4, Funny

    Sure it is. But when it seems to slow down to 100Mb, shortly, it's just network maintenance. Honest.

    --
    "City hall" in German is "Rathaus" Kinda explains a few things......