Slashdot Mirror


Copyright Tool Scans Web For Violations

The Wall Street Journal is reporting on a tech start-up that proposes to offer the ultimate in assurance for content owners. Attributor Corporation is going to offer clients the ability to scan the web for their own intellectual property. The article touches on previous use of techniques like DRM and in-house staff searches, and the limited usefulness of both. They specifically cite the pending legal actions against companies like YouTube, and wonder about what their attitude will be towards initiatives like this. From the article: "Attributor analyzes the content of clients, who could range from individuals to big media companies, using a technique known as 'digital fingerprinting,' which determines unique and identifying characteristics of content. It uses these digital fingerprints to search its index of the Web for the content. The company claims to be able to spot a customer's content based on the appearance of as little as a few sentences of text or a few seconds of audio or video. It will provide customers with alerts and a dashboard of identified uses of their content on the Web and the context in which it is used. The content owners can then try to negotiate revenue from whoever is using it or request that it be taken down. In some cases, they may decide the content is being used fairly or to acceptable promotional ends. Attributor plans to help automate the interaction between content owners and those using their content on the Web, though it declines to specify how."

4 of 185 comments (clear)

  1. Can't they just use google or torrent sites? by LiquidCoooled · · Score: 3, Informative

    Can't they just use google or torrent sites?
    If users can find items they want, presumably the copyright holders could use the same methods...

    --
    liqbase :: faster than paper
  2. Re:i don't like robots.txt anyway. by FooAtWFU · · Score: 5, Informative
    You're absolutely right that "if you don't want it on the public Web, don't put it there in the first place" -- but there are still times when you have a legitimate reason that you don't want a page indexed, downloaded, or otherwise visited by a robot. Dynamically generated content is one example reason; sometimes certain pages can be a big drain on your website, and you'd prefer not to have every spider in the world hitting them up every few minutes.

    Let's take a fun legitimate site like, oh... Wikipedia:

    # Folks get annoyed when VfD discussions end up the number 1 google hit for
    # their name. See bugzilla bug #4776
    # en:
    Disallow: /wiki/Wikipedia:Articles_for_deletion/
    Disallow: /wiki/Wikipedia%3AArticles_for_deletion/
    Disallow : /wiki/Wikipedia:Votes_for_deletion/
    Disallow: /wiki/Wikipedia%3AVotes_for_deletion/
    Disallow: /wiki/Wikipedia:Pages_for_deletion/
    Disallow: /wiki/Wikipedia%3APages_for_deletion/
    Disallow: /wiki/Wikipedia:Miscellany_for_deletion/
    Disallow : /wiki/Wikipedia%3AMiscellany_for_deletion/
    Disall ow: /wiki/Wikipedia:Miscellaneous_deletion/
    Disallow: /wiki/Wikipedia%3AMiscellaneous_deletion/
    Disallo w: /wiki/Wikipedia:Copyright_problems
    Disallow: /wiki/Wikipedia%3ACopyright_problems
    (They also disallow certain specially generated pages like Special:Random, and any of the pages which actually let you edit the site).

    Let's see, what are some other sites? Ooh. Take a look at Slashdot's robots.txt! (disallows a variety of fun pages.) Microsoft's? How about whitehouse.gov? Google?

    --
    The World Wide Web is dying. Soon, we shall have only the Internet.
  3. Re:search by hash? by Johann+Lau · · Score: 4, Informative

    "Unaltered media files" are the exception, not the rule. Changing even a bit of metadata (stripping exif from an image, changing an mp3 tag) would change the checksum, not to mention things like putting things into an archive, resizing images, (re)recompressing music.

    But yeah, it might make sense for Google to become "aware" of unique content and variations of it.. but I doubt they'd ever use that openly for (aiding in) hunting down copyright infringement, simply for PR reasons.

  4. Re:i don't like robots.txt anyway. by mandelbr0t · · Score: 5, Informative

    Dynamically generated content is one example reason; sometimes certain pages can be a big drain on your website

    And dynamic content is, of course, the answer. If I'm going to put up copyrighted content in the future, I'd use one of a dozen schemes that regenerate the download link on a per-session basis. Obviously they're not going to honour robots.txt, but why are your links readable by such a basic spider? You need to:

    1. Disallow anonymous downloads. You need to be logged onto the site to download anything, torrent or otherwise
    2. Use a CAPTCHA to prevent spiders from signing up for said accounts
    3. Use the session id to generate unique download links on a per-session basis
    4. Change the key on your BitTorrent tracker every 12-24 hours. This will require that a downloader get the latest torrent from the original website (which requires login), reducing the impact of a leaked torrent
    5. Compress and possibly encrypt the content so that it's less obvious what it is

    Anyone who follows the above steps (and most sites already do most or all of this) won't be found by the spider. Period.

    The only thing I can think of that this product would be useful for is to find people who have blatantly copied my website, but I'm sure you could find those people equally easily with Google.

    mandelbr0t

    --
    "Please describe the scientific nature of the 'whammy'" - Agent Scully