Slashdot Mirror


Reuters Accused Of Hacking For Typing In URL

Aexia writes "Intentia International, a company in Sweden, is suing Reuters for publishing an earnings report posted on their website prior to its official release. The catch? The report couldn't be accessed through 'normal channels', you had to know, or guess, what address to type in order to retrieve it. The precedent this case sets will be interesting. If you don't use a hyperlink on a website, are you committing a crime? You can also read Intentia's take on the situation."

30 of 563 comments (clear)

  1. Stating the obvious by Bartmoss · · Score: 5, Insightful

    It could have easily been protected by .htaccess or whatever. So, they have no case. Let's hope Reuters won't budge, and the judge will have a clue.

    1. Re:Stating the obvious by MalleusEBHC · · Score: 5, Insightful

      A store can easily be protected by purchasing video cameras. That doesn't make it legal to burglarize a store that just uses lock-and-key.

      The problem with your analogy is that they didn't even use a lock and key. Their doors were open for business and now they are getting mad that someone came in before they could put up the big neon "OPEN" sign.

    2. Re:Stating the obvious by SmallFurryCreature · · Score: 5, Insightful
      The analogy is I think fundamentally flawed. It is more like peeping. Did reuters go to extra ordinary lengths to peep in on data that the plaintive could reasonably have expected to remain hidden?

      People walking by in the street can not be charged with peeping if they see you walking naked in youre house. Not even if they have to turn their heads to do it. Simply claiming that since you are doing it in youre own house you are supposed to have privacy is not valid. You have to draw the curtains for the expectancy of privacy to be granted.

      Now the question is, did they have the curtains drawn. I personally think not. It will be intressting to see what the law has to say about it.

      --

      MMO Quests are like orgasms:

      You may solo them, I prefer them in a group.

    3. Re:Stating the obvious by evbergen · · Score: 4, Insightful

      data that the plaintive could reasonably have expected to remain hidden?

      He could not. If you put something on a /public/, passwordless directory of a webserver, then he has no grounds whatsoever to believe that it would remain hidden.

      It has nothing to do with peeping either. There's no 'smaller hole' you have to go through technically in order to obtain the requested document from the server. http://www.company.com/secretreports.html is just as available as http://www.company.com/index.html. Site portals are just yellow pages that help you find those URLs. Am I forbidden to dial a phone number that I didn't find in the phone book?

      If you want to protect a secret and assume that something will remain hidden, you need to take /reasonable/ measures. /Any/ person with /any/ knowledge of computers and networking will say you /at least/ need username/password protection.

      --
      All generalizations are false, including this one. (Mark Twain)
    4. Re:Stating the obvious by Sancho · · Score: 5, Insightful

      This case is actually symptomatic of a much larger problem that the US (and the rest of the world, from the looks of it) face: using the courts and your clout to cover up your mistakes. It seems like it's gotten to the point where if something happens that you don't like, you sue someone. Doesn't really matter who. Filing a suit has become a method of saying "We did nothing wrong, in fact we were wronged." even when in many cases this is simply untrue.
      This company clearly messed up. A news agency got some information (and not by hacking!) and published it. The information wasn't fraudulant. If it was false, it wasn't with a disregard for the truth--after all, it was in a document on the company's website. But the company in question didn't like the fact that the information got out, so they sue the news company.

      Forget terrorism and its effect on "free speech and free press" (right now a mostly US-centric concern) the real danger is big budget corporations who have the money and time to spend taking you to court because they didn't like what you had to say. It's scary, folks, and it's not getting any better.

    5. Re:Stating the obvious by catfood · · Score: 4, Insightful

      The plaintiff did not have the metaphorical curtains drawn. There was no realistic way to know the report was supposed to be hidden. The lack of a hyperlink to that report could mean a million different things--they forgot to add the link, they were publishing the report's URL in meatspace media, the link was in a place the defendant didn't know about, the link was propagated via email (hence not visible on any website), or whatever.

      But there's only one good way to tell people to stay away from a given web document--the 403 response code.

      The simplest common-sense defense would be to remind the court that the plaintiff's server gave a 200 response code. Defendants asked for a document and plaintiff provided it, where is the tort?

  2. Stupidity by e8johan · · Score: 5, Insightful

    Quotes are from Intentia's press release concerning the investigation.

    "Reuters News Agency Broke into Intentia's IT Systems"

    I would not call it breaking in to surf on someones homesite.

    "there was an unauthorized entry via an IP-address belonging to Reuters"

    What do they mean, do I have to call them and ask for permission before accessing files publically available on their homesite?

    As Reuters didn't steal anything, but simply pointed at on open window (that they found) I would have to say that their act was not illegal. What they should investigate is their internal safety policies, because they need a revision or two (IMHO).

    1. Re:Stupidity by Jezza · · Score: 4, Insightful

      Well yeah that's right, if you don't protect the information (and "not making the URL public" isn't protection) then you have to realise that people can look. I can't see what they're expecting to gain by this. All they have done is make the information MORE visible and highlight that they have NO CLUE.

      Once this information was in the puiblic domain then I think their best policy would have been to do nothing, perhaps just issue the information with the best spin they could.

      Taking them to court seems like a REALLY BAD idea.

  3. Nothing to do with links. by tunah · · Score: 4, Insightful
    If you don't use a hyperlink on a website, are you committing a crime?

    It's not about the existence (or not) of the link, but the source of the URL. While I don't agree with it, I think what they are saying is that if a site doesn't publish a URL (usually through a link, but could be in print, etc) it is not public information and accessing it is unauthorised access. This is the same attitude (if not specific issue) that has a problem with deep-linking too.

    --
    Free Java games for your phone: Tontie, Sokoban
  4. There are technical solutions by toriver · · Score: 5, Insightful
    In my opinion, any HTTP GET request is exactly that, a request. "May I have that resource, Server Sir?". And if the server (which is the thingy that is responsible for allowing or refuseing the request) actually sent the requested resource/document back to the client, it has answered "Yes, you may" by responding with the resource.

    If the publishers of the resource wanted to limit access to the resource they could add authentication, referer checking, or a timestamp check - anything, really. Since they did not, I fail to see how they can have a case.

    "Security through obscurity", like having a non-linked but available resource, is self delusion.

    1. Re:There are technical solutions by sco08y · · Score: 4, Insightful

      "Security through obscurity", like having a non-linked but available resource, is self delusion.

      That's one of those mantras that get repeated until people believe they're true.

      Fact is, all security is obscurity. Security rests on the notion of a shared secret. Some key that both you and the other guy know.

      In my opinion, any HTTP GET request is exactly that, a request. "May I have that resource, Server Sir?".

      So if I add a login header, is that just another GET request? It's the difference between http://root:12345@www.0wn3d.com/ and http://www.0wn3d.com/.

      Or what if I add an obscure folder name to the URL like sf908h234ff98hs9f?

      You might argue that the actual crime was in obtaining the password, and I agree that (for example) fraudulently claiming to be an employee (psychological hacking) is criminal, but it's a seperate offense.

      That's why breaking into someone's house is "breaking & entry." Even if you don't have to break in, entering is still criminal.

      The problem with "ah well, these guys were just poking around, the publishers should have used proper security" is that it raises the bar of what security is to what we experts think it ought to be. Many people don't have the capability to employ such measures, so we're denying them legal recourse.

      It would cause the same kind of division in society as if we had a law that said burglary doesn't count unless you have an expensive security system.

    2. Re:There are technical solutions by j7953 · · Score: 5, Insightful
      So if I add a login header, is that just another GET request? It's the difference between http://root:12345@www.0wn3d.com/ and http://www.0wn3d.com/.

      No. In that case, you're trying to circumvent (by having illegally obtained or by guessing the password) a security measure. (Also see below.)

      It would cause the same kind of division in society as if we had a law that said burglary doesn't count unless you have an expensive security system.

      No. There is a difference between trying to receive information (i.e. trying to have it delivered to me), and trying to actively enter someone else's property. The breaking-in analogy is fundamentally flawed, at least as long as we're not talking about trying to circumvent any security that is installed (e.g. trying to guess passwords -- that would be trying to actively enter).

      Also note that houses (and physical locations in general) usually make it quite obvious whether they're supposed to be public or private. All private houses, even if they have no locks or security systems, have an implicit security mechanism: doors. Even if they're unlocked, closed doors tell most people not to enter unless invited by someone opening the door, or by a sign that tells them it's public. Why do you think most stores have doors that allow you to look into the store, that have obvious "open" signs, and that sometimes even open for you automatically? It's a way of telling people that the door is, unlike most other doors, not intended to keep them out.

      URLs, however, are all designed the same way, there is no obvious difference between private and public resources. The only way to recognize them as private is to request them and see if a password request will show up. And experience suggests that most URLs are public.

      Making it potentially illegal to try an URL will get you into the same legal problems as trying to make a difference between precise links ("deep links") and generic links (links to front pages).

      Some of the questions you'd have to answer are:

      • If you have requested, by following a link, the resource /some/path/document, and get a 404 Page not Found error, is it legal for you to try accessing /some/path/ by changing the URL in your browser's URL field?
      • Is it legal to type some domain name into your browser, even if it is not published anywhere? (E.g. you're looking for Foo Corporation's web site and try www.foo.com.)
      • If you're currently reading /2001/some-report, and you think that the year 2002 record would be more interesting, would you not try to type /2002/some-report into your browser?
      • If you're reading a structured document, e.g. an online book or a howto article, and you're currently reading /3-1, and you realize you'd like to skip chapter three but the "Next" link points to /3-2, is it legal for you to type /4 into your browser?
      • If you follow a link and get a 404, and the URL looks like the webmaster simply made a typo, is trying to correct the URL illegal without permission?
      • If any of the above is illegal, but someone did it anyway and then published the URL on his web site, without telling how he found it, is it illegal to click? To copy and paste?

      I am a webmaster myself, and I do agree that there are some requests that are sent with obviously malicious intentions (e.g. requests for cmd.exe etc.). But I am also a web user, and I don't want browsing the web to become a legal risk simply because I know how URLs work and make use of that knowledge. Some web site operators seem to believe that simply because they intended their visitors to behave in a certain way, and didn't provide any means for the users to behave differently, that anything but what they expect you to do should be illegal.

      There is a difference between an author telling you that it makes sense to read chapter four of his book before reading chapter five, and an author trying to put you in jail for reading chapter five first anyway.

      --
      Sig (appended to the end of comments I post, 54 chars)
  5. if Intentia prevails, it would be very bad by g4dget · · Score: 5, Insightful
    Many people truncate URLs to avoid dealing with broken site navigation systems. Mozilla and Galeon even have an "up" button. Other pages may become unlinked but may still be linked from a log or search engine. Some files, like /robots.txt, are almost never linked to, yet everybody knows they are there. And more than once, I have mistyped a host name along with a URL and gotten a web page that looked not entirely public (logs, etc.).

    In some areas of law, it's unavoidable drawing fuzzy boundaries and considering intent. However, in this case, anybody who wants to protect their information on the web easily can, using standard web access control schemes; they don't need to rely on using obscure URLs. Let's not burden the courts with this.

    This is part of a more general and disturbing trend, where lazy system admins don't spend the time set up their systems correctly, or management hires incompetent and cheap staff, and then try to use the court system and police (i.e., taxpayer money) to make up for their own shortcomings.

  6. Mantra by RAMMS+EIN · · Score: 5, Insightful

    Repeat after me:
    If you don't want people to read something, don't put it on the Internet.

    --
    Please correct me if I got my facts wrong.
  7. url's are like phone numbers by phr2 · · Score: 5, Insightful
    Deep linking has the same issue. URL's are like phone numbers.

    The company homepage, www.corp.com, is like the main switchboard number, say 555-1000.

    URL's reachable through the home page (www.corp.com/foo/bar) are like internal extensions you can find through the voice menu system (555-1357).

    The link with the earnings report is like an extension (555-2468) not on the voice menu, that came off somebody's business card or answering machine or some unknown channel.

    That's it. Reuters is being sued over something very much like calling an unlisted direct phone number inside some company. How they got the phone number is, well, irrelevant. They're a news organization, they have reporters, whose job is digging up info like phone numbers.

    Deep linking works the same way for anyone else too, of course. Like duh, if you don't want something to be reachable without going through the switchboard, don't give it a direct number exposed to the outside world.

  8. Look! A snake! by adolf · · Score: 5, Insightful

    Funny stuff, this.

    I'm going outside, right now, with copies of some of my own financial statements.

    I'm going to throw them onto the Main Street sidewalk, and stand just near enough to the pile that I can serve hastily-drawn lawsuit papers to anyone who dares to look.

    The documents are undeniably my property, after all. Nobody has the right to see them unless I erect a big fucking sign pointing them out, even if they are scattered about a public walkway.

    [Moral for the sarcasm-impaired: If you don't want your information to be public knowledge, now or ever, don't let it be publicly available. At all.]

  9. Re:that's cold man. by dipipanone · · Score: 4, Insightful

    What Reuters did exposed the company to a situation before they were ready.

    Which is precisely what you'd expect them to do, Reuters being a press agency and all.

    I court I hope Reuters don't get busted for accessing the information, but for publishing details about it.

    Damn straight. If it weren't for those goddamned financial journalists, I bet Enron would still be trading today. The freedom of the press has got no business interfering with our right to earn a dishonest dollar.

    After all I'm sure that the company in question had a copyright notice on all their pages, right?

    So what? Do you really believe Reuters breached their copyright in the report?

    Get a jar of glue, man.

  10. Intentia's mission statement ... by ukryule · · Score: 4, Insightful
    Our mission is to pursue the perfect partnership, providing security in our customers' transformation to collaborative business models.

    Which roughly translates to: 'we want to use the internet securely'.
    They then put some confidential information on their public website, and sue the first people to read it ... Doh!
  11. The Web is not a magazine!! by Mnemia · · Score: 5, Insightful

    All these companies seem to think that the Web is like a magazine: their neat little layout is all anyone should be allowed to use. But they forget that the Web was intentially designed to facilitate deep linking and URL-typing for the purpose of transparent information exchange. They don't get to decide the layout and presentation of the data once they publish it so that it is accessible through an URL.

    There is nothing about implicit permission to view here. I assert that they are EXPLICITLY granting permission to any and all to view the document when they publish it via a non-password protected URL.

    That is the very foundation of the Web...without it we have interactive television.

  12. Re:Related: what about referer logs by isorox · · Score: 4, Insightful

    If their webserver is attached to the internet in any way, then anything it is "serving" is fair game, and should thus be protected appropriately.

    While I'd normally agree, if its protected by some kind of protection (htaccess) - even if its really weak, accessing in would be cracking, same as if a door in a house is open, you still cant nick the TV.

    Of course in this case google would have spidered the report before long and they cant prosecute an automatic robot can they?

  13. Completely disagree - form is the key... by bildstorm · · Score: 4, Insightful

    I completely disagree.

    From what I gather from the posts on here, it seems that these guys have a webserver with little to no security on it. If you use a basic webcrawling program, it likely jumps from link to link, which is what we expect AOL users to do online. However, a good web crawler will also check the directory by default as well, to see if there is an index (I've seen some of this in MY referrer logs).

    Given that this was sensitive data, it should have been protected. Claiming that it was by not publishing the URL is like sticking it in a window of a building with thousands of windows. Eventually someone may see it.

    Your analogy of the credit card numbers would be valid IF they had swiped a password to get to that point. But the server didn't ask for authorisation by any means. It was happy with a basic URL. There's nothing ultra-special about the URL to suggest that it's attempting to be hidden either. I doubt the location was intended to change, but to just be linked to.

    Basically, Reuters has provided good reporting using the skills available to anyone with a decent wewbcrawler who has a set list of websites to follow. And if they didn't get it that way but got it through an anonymous tip, that's classic reporting.

    --
    The power of accurate observation is commonly called cynicism by those who have not got it. - G.B. Shaw
  14. Re:Raises some interesting ideas by pubjames · · Score: 5, Insightful

    I could see a moldy old judge siding with them, saying that using "www.intentia.com/~a2eslcf/info/docs/hidden883/fin ancial reports.html" for example would constitute an attempt at placing some level of security on the data for the time being, almost a password....

    Dumbass:But your honor, that man has stolen a hundred dollars from me! I think I made a reasonable attempt to hide it by keeping it in an old shoe in a hedge at the local park. Who would think to look there? ...what do you mean I'm a dumbass?

  15. Re:Related: what about referer logs by gazbo · · Score: 5, Insightful

    No, Googlebot needs a link. If it is inaccessible through hyperlinks, Googlebot won't even know it existed. Of course, if it followed Reuters link then it would have found the report, but then that's the whole point of the legal action, isn't it?

  16. The best quote from Intentia's website by bobdotorg · · Score: 5, Insightful

    "The incident has severely damaged confidence in us as individuals and in Intentia as a company," says Björn Algkvist, CEO of Intentia International AB.

    Yeah - no shit Sven, IT blunders with sensitive information tend to do that.

    But hey, just to make sure that everyone's confidence in your company is shattered, why don't you do the American thing and file a 'It can't possibly be my fault' lawsuit.

    --
    __ Someday, but not this morning, I'll finally learn to use the preview button.
  17. Re:Raises some interesting ideas by pubjames · · Score: 4, Insightful

    If you kept it in a hedge in your garden (i.e., on your property as this report was), and someone took it, they would still technically be guilty of theft.

    Except (to streach the anology to its limits), a public web server is like putting a sign on your garden gate saying "Open to the public".

  18. Re: Related: what about referer logs by Black+Parrot · · Score: 5, Insightful


    > While I'd normally agree, if its protected by some kind of protection (htaccess) - even if its really weak, accessing in would be cracking, same as if a door in a house is open, you still cant nick the TV.

    No, the correct analogy is "if you stand naked in your doorway you can't complain about everyone seeing your naughties".

    --
    Sheesh, evil *and* a jerk. -- Jade
  19. Re:It is Lotus Domino... by AlecC · · Score: 5, Insightful

    I went to their site, and I looked for the (now visible) results. The URL looked like this:

    http://www.intentia.com/w2000.nsf/(files)/Intent ia _02_Q3_us.pdf/$FILE/Intentia_02_Q3_us.pdf

    The previous quarters reports are also available under ...02_Q2_us.pdf and so on. This URL is a lot more than 40 characters, but it hardly takes a rocket scintist to guess where Q3 is going to be when you know where Q1 and Q2 are. You really cannot call such guesswork "hacking".

    --
    Consciousness is an illusion caused by an excess of self consciousness.
  20. Re:Related: what about referer logs by Xentax · · Score: 5, Insightful

    I'm not an expert on Search Engine Backends (IANA...ahh screw that).

    But, wouldn't most search engines also at least try to grab index.html on directories in which they've found other files?

    Of course, I doubt that's what happened here. From what I can tell on the "victim" website, Reuters just guessed what the URL for the report would be. Who hasn't done that before, in some way or another (e.g. guessing what a broken URL was supposed to be)?

    There's clearly NO access control here, except a shining example of how security through obscurity is NOT security at all.

    Xentax

    --
    You shouldn't verb words.
  21. Re:Related: what about referer logs by schon · · Score: 5, Insightful

    Thing is, Reuters didn't just "look". They published. Which, using the same analogy, would be looking into your house, and reporting to any and all passers-by what was going on inside.

    Except that my house isn't a public place.

    The report was put in a PUBLIC location. Therefore it's up to them to restrict access. Simply "not telling anyone" isn't restricting access.

  22. Re:Related: what about referer logs by Klaruz · · Score: 5, Insightful

    No, this is like walking into a company's public library and finding a book on a shelf in the corner that wasn't in the card catalog.

    Whine and moan all they want, they still stuck it in a public place. They should have stuck it behind a locked closed door. Then it's secure. If you bust open the door, that would be a crime. Finding something sitting in a public place that's not advertised is not a crime.