Slashdot Mirror


Judge Rules IP Addresses Not "Personally Identifiable"

yuna49 writes "Online Media Daily reports that a federal judge in Seattle has held that IP addresses are not personal information. 'In order for "personally identifiable information" to be personally identifiable, it must identify a person. But an IP address identifies a computer,' US District Court Judge Richard Jones said in a written decision. Jones issued the ruling in the context of a class-action lawsuit brought by consumers against Microsoft stemming from an update that automatically installed new anti-piracy software. In that case, which dates back to 2006, consumers alleged that Microsoft violated its user agreement by collecting IP addresses in the course of the updates. This ruling flatly contradicts a recent EU decision to the contrary, as well as other cases in the US. Its potential relevance to the RIAA suits should be obvious to anyone who reads Slashdot."

436 comments

  1. Yup by FredFredrickson · · Score: 5, Insightful

    So on one end of the stick, you've got privacy advocates who hate Microsoft, who are thinking that collecting our IP addresses is wrong and violates our privacy.

    There's more to it, though. Any sys admin could explain... Imagine trying to have a conversation with somebody by mail. They couldn't respond if they didn't take note of the return address, no? Fact of the matter is, for strictly technical reasons, use of the IP address is required.

    But... For statistical and anti-abuse reasons, a log of IP addresses is kept (on any server, really). But don't get all pissy at microsoft for doing so. I mean, almost every site on the net keeps an http log, it's the default setting! The fact is, if you don't want them knowing who you are- I've got an idea- don't contact their servers.

    You have a reasonable right to privacy, but you lose that right when you're in public. You don't get to get pissy when a store's security cameras capture your image. I rarely hear anybody complain about other people seeing you while you're at the grocery store. But the fact is: these small dings in privacy are neccessary to operate. You don't need to go in public. And you don't need to connect to somebody's server.

    Now the real problem TM
    An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

    So there's another level there. Not only is an IP address not good for identifying a person, but it's rather useless to discover a particular computer either. (Now, there are cookies and other tracking mechanisms, but they're not fool proof..)

    But hey, at least this is a step in the right direction. Anyway, it doesn't really matter whose computer an IP address identifies, if the feds pick up on your ip they'll just take every machine in your house anyway.

    --
    Belief? Hope? Preference?The Existential Vortex
    1. Re:Yup by Jugalator · · Score: 2, Insightful

      They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      A network endpoint, yes.

      So there's another level there. Not only is an IP address not good for identifying a person, but it's rather useless to discover a particular computer either.

      I agree about this, and that's why I think the methodology RIAA is using *should* not really hold in court. They should really provide them with name and date ranges, forget about the IP addresses, it's just an Internet Protocol technicality and should be treated as such.

      --
      Beware: In C++, your friends can see your privates!
    2. Re:Yup by Anonymous Coward · · Score: 0

      so does this mean credit cards are not Personally Identifiable? Since they are linked to an account number and not a person? Yes it has your name plastered all over it like your computer but as far as the credit card company is concerned that little piece of plastic just identifies an account not a person.

    3. Re:Yup by Anonymous Coward · · Score: 0

      IP addresses identify either networks or devices on a network... not to be that asshat that corrects people, just.. seeking to clarify. But certainly, not necessarily conclusively any particular computer, or for any amount of time. Particularly once your IP lease expires, if your ISP doesn't maintain the same (or even records of previous) IP/MAC resolutions... you get a new address and the old address won't likely lead back to you for a long time.

    4. Re:Yup by sakdoctor · · Score: 4, Funny

      IPv6 addresses should be like MAC addresses for people.
      Issued at birth, and tattooed onto your ass.

      Actually I hope the RIAA aren't reading this. It will give them ideas.

    5. Re:Yup by Anonymous Coward · · Score: 0, Insightful

      You said "This ruling flatly contradicts a recent EU decision to the contrary" but a ruling in the US carries no weight in any other country. So the EU may rule the opposite and that is how they will deal with it on a legal basis. The US does not make rulings that bind other countries.

    6. Re:Yup by maxume · · Score: 1

      As long as I can use other addresses on devices I connect to networks with. You know, my toaster, my refrigerator, my bike, etc.

      --
      Nerd rage is the funniest rage.
    7. Re:Yup by fredklein · · Score: 2, Interesting

      as far as the credit card company is concerned that little piece of plastic just identifies an account not a person.

      Correct.

      However- Each account is specifically linked to one person. (Sometimes more for joint accounts, but you get the idea.) The agreement you make with the card company usually says something along the lines of 'the person named on the card is the only authorized user of the card...' SO, if they trace certain activity to the card, they can be reasonably sure who used the card.

      There is no such guarantee when it comes to IP addresses. As someone else posted, their IP is to their router, with 5-6 PCs behind it. Wireless confuses the issue more. Tracing certain packets to a router does NOT tell them what PC it came from, much less who was using that PC.

    8. Re:Yup by khellendros1984 · · Score: 1

      There are terms in the card usage agreement that you'll be the only one using it. When you use the card in person, many employees will require photo ID before they swipe the card. Of course that doesn't always happen, and that's why it's so easy to report a missing card and have the spurious charges reversed if it gets stolen. The case with a computer system is more complex, though. A single IP address can even have multiple networks underneath it. It's not even necessarily a single network behind an IP address. My point is that you're far more likely to take exception to someone trying to borrow your credit card than you are if someone wants to use your computer or connect to your router. The credit card, in general, is much more attached to a single person than an internet address is.

      --
      It is pitch black. You are likely to be eaten by a grue.
    9. Re:Yup by 9re9 · · Score: 1

      Haven't RTFA, but it seems that this is more complicated. Accepting your argument that an IP address identifies a Network (really an endpoint as indicated below), and the fact that multiple computers may reside on that network, you have to also accept the fact that more than one operating system may be running on each of the computers located on that network (or even more than one OS per computer). Therefore, since the plaintiffs are looking to recover damages from Microsoft, you can't say that you are entitled to a damages award just because you were assigned an IP address on a given date, and that IP address is reflected in Microsoft's logs for that date. What may really have happened is that multiple Win OS boxes may have been affected, or none at all (if the network was populated by computer running only OS X or Linux). You can't look at the IP address and determine what was happening on the network behind that IP, and that should be the reason why using an IP address as a basis for determining damages is flawed.

    10. Re:Yup by Anonymous Coward · · Score: 0

      Now the real problem TM
      An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      So there's another level there. Not only is an IP address not good for identifying a person, but it's rather useless to discover a particular computer either. (Now, there are cookies and other tracking mechanisms, but they're not fool proof..)

      Agreed. A MAC address would be more representative of identifying a computer, but that isn't even fool-proof as one could have "cloned" the MAC address or simply swapped the network card "after the fact".

    11. Re:Yup by eln · · Score: 2, Interesting

      IF the person has a home network, then it only identifies that network. If the person lives alone and only has one computer, it does effectively identify the person.

      Also, it's generally understood in legal circles, and is spelled out in most ISPs' TOS agreements, that the account owner is ultimately responsible for any activity originating from that connection. So, since an IP address can be used to identify a particular DSL/cable/dialup/whatever line, it can effectively be used to identify a person.

      Things get muddier when talking about open wireless access points, but in general it's been held that if you open up your wireless connection, you're responsible for any illegal activity people might use it for. You only escape responsibility if you've taken some measure to restrict access and the perpetrator has defeated it.

      Even if you don't buy any of that, identifying the home network itself is already an invasion of privacy. It may not identify you personally, but it almost certainly identifies your family or the group of people living in your house. Isn't that an invasion of privacy?

    12. Re:Yup by cml4524 · · Score: 3, Insightful

      Contradict just means to take a contrary position. The multiple definitions of contrary allow for the word to be used accurately in this context, in the sense that the opinions are opposite of one another. It does not necessitate, however, that those opinions cause any sort of conflict.

      In other words, they are contradictory in the sense that they stake opposite positions, but not in the sense that one opinion will overrule or clash with the other.

    13. Re:Yup by Sir_Dill · · Score: 2, Interesting
      Consider this for a moment.

      I have a business class internet account at home. It comes with static ips which resolve back to my domain name which....guess what...IS PERSONALLY IDENTIFIABLE.

      So under many situations an IP address is not personally identifiable, there are also many where it is.

      I use an anonymizing service to keep my personal information out of whois, but that still doesn't mean my home IP address isn't uniquely identified as "belonging" to me.

      I tend to think of an IP address like a phone number. Are phone numbers considered personally identifiable?

      if yes then IP addresses should be treated accordingly.

    14. Re:Yup by Penguin+Programmer · · Score: 2, Informative

      An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      A router is still a computer. An IP address identifies a computer. Whether that computer has other computers connected to it, and forwards traffic from those computers using its IP address, is an entirely separate matter.

    15. Re:Yup by Krneki · · Score: 1

      VPN baby.

      Just connect to a secure VPN server and you can go back to the underground net.

      --
      Love many, trust a few, do harm to none.
    16. Re:Yup by Anonymous Coward · · Score: 0

      Depending on how computer is defined... The router is MOST CERTAINLY a computer. And someone owns and/or administers that router. All IPs have to trace back to someone (or a company), even though that person may not be the end user, they are responsible for managing who accesses it. The management could be complex or it could be not caring who uses it and what for, and this brings up a new discussion (or is it the same one?

      Someone posted that an IP address marks the END of a network. It is also the beginning of the next network. I think many people dont realize that the internet is a huge collection of different networks, all configured to talk to each other and pass information along.

      Its like sending post-mail to another country, the different networks are listed, not limited to: Country | State/province/region/etc | Town/Zip/etc | Street/Road/Etc | BuildingNumber | Department | Actual Recipient

      When you send something to another country, the country of origin is not interested in what street the mail needs to get to, its only concerned with the country, so the mail is delivered to the other country (a new network!) and that network decides where to send it next... similar things happen at each 'checkpoint' eventually it gets delivered to the house, but thats not it... its not necessarily there yet... the mail box administrator (Man of the house, lady of the house, one of the kids, family dog) someone brings the mail inside and distributes it to the correct individual.

      Computer networks are very similar

    17. Re:Yup by eedwardsjr · · Score: 1

      the person named on the card is the only authorized user of the card

      Not quite true. You can authorize multiple users of your card. It is a bit more common with business-classed bankcards (Credit Cards). Is it common? not really. Is it done? certainly.

    18. Re:Yup by R0UTE · · Score: 2, Funny

      An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers.

      That's a kick ass router, I wish my router would get a job and buy more computers.

    19. Re:Yup by Ioldanach · · Score: 1

      I agree about this, and that's why I think the methodology RIAA is using *should* not really hold in court. They should really provide them with name and date ranges, forget about the IP addresses, it's just an Internet Protocol technicality and should be treated as such.

      In the only case that's gone to a verdict, as far as I know, the IP address was one point of several. The IP address is useful as a tool to limit the range of people you're likely to be talking about. Combine that with other information, such as the userid used on the network, which matched a userid used by the individual in multiple other places, and you can start talking about identifying a person with some modest degree of certainty.

      So, alone, the IP address can't prove someone did something. However, when aggregated together with other data, it helps to paint the picture.

    20. Re:Yup by jank1887 · · Score: 1

      Actually, I think interpretation should depend on whether you're dealing with criminal or civil cases. in a criminal case, the fact that the ISP holds me accountable for activity doesn't mean I can be charged with theft/fraud/whatever if someone somehow gets on my IP and starts making purchases with stolen credit cards, hacking into bank accounts, or whatever. Maybe if I had an open wifi they could hit me with some sort of negligence-related charge, but not the criminal charge. BUT, for civil cases, that may be different. The whole preponderance of evidence thing being different, maybe there it would be valid to hit the responsible party with a civil suit for allowing 'illegal activity x' on their network, or failing to lock things down, or something.

    21. Re:Yup by fredklein · · Score: 1

      When you use the card in person, many employees will require photo ID before they swipe the card.

      They are most lilely violating their Merchant Agreement. For instance, http://usa.visa.com/download/merchants/card_acceptance_guide.pdf says:

      "Although visa rules do not preclude merchants from asking for cardholder ID, merchants cannot make an ID a condition of acceptance. Therefore, merchants cannot refuse to complete a purchase transaction because a cardholder refuses to provide ID."

    22. Re:Yup by Talderas · · Score: 1

      Now the real problem TM
      An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      So there's another level there. Not only is an IP address not good for identifying a person, but it's rather useless to discover a particular computer either. (Now, there are cookies and other tracking mechanisms, but they're not fool proof..)

      This sounds like a good argument for the RIAA to pressure the adoption of IPv6.

      --
      "Lack of speed can be overcome. In the worst case by patience." --Znork
    23. Re:Yup by Anonymous Coward · · Score: 4, Funny

      tattooed onto your ass

      Your butt crack can then be interpreted as the :: part in the middle of abbreviated addresses.

    24. Re:Yup by Shadowland · · Score: 2, Funny

      > IPv6 addresses should be like MAC addresses for people. > Issued at birth, and tattooed onto your ass. Wouldn't that make them IPv666 addresses? IP address of the Beast. :^)

    25. Re:Yup by Bootarn · · Score: 1

      You're absolutely correct, but it should also be noted that IP addresses change and get recycled. Keeping logs of all IP leases is a difficult task, and failure is bound to happen at some point (DHCP server losing time/date, etc.). My point is that it's always hard to identify a person by a number that can change at any given time.

    26. Re:Yup by fredklein · · Score: 1

      Also, it's generally understood in legal circles, and is spelled out in most ISPs' TOS agreements, that the account owner is ultimately responsible for any activity originating from that connection.

      So, my PC get 'botted', and starts spewing out spam, 419 scam emails, and child porn. Do I get SWAT busting in my door one night? I've never heard of it happening.

      Face it, you can't hold someone responsible for something they did not do, did not ask to have done, and were not aware was being done.

      in general it's been held that if you open up your wireless connection, you're responsible for any illegal activity people might use it for.

      What if the wireless is on by default when you plug it in?

    27. Re:Yup by QuantumRiff · · Score: 1

      We'll issue you 640k ip's. That should be enough for anybody...

      --

      What are we going to do tonight Brain?
    28. Re:Yup by fredklein · · Score: 1

      Quote the whole thing, please.:

      "Each account is specifically linked to one person. (Sometimes more for joint accounts, but you get the idea.)"

    29. Re:Yup by fredklein · · Score: 1

      I have a business class internet account at home. It comes with static ips which resolve back to my domain name which....guess what...IS PERSONALLY IDENTIFIABLE.

      SO, you don't have a wireless router?

      SO, none of your computers have been hacked?

      SO, none of your PCs is where a customer of yours can access it?

      SO, none of your PCs is where another of your employees can access it?

      SO, none of your PCs is where a family member can access it?

      If ALL those can be proven, then the IP can be traced back to you personally. If ANY of those cannot be proven, it cannot.

    30. Re:Yup by Anonymous Coward · · Score: 0

      woosh!

    31. Re:Yup by cmarkn · · Score: 1

      The RIAA doesn't care about this, unless they can figure out a way to collect a nickel every time that tattoo is scanned - or every time it could be scanned even if no one scans it. That tattoo is a record (of your address), so they own it.

      --
      People should not fear their government. Governments should fear their people.
    32. Re:Yup by wvmarle · · Score: 0

      People can be held liable for criminal negligence (this happens a lot, not sure about computer related crimes though). In case of your examples that is not too hard to prove/disprove: did the person keep the computer reasonably up to date? Can't expect installing patches the minute they are released but at least within a reasonable time span. Did the person have anti-virus, anti-spyware or other security software installed, running and kept up to date? Did they read the manual that came with said wireless device before plugging it in?

      So yes you can hold someone responsible for what they did not do, when it is common knowledge that these things should be done. Reading a manual is one. I don't know how much manual comes with Windows but these days most people should know about antivirus software and so, I think that can be expected by now. Windows Update I suppose is on by default nowadays, warning users when updates are there. OS-X and Mandriva at least warn me automatically about available updates, and installing is a few clicks away.

    33. Re:Yup by fredklein · · Score: 3, Informative

      In case of your examples that is not too hard to prove/disprove: did the person keep the computer reasonably up to date? Can't expect installing patches the minute they are released but at least within a reasonable time span. Did the person have anti-virus, anti-spyware or other security software installed, running and kept up to date? Did they read the manual that came with said wireless device before plugging it in?

      Gaddammit, I paid $200 for this 'Winders XP' thing. Now you're tellin me I gotta 'Update' my 'Patches' and thingerwhoose why whatzits?? Anti-spy ware? What am I , a secret Agent? I paid a lotta money for it! It should just work!! I shouldn't have to buy anything else! I shouldn't have to READ anything. It should work right when I plug it in!!

      (If you think I'm exaggerating, you don't work in techsupport or any kind of Customer Service).

    34. Re:Yup by krotkruton · · Score: 1
      Can you cite any of those claims?

      If the person lives alone and only has one computer, it does effectively identify the person.

      So I guess it's not possible for someone to come over and plug into my network. The only way it could identify one person would be if the person lived alone, has one computer, no family or friends, and never lets anyone into the house. Even then I can think of a few ways that it could be someone else.

      Also, it's generally understood in legal circles, and is spelled out in most ISPs' TOS agreements, that the account owner is ultimately responsible for any activity originating from that connection.

      This is to protect the ISP from being responsible. And do we really need to go into whether or not TOS are legally binding?

      Things get muddier when talking about open wireless access points, but in general it's been held that if you open up your wireless connection, you're responsible for any illegal activity people might use it for.

      You can almost get away with that claim because of the phrase "in general", but there are so many exceptions to that rule, I don't want to get started.

      You only escape responsibility if you've taken some measure to restrict access and the perpetrator has defeated it.

      So if my friend comes over and accesses my network, I'm responsible for what my friend did? Let me try that a different way: By your logic, I can do whatever I want on any open network that I can find without any fear of prosecution because the owner of that open network is responsible for my actions. Is that really how you think it works? Almost everything that you said, with the exception of the last paragraph, is not common knowledge in "legal circles", but instead is common myth within the general public.

    35. Re:Yup by Naturalis+Philosopho · · Score: 1

      I like it. I'm also thinking right now of how meanings of phrases would change such as "I lost my ASS in Vegas".

    36. Re:Yup by davester666 · · Score: 1

      No, the RIAA already want that IPv6 address on an RFID chip implanted into your ass.

      They don't want to have to keep making you whip down your pants every 5 minutes to check your number...

      --
      Sleep your way to a whiter smile...date a dentist!
    37. Re:Yup by Ekdar · · Score: 1

      An IP address doesn't necessarily map to a single point (device) in space-time.

      Consider Anycast routing (commonly used for DNS) in which multiple, usually geographically distant, devices serve as the end-point for a single IP address. Sure, this isn't a common practice for typical internet users (I can't even imagine why a typical internet user's IP address would be subject to Anycast routing), but the concept and possibility exist nonetheless.

    38. Re:Yup by hedwards · · Score: 2, Interesting

      I've got mixed feelings about this. On the one hand I would consider this sort of monitoring questionable in terms of privacy issues. But on the other hand if this interpretation is upheld it represents a serious set back to the RIAA in its endeavor to bring lawsuits against alleged pirates.

      At some point there'll have to be a determination as to which is it, evidence that somebody in particular was online or not a form of identifying people. We can't have it both ways. So, all in all it's probably a good thing, if for no other reason than the issue might finally be resolved in the legal sense.

    39. Re:Yup by Dragonslicer · · Score: 1

      If the person lives alone and only has one computer, it does effectively identify the person.

      So I guess it's not possible for someone to come over and plug into my network. The only way it could identify one person would be if the person lived alone, has one computer, no family or friends, and never lets anyone into the house.

      "If it wasn't your computer, then whose was it?"
      "It was my friend Timmy's computer."
      "Timmy, were you there that night?"
      "No."

      It would require a really stupid prosecutor and/or judge for the claim "my invisible friend did it" to work.

    40. Re:Yup by Dragonslicer · · Score: 1

      IPv6 addresses should be like MAC addresses for people. Issued at birth, and tattooed onto your ass.

      But if that address opens some kind of time portal...

    41. Re:Yup by nagnamer · · Score: 1

      IPv6 addresses should be like MAC addresses for people. Issued at birth, and tattooed onto your ass.

      And then [insert company name] will create a security suite that you can shove up your butt, too

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
    42. Re:Yup by nagnamer · · Score: 1

      Contradict just means to take a contrary position.

      Yes, but the point was not that they used "contradicts", but "flatly contradicts", which sounds like it shouldn't. So, yeah, I think AC's point is completely valid.

      --
      Every harsh word you utter has the right address. It only sounds harsh because the one on the envelope is the wrong one.
    43. Re:Yup by TemporalBeing · · Score: 1

      Wouldn't that be "::666"?

      --
      Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
    44. Re:Yup by krotkruton · · Score: 1

      First off, if accused of a crime, you don't have to blame someone else. I know that "innocent until proven guilty" doesn't hold up much anymore, but it's not the defendants job to collect / provide evidence for a case against someone else. The defense isn't "my invisible friend did it", it's "I didn't do it, and you have not shown that I did it beyond a reasonable doubt."

      Secondly, are you saying that if I'm the only one home, and some crime is committed in my house, I must be the one who committed it? That would not hold up in court for any non-computer related crime, so why should anyone believe that I must be the one committing crimes with my computer?

    45. Re:Yup by maxume · · Score: 1

      Hopefully they are in a contiguous block so I can just get the range tattooed on my ass, instead of all of them.

      --
      Nerd rage is the funniest rage.
    46. Re:Yup by noidentity · · Score: 1

      You have a reasonable right to privacy, but you lose that right when you're in public. You don't get to get pissy when a store's security cameras capture your image. I rarely hear anybody complain about other people seeing you while you're at the grocery store.

      Funny thing is, none of your examples is a public space, thus when you're in those private spaces, it's up to the owner as to how they observe you and what they record.

    47. Re:Yup by Atlantis-Rising · · Score: 1

      The keyword in 'reasonable doubt' is not 'doubt', it's 'reasonable'. Saying that it is theoretically possible that somebody else committed the crime does not, itself, create reasonable doubt.

      It's theoretically possible that aliens or the NSA did it and framed you, but that's not sufficient for reasonable doubt. If you want to make that doubt reasonable, you need to show why the possibility is stronger than theoretical.

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    48. Re:Yup by krotkruton · · Score: 1

      No, the keyword is "prove" in "prove beyond a reasonable doubt". This means you need to prove something happened, not just show that it's the most likely situation. The burden of proof is on the prosecutor, not the defendant, to prove that something happened. Being in your house when a crime was committed does not prove that you committed that crime.

      If my wife and I are the only ones home and she gets murdered, there needs to be more evidence than "you were the only one there, so you must have done it" to prove that I was the one who murdered her. Again, why should that argument work when it comes to acts on computers?

    49. Re:Yup by sjames · · Score: 1

      The problem here is that the courts don't have enough understanding to make more than a black/white decision. An IP MAY be usable to find a personal identity to varying degrees of certainty in some cases. In others, it really just narrows things down to a particular (possibly large) area. If somebody's clock is set wrong, any information linking an IP address even to a particular router might be wrong. If somebody doesn't secure their router properly (or acts in bad faith or is duped by someone acting in bad faith), it may be some other system entirely.

      xyzISP may have assigned me a given IP in their /8. Someone else may be announcing a bogus route to a /24 in that /8 that I happen to be in. They might even be taking the packets they want and routing the rest to xyzISP.

      Consider when youtube went away because of a bogus announcement by accident.

      So, an IP address is one critical link in a chain between a server transaction and a personal ID. Whether it's a privacy violation or not depends on if an effort is made to follow that chain, to what extent, and perhaps why it's done.

      In the RIAA's case, they're a long way from a personal identity or even a network identity. Unless they have a sworn affidavit from the ISP, the correlation between an IP and a user account is hearsay. If they can't show a traceroute demonstrating that the packets didn't take a detour through (for example) Bulgaria, they can't even demonstrate that they have the right country. Then they need to show that there was not a wireless router (even one the user didn't know about) involved and that there wasn't unauthorized use of a computer (many people don't log out and disable the screen lock as an annoyance, anyone could use the computer, including kids' friends). It's not THAT hard to imagine someone plugging in a wireless AP in a neighbor's house to get free internet, perhaps while "helping" them with a technical problem.

      That's a lot of links in the chain that they don't generally bother to check on before their extortion^W settlement center makes a call.

    50. Re:Yup by sjames · · Score: 1

      Fortunately, they never will be. You can set an arbitrary address or spoof a MAC or IPv6 address.

    51. Re:Yup by sjames · · Score: 1

      Except we all know that people use other people's card numbers without authorization all the time. There's a growing black market in other people's card number and social.

    52. Re:Yup by db32 · · Score: 1

      You have seen an IPv6 address right? There is hardly enough room to tattoo that on a baby's ass, unless your plan is to tattoo it so small that it will become visible with age.

      --
      The only change I can believe in is what I find in my couch cushions.
    53. Re:Yup by Anonymous Coward · · Score: 0

      That's the worst possible thing that can happen, with respect to privacy. That would be tantamount to chipping all newborns, or requiring GPS tracking devices in all vehicles. Oh, wait, there are those who are already TRYING to do those things. The loss of privacy is inevitable, the abuse of that loss, equally so. I weep for my child's future, and I am glad I will be dead by then.

    54. Re:Yup by Anonymous Coward · · Score: 0

      dude you are all funny and the judge a bit off reality. The static ip address is for you as your home address is. of better yet you can compare it with a (cell)phone number. I agree that the computer can be hacked and whatever activity might be seen from there might not be willingly done by you; similarly, a bomb threat called from your home phone can be done by an unauthorized intruder... Now for the scope of clarifying the issue here, the problem is not that Microsoft is collecting IP's as those IP's are not bind with you name per se but more likely to your address and from there one could find the owner then the OS type patch level and so on... this might not be a big issue if Microsoft can secure as much money as would be required for mitigating the worst case scenario. The worst case scenario as I percieve it would entail their IP repository database being hacked. As a result millions of people would have their identity stolen and this due to using at first the data Microsoft is collecting and storing. Therefore, I believe it would be reasonable that someone to make a Risk evaluation, to consider that risk can affect at least 1/2 of US population and have Microsoft secure in the bank (on US Fed Gov't account) a symbolic amount of 10.000$ for each individual so they can start paying for recovering their identity.
      For Organizational entities I would think the damage can be much bigger but let's stick with people for now...
      To close this posting the amount would be ... you calculate 175.000.000 people x 10.000$ -- if you guys figure out how to read the number let me know:))

      Best
      BD

    55. Re:Yup by benedictaddis · · Score: 1

      What an odd statement by Visa. The principle of Freedom of Contract means that people are generally free to trade with whoever they want. If the merchant chooses to decline to do business with me based on my refusal to provide ID, that's their choice. It might be irritating and lose customers, but they could insist I stood on my head and whistled Yankee Doodle if they wanted to.

    56. Re:Yup by clone53421 · · Score: 1

      Set up a WEP-encrypted network and don't keep logs on who's using it.

      The vast majority of unauthorized users wouldn't be able to connect to it, but WEP is easy enough to break that it would make a legitimate defense if you needed one.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    57. Re:Yup by clone53421 · · Score: 1

      They can decline to do business with you based on refusal of providing ID, but they can't decline to accept Visa.

      They'd have to ask for ID on all transactions, not just credit card transactions. No ID, you can't do business. In practice, this probably wouldn't be very good for business.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    58. Re:Yup by Dog-Cow · · Score: 1

      Freedom of Contract works both ways. The business signs a contract with Visa too, you know. Obviously you can't force the business to complete the transaction right there on the spot, but you could report them to Visa, who can in turn force the terms of their contract.

    59. Re:Yup by clone53421 · · Score: 1

      It already has a job. How much do you pay?

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    60. Re:Yup by Anonymous Coward · · Score: 0

      but as you note, the offending PC may not even be in your house. it could be your neighbor downloading the child pRon.

    61. Re:Yup by Anonymous Coward · · Score: 0

      IPv6 addresses should be like MAC addresses for people.
      Issued at birth, and tattooed onto your ass.

      Actually I hope the RIAA aren't reading this. It will give them ideas.

      Brainless Tech: 1050:0000:0000:0000:0005:0600:300c:326b?
      You: Yes?
      Brainless Tech: :shoves plug up your ass: Have a nice day!

    62. Re:Yup by Anonymous Coward · · Score: 0

      Don't laugh, champ. There's enough space in IPv6 for an organization to ensure that a address subnet happens to be a hash of your name and social security number.

    63. Re:Yup by Anonymous Coward · · Score: 1, Informative

      Assuming you're referring to the Jammie Thomas case, she also admitted to having no router and only one computer.
      Countless sources

    64. Re:Yup by Dragonslicer · · Score: 1

      I'm not sure if that would be enough to provide reasonable doubt. If the evidence points to you, you can't just make up some theoretical way that someone else might have done it, you have to present a reasonable alternative explanation for the evidence. As for getting you out of responsibility because of negligence, it probably would be enough.

    65. Re:Yup by clone53421 · · Score: 1

      If somebody broke into my network, I can't be held responsible for their actions. As I said, WEP is not very secure, and with no logs, it would be impossible to even know whether a break-in occurred.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    66. Re:Yup by The+Archon+V2.0 · · Score: 1

      Also, it's generally understood in legal circles, and is spelled out in most ISPs' TOS agreements, that the account owner is ultimately responsible for any activity originating from that connection.

      How about this hypothetical - what if the ISP sets it up out of the box to be open? An ISP here had a drive in my area to get people on their service, and the roommate and I decided to try it for a year. I came back from work to find it all set up - and was not only shocked to find the wireless completely open, but also that my laptop found three other open networks with similar IDs in range that weren't there when I checked about a week before.

    67. Re:Yup by Ioldanach · · Score: 1

      Yes, and that doesn't change the point. The IP address is one part of the evidence, which is then used as a stepping stone in building a case against someone.

    68. Re:Yup by Dragonslicer · · Score: 1

      No, the keyword is "prove" in "prove beyond a reasonable doubt". This means you need to prove something happened, not just show that it's the most likely situation. The burden of proof is on the prosecutor, not the defendant, to prove that something happened. Being in your house when a crime was committed does not prove that you committed that crime.

      Uh, no. You're trying to use the word "prove" in the mathematical sense, but the only people that use that definition are mathematicians. The legal definition of "prove" is right there next to the word: beyond a reasonable doubt. You are correct that "most likely" isn't enough. 51% would be the most likely explanation, but it's far from reasonable doubt. Something in the 99% area would probably be far enough beyond reasonable doubt that you would be convicted.

      If my wife and I are the only ones home and she gets murdered, there needs to be more evidence than "you were the only one there, so you must have done it" to prove that I was the one who murdered her.

      You're leaving out a rather important step there, namely physical evidence that you were home at the time of the murder. If there's good physical evidence that you were present at the time of the murder, and there's no evidence at all that anyone else was there, the prosecution has a fairly good, though not excellent, case. Since you live there, finding evidence specific to the time of the murder may be difficult, especially if the murder weapon is an item from the house that you've handled frequently (making it easy to explain your fingerprints).

    69. Re:Yup by dcollins · · Score: 1

      You don't get to get pissy when a store's security cameras capture your image.

      Bullshit. I get to be pissy about whatever the hell I feel like. Especially 1984-esque encroaching omni-surveillence.

      In fact, cameras in stores and venues are indeed one of the factors I use in deciding whether to return there for future business.

      --
      We know where leadership by an anti-intellectual "strongman" who scapegoats minorities and likes boisterous rallies goes
    70. Re:Yup by krotkruton · · Score: 1

      I think we're on a different page from Dragon and some of the others. I've been arguing that activity from certain IP addresses isn't enough to prove a certain individual initiated that activity, while they're arguing that all these examples aren't enough to prove that an individual didn't commit a crime. Regardless, I still think the burden of proof is on the prosecutor.

    71. Re:Yup by Nekomusume · · Score: 1

      Of course, the problem is that most people probably don't consider websurfing to be "in public". Most don't even know what an IP address is, never mind that it's being logged. Losing your privacy rights when you are "in public" only makes sense if an average person knows the boundaries between public and private.

      What's more, those of us who understand IPs, logging, tracking cookies and the like don't all agree on where those lines are.

    72. Re:Yup by krotkruton · · Score: 1

      You're leaving out a rather important step there, namely physical evidence that you were home at the time of the murder. If there's good physical evidence that you were present at the time of the murder, and there's no evidence at all that anyone else was there, the prosecution has a fairly good, though not excellent, case. Since you live there, finding evidence specific to the time of the murder may be difficult, especially if the murder weapon is an item from the house that you've handled frequently (making it easy to explain your fingerprints).

      EXACTLY!! Without the physical evidence, being at the scene of the crime does not mean you committed the crime. So why do you think that activity from a certain IP address is enough to prove that an individual committed some act?

    73. Re:Yup by Technician · · Score: 1

      Should make short work of an RIAA case. My IP address is 192.168.1.30 at home and 10.136.XX I don't remember at work.

      --
      The truth shall set you free!
    74. Re:Yup by dotgain · · Score: 1

      Unless you live in a country where a gigabyte of data costs as much as a meal, which would make it a costly legitimate defense. Besides, I'm sure if someone like me were prosecuted, a savvy prosecutor would assert we are in a position to know better than to use WEP, after a little discovery about what I do for a job. Not saying your argument is weak, I'm just sayin'. Know what I'm sayin'?

    75. Re:Yup by clone53421 · · Score: 1

      True enough. I was just pointing out that the response to "if it wasn't your computer, then whose was it" should be "(first) that's your job to find out, not mine, and (secondly) don't bother getting a subpoena to force me to tell you because I don't even know."

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    76. Re:Yup by dotgain · · Score: 1

      Wow, will you check out the slash sixty-four on that! Whoo whoo whoo!

    77. Re:Yup by Dragonslicer · · Score: 1

      Without the physical evidence, being at the scene of the crime does not mean you committed the crime. So why do you think that activity from a certain IP address is enough to prove that an individual committed some act?

      I think I see where you're having trouble. "Being at the scene of the crime" doesn't actually mean anything in a criminal trial without physical evidence supporting that statement. If there's no physical evidence that you were there (or maybe a whole lot of reliable witness testimony, probably depending on the crime and the sentence that the prosecution is going for), then as far as the court is concerned, you weren't there. This is why what you're saying about IP activity is incorrect; "being at the scene of the crime" is a conclusion that must be supported by physical evidence, while IP activity itself is evidence that your computer was used (i.e. you were "at the scene of the crime"). The quality of that evidence is important, of course, and it's probably difficult to get any conviction for any crime with any single piece of evidence, but if the quality and quantity of evidence is high enough and you can't provide a reasonable alternative explanation for the evidence, you are likely to be convicted.

    78. Re:Yup by kirillian · · Score: 1

      I honestly can't tell you how many times I have heard someone tell me their story about how they called their router manufacturer's help support lines to figure out how to install the router and the support technician walked them through the process, and TOLD them that they SHOULD use the default settings and password. Needless to say, that's probably a good part of why my friends and relatives call me all the time to fix their infected computers and slow internet connections (their IP address tables are usually full of computers that do not belong to them).

    79. Re:Yup by Dragonslicer · · Score: 1

      True enough. I was just pointing out that the response to "if it wasn't your computer, then whose was it" should be "(first) that's your job to find out, not mine, and (secondly) don't bother getting a subpoena to force me to tell you because I don't even know."

      No, the prosecution has already done their job in determining that it was your computer (I'm assuming that they already have some supporting evidence and aren't just blindly accusing you). In order to refute that evidence, you have to show a reasonable alternative, and making up some theoretical method that some unknown person could have done it has been shot down by courts.

    80. Re:Yup by clone53421 · · Score: 1

      Ah, but you'd have to prove that I already knew WEP was weak, and you have absolutely no way of proving that. I'd certainly know WEP was weak after some unauthorized individual broke in and used my network, now wouldn't I?!

      Anyway, proving that I knew better than to use WEP doesn't make it illegal that I did use it, and it doesn't really affect my defense. Heck, keeping an open network would be legal, and I don't have to keep logs on who's using it. WEP-encrypting it is just an attempt to keep the vast majority of others from connecting so I get to use all of my bandwidth.

      More likely than not, nobody will break into your network, so even if you pay a high rate on utilized bandwidth you're not taking too severe a risk. Also, you could still notice if somebody else was using your network based on the amount of bandwidth you use compared to what you get billed for, and if somebody hacks in you can always switch to WPA or WPA-2 encryption.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    81. Re:Yup by clone53421 · · Score: 1

      the prosecution has already done their job in determining that it was your computer

      The very question proves that they haven't. "If it wasn't your computer, then whose" should totally be answered with "your job, you tell me".

      By that reasoning if a brick crashed through someone's window and it had my name printed on it I'd be accused on the basis of "if it wasn't your brick, whose was it". That's about how much proof you have by simply linking an IP to my ISP to me.

      Most likely they have nefarious activity linked to an IP and logs saying that IP was assigned to my account with my ISP at the point in time when the activity took place.

      All they have proven is that the activity was performed by me, or a botnet that got control of my computer, or another individual with physical access to my computer, or any other individual who managed to gain access to my home network and use my internet connection. They haven't proven that I did it.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    82. Re:Yup by Anonymous Coward · · Score: 0

      For all intents and purposes, this judge is actually thinking correctly. Your router is a computer. So, an IP address does actually technically identify a particular computer, but it just does not conclusively identify the originating computer.

    83. Re:Yup by krotkruton · · Score: 1

      I think I see where you're having trouble.

      Thanks, that was cute.

      IP activity itself is evidence that your computer was used (i.e. you were "at the scene of the crime").

      And this brings us back to my original point: many people believe this statement to be true, but it is not. Do you really believe your statement, or are you saying that courts believe that? If you truly believe that IP activity is proof that an individual committed some crime, then I really don't know what to say to you that could help you learn enough to understand why you're wrong. If you think that it is evidence for a court case, then you may be right, but you're right because there have been bad decisions in the past made by ignorant judges who don't understand what's really going on.

    84. Re:Yup by turbidostato · · Score: 1

      "Yes, but the point was not that they used "contradicts", but "flatly contradicts", which sounds like it shouldn't. So, yeah, I think AC's point is completely valid."

      No, it isn't. AC's point is right but it is irrelevant too. The point of saying that EU's past decisions "flatly contradict" this USA decision is about how strange it seems the case that high order legal experts from cultures basically so similar can reach to so opposite positions on things that seems to be so basic as what's privacy in our current computerized world. And yes, it seems quite strange.

      What the USA decision seems to forget is the "prudence in valuation" principle: while an IP address can't really identify a person undoubtfully on all cases, it is relevant enough as a general matter to be protected under privacy laws, being that privacy is a highly valued principle (definetly above a privately held company's quarter benefits).

      So, in practical terms:
        * The RIAA wants to use an IP as a clear proof that someone entered into criminal offense? The "prudence in valuation" would indicate that an IP address is not proof enough.
      But!
        * The RIAA wants to freely collect IP address-bounded activities disregarding privacy laws (since "IP is not personal data")? Then "prudence in valuation" would dictate that RIAA can't do that since an IP address is near enough to be boundable to a single person as to be protected under privacy laws.

      By the way, that's basically the interpretation of EU courts (to date: RIAA-like European institutions' greed and power are a constant menace to change this) .

    85. Re:Yup by Dragonslicer · · Score: 1

      I think you're leaving out the beginning of the conversation, which I thought was implicit in my original post.

      "Here's evidence that indicates that it was your computer."
      "It wasn't mine."

      My point is that you can't simply deny evidence (at least if you honestly expect to be found not guilty), you have to provide a reasonable alternative explanation for the evidence.

    86. Re:Yup by Dragonslicer · · Score: 1

      Of course it isn't absolute proof, but courts don't deal with absolute proof (like I said, only mathematicians do). It does qualify as evidence, though, with many other details of the situation determining how good the evidence is. A single instance of your IP address in a server log with a very poor chain of custody is definitely bad evidence, to the point of being basically useless. A court-granted warrant to monitor your communications could lead to several days' worth of activity that would be rather powerful evidence in court. And as I said before, a single piece of evidence is unlikely to get a conviction, but several pieces of evidence that support the same conclusion will probably be enough for a conviction no matter what hypothetical explanation you try to make up.

    87. Re:Yup by treeves · · Score: 1

      Look, I just came here for an argument...

      --
      ...the future crusty old bastards are already drinking the Kool-Aid.
    88. Re:Yup by krotkruton · · Score: 1
      Then I think we agree that IP address are not proof of a person committing a crime. Remember, this was the initial post I was responding to:

      IF the person has a home network, then [ip address] only identifies that network. If the person lives alone and only has one computer, it does effectively identify the person.

      It doesn't sound like you actually agree with that statement, which was what I was arguing against the whole time.

    89. Re:Yup by Dragonslicer · · Score: 1

      Can I weasel out of it and say "sort of"? If you have enough good evidence, a court will probably agree that an IP address can identify a person. Quantity and quality is important, of course. A couple instances in a single server's log isn't much, but the same address in the logs of multiple servers at about the same time, where the logs (and perhaps other information from the server's database, such as message times) show a connection to usernames or an email address that's known to be yours might be enough. Of course, at that point, there's probably enough evidence for a search warrant that will be used to gather more and better evidence. The important point to remember is that evidence is usually not a binary situation. A court will consider the entire body of evidence, and no prosecutor in their right mind will pursue a case that relies on a single piece of evidence that isn't completely overwhelming.

    90. Re:Yup by HermMunster · · Score: 1

      No, that's wrong. The IP address was used to identify her. The rest was just confirmation. She was identified by the IP address and the corresponding dates and times it was in use.

      --
      You can lead a man with reason but you can't make him think.
    91. Re:Yup by Net_fiend · · Score: 1

      Well by the standards shared by this particular judge I would think this would/should hold up against an RIAA legal battle, unless of course your ISP "finds" the IP address "assigned" to your modem/router. Which technically is a total farce since its been prove that both MAC spoofing and IP address spoofing is very simple.

      BUT...wtf does EU law have to do with US law?! NO JUDGE should be using another countries laws/case law in the US court system. I realize that simliar issues crop around the planet, but our judges should be following what laws we have not another. They should be applying US law and the US Constitution and if it doesn't exist in either law or the Constitution I'd have to check on what should be done. My suggestion would be for them to drop the case until something is legislated and/or notify the stated/federal legislature of this gap to actually utilize our freak'n system that is in place. This legislating from the bench pisses me off; although I didn't read the article (per procedure for posting) so I don't know.

      --
      "When the people fear the government, there is tyranny. When the government fears the people, there is liberty."
    92. Re:Yup by zmollusc · · Score: 5, Funny

      ... but my butt crack only has one colon. :-(

      --
      They whose government reduces their essential liberties for temporary security, receive neither liberty nor security.
    93. Re:Yup by Net_fiend · · Score: 1

      Ugh.. 2nd line: should be *proven 4th line: should read: issues crop up around the planet

      --
      "When the people fear the government, there is tyranny. When the government fears the people, there is liberty."
    94. Re:Yup by HermMunster · · Score: 1

      That's just semantics. It isn't the matter that it's tied to a router. It's the date and time in use associated with the number. It still identifies the account which identifies the person, They won't come to your router/pc to look for you. They'll go to the ISP database to identify you based on the logs.

      It's identifiable information just as the SSN is identifiable.

      --
      You can lead a man with reason but you can't make him think.
    95. Re:Yup by Nefarious+Wheel · · Score: 1

      Agreed. A MAC address would be more representative of identifying a computer, but that isn't even fool-proof as one could have "cloned" the MAC address or simply swapped the network card "after the fact".

      MAC addresses are definitely not a reliable ID. If you have a number of virtual machines running on a desktop (I do at the moment, for example) you have a number of virtual network cards, each with their own IP address, assigned (usually) by whatever the local DHCP server gives them.

      But what of the MAC addresses those virtual machines use? You guessed it, they're generated by software - unlike the MAC addresses of hardware network interfaces, which are assigned and burned in at the factory. And I move these virtual instances from machine to machine (generally to a laptop somewhere. They're Deki wiki appliances, used as a portable knowledge base).

      To further muddy the picture, I've recently gone through a number of wireless network cards for a couple of the computers in our house, and I change them whenever I find one that offers better performance. Thus, the MAC address on my wife's computer has changed several times this year, and a couple of other machines have recycled the older WNICs already this year.

      Summary? MAC addresses aren't a reliable way to identify any particular computer over time, at all.

      --
      Do not mock my vision of impractical footwear
    96. Re:Yup by HermMunster · · Score: 1

      This is not true. The card identifies the person, the persons bank accounts, etc. The bank identifies the person and their accounts.

      The IP address identifies the person just as the credit card does. The credit card when tied to the date and time only identifies the potential crime, whereas the IP tied to the date and time identifies the account on the server and the address of the owner of that account.

      --
      You can lead a man with reason but you can't make him think.
    97. Re:Yup by UncleTogie · · Score: 1

      Gaddammit, I paid $200 for this 'Winders XP' thing. Now you're tellin me I gotta 'Update' my 'Patches' and thingerwhoose why whatzits??

      "Nope. We can set it so it'll automatically update for ya, pardner."

      Anti-spy ware? What am I , a secret Agent?

      "Well, we can install one that'll cost ya some cash, and it'll update and scan for ya. If'n ya don't wanna pay f'r that, we can drop 'un in, but you'll have to run it yerself once a week... So which d'ya want, Tex?"

      I paid a lotta money for it! It should just work!!

      "Yup, it should. If ya don't connect to the internet, it will, too. H'wever, you got a bunch o' kids with lots of talent AND boredom out there jus' waitin' to make people's lives miserable. Unfortunately, that's why we gotta do this stuff."

      I shouldn't have to READ anything. It should work right when I plug it in!!

      "Well, lemme put it this way. Take two teenagers, and send one to driver's ed, give him the vehicle user manual, and the state driver's handbook. The other teen, just shove him 'hind the wheel and holler "Go!". Which'n d'ya think'll make it further down the road?"

      Yes, I've used these responses, and yes, the client follows the reasoning. Helps if you can speak "Redneck" and/or "Hillbilly"...

      --
      Don't tell me to get a life. I'm a gamer; I have LOTS of lives!
    98. Re:Yup by Anonymous Coward · · Score: 0

      If a router is still a computer, then so is a toaster, a watch, and my television set.

    99. Re:Yup by mdielmann · · Score: 1

      IPv6 addresses should be like MAC addresses for people.
      Issued at birth, and tattooed onto your ass.

      Actually I hope the RIAA aren't reading this. It will give them ideas.

      Yeah, I can see it now...
      Cashier: And how will you be paying?
      (Probably ugly) Customer: The usual. *Drops pants*
      Cashier: Of course. *sigh* Whose idea was that anyway...

      --
      Sure I'm paranoid, but am I paranoid enough?
    100. Re:Yup by sbeckstead · · Score: 1

      if you don't want them knowing who you are- I've got an idea- don't contact their servers.
      This is just brilliant. I wish I had though of it.

    101. Re:Yup by krotkruton · · Score: 1

      Well, I'll sort of let you weasel out of it. You're still dancing around the issue. The issue at hand is whether or not IP address alone is enough to identify a person. You sort of agree that it's not, but then try to say that it is: If you have enough good evidence, a court will probably agree that an IP address can identify a person. Clearly, if you have "enough good evidence", then you don't have just an IP address. Sure, if you have email activity during that time, online credit card purchases, and other such things, then you've got a decent chance at identifying someone (of course, there's still a lot of ways that could be someone else, but that's beside the point). IP address alone is not enough, and not enough people, including judges, understand that.

    102. Re:Yup by agrif · · Score: 1

      They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      One important thing to note is that in the current IP system, an IP address usually identifies a network only due to a nasty little hack known as Network Address Translation. In the glorious IPv6 future (any day now), all computers should have their own unique address. IPv6 was designed for it, with enough IP addresses for every gram on the earth to have an insane amount of them.

      With that in mind, IP addresses will be able to identify one computer. Given that most computers are used by only a handful of people, and sometimes only one, I would count that as personally identifiable information. However, I agree that you lose the right to a private IP when connect to a server. I think the real issue here is that this information was used without consent from the users. (automatic update)

    103. Re:Yup by fredklein · · Score: 1

      Cute.

      But the fact remains that people expect things to work 'out of the box', so to speak.

    104. Re:Yup by j_166 · · Score: 1

      "did the person keep the computer reasonably up to date?" Up to date? Yessir, I just bought it only 3 years ago. Cost me a pretty penny too. "Can't expect installing patches the minute they are released but at least within a reasonable time span." Nope. Didn't install any patches cause it never got any holes in the case. cup holder works just fine too. "Did the person have anti-virus, anti-spyware or other security software installed, running and kept up to date?" You betcha. Although its funny you should mention about the viruses. I think I caught a virus once and it made my yahoo run slower. Went away in a few days though. "So yes you can hold someone responsible for what they did not do, when it is common knowledge that these things should be done." My computer thinga-majigy doesn't require an operator's license, in fact, at Best Buy they sold it to me as though it was a tv with a typewriter attached that gets the yahoo, so anyway, what were we talking about?

    105. Re:Yup by Anonymous Coward · · Score: 0

      Cute.

      But the fact remains that people expect things to work 'out of the box', so to speak.

      Darned right. I got really upset when my new car just stopped working after just a couple hundred miles. Turns out I have to put gas in the thing like every week or two! Somebody's been giving me a line about having "change oil", whatever that means, but I think it's a scam.

    106. Re:Yup by j_166 · · Score: 1

      And why shouldn't they? That is how computers are sold to them. Face it, computers are treated basically like appliances, which is to say, short of a prohibition from clobbering someone over the head with it, there is not much responsibility expected or implied. That's why when people get sued by the RIAA, they get sued for copyright infringement, not failure to properly operate their computer.

    107. Re:Yup by Atlantis-Rising · · Score: 1

      No, the keyword is "prove" in "prove beyond a reasonable doubt". This means you need to prove something happened, not just show that it's the most likely situation. The burden of proof is on the prosecutor, not the defendant, to prove that something happened. Being in your house when a crime was committed does not prove that you committed that crime.

      I have to disagree. The prosecutor has provided proof that you were there. It may not be iron-clad proof, but it's still proof. If you were in your house when the crime was committed, you can't prove anyone else was there, and the crime was committed from your house, what reasonable doubt exists that you did not commit the crime? The fact that a theoretical person could have done it? That's not reasonable. There is no evidence to support that doubt.

      If my wife and I are the only ones home and she gets murdered, there needs to be more evidence than "you were the only one there, so you must have done it" to prove that I was the one who murdered her. Again, why should that argument work when it comes to acts on computers?

      If your wife and you are the only ones home and she gets murdered with nobody else around, chances are you're going to get convicted. If you can provide no proof that you were elsewhere or that someone else was there, and they can prove that she was murdered (both postulates are assumed in your statement, and are true in the original case as well), then there exists no reasonable doubt that somebody else could have committed the crime.

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    108. Re:Yup by arminw · · Score: 1

      ...I am glad I will be dead by then.....

      Unless you are over 80 or are planning to jump off a bridge, I would not be so sure of this. The way things are going, this may well be a requirement in the next 10 or 20 years. According to the Bible, at some future time, everybody would be required to have some sort of identifier, without which they may not buy or sell. I am with you in hoping that this time will not come in our lifetime, but I am not optimistic.

      --
      All theory is gray
    109. Re:Yup by wvmarle · · Score: 2, Insightful

      There is a difference between "the device works out of the box" and "the user knows how to use it". Big difference.

    110. Re:Yup by Dragonslicer · · Score: 1

      I'd say there's a difference between "can identify a person" and "does identify a person". I would say that yes, it can identify a person if the evidence is strong enough. Like I said, a single entry in a log could be faked pretty easily by some DDoS bot, but multiple entries, possibly in the logs from two or three different servers, that are consistent with the behavior of a human are probably enough to positively identify the customer account and, if you're the only person living there, you (the hypothetical claim that someone could have cracked into your wireless network has been shot down in court before). Of course I would disagree that an IP address necessarily does identify a person, since there are plenty of reasonable ways to refute such evidence, such as multiple people living in the home, friends frequently bringing over computers, or your own logs showing that other people have connected to your network. Again, as far as a court is concerned, your explanation has to be reasonable, not just theoretically possible.

    111. Re:Yup by Ken_g6 · · Score: 1

      If a router is still a computer, then so is a toaster, a watch, and my television set.

      For once, "Does it run Linux?" may be a useful test here. As it happens, my router does run Linux (BusyBox). Your toaster probably doesn't. Your watch may or may not, but probably doesn't. Your TV set might, if it's new enough, or if you consider a TiVo part of your TV set.

      --
      (T>t && O(n)--) == sqrt(666)
    112. Re:Yup by simplexion · · Score: 1

      A public IP identifies a device.

    113. Re:Yup by Anonymous Coward · · Score: 0

      So logically this cuts both ways right? Does this mean that people no longer need to use anonymizing software for pirating or porn or sedition? Because when the FBI comes knocking you can cite this finding that your IP address is not personally identifiable so their warrant for YOUR computer is not valid.

    114. Re:Yup by JockTroll · · Score: 0, Insightful

      What's your fucking problem? If it saves one life it's worth it, isn'it? No debate /sarcasm

      --
      Geeks are so full of shit that "beating the crap out of them" takes a whole new meaning.
    115. Re:Yup by thunderclap · · Score: 1

      You first. And personally I think it will ruin alot of beautiful bum.

    116. Re:Yup by ta+bu+shi+da+yu · · Score: 1

      An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

      Only if you are using NAT. Then it identifies the piece of equipment that is doing the network address translation - but of course at that point if you can find the IP address that it is translating to then you've identified the network end point. Of course, that's quite unlikely to occur, so the judge's point essentially remains the same.

      --
      XML is like violence. If it doesn't solve the problem, use more.
    117. Re:Yup by Opportunist · · Score: 1

      Hey, why'd you want to contradict the judge? I like that verdict. :)

      An IP address identifies a computer. It's been established. The judge said so.

      That IP-Adresse that infringed on your copyright belongs to this router. You may take it with you for forensics. No, you can't touch any of my other computers, as they are not the ones this IP Address belongs to.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    118. Re:Yup by Opportunist · · Score: 1

      So you, too, are not IPv6 compatible?

      Rats, I should have taken that offer by the guy who offered to rip me a new one.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    119. Re:Yup by Opportunist · · Score: 1

      Talk for your country.

      Stores and similar areas are considered "limited private space" (lacking a better term) here, and there are a few things you can't do there that you could easily do in your own private space (like, say, throw someone out because you don't like his skin color, religion or lifestyle).

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    120. Re:Yup by Opportunist · · Score: 1

      And that's the reason why I'd say some people should not be allowed to use a computer. Yes, "not be allowed".

      We reached the point where thoughtless use of a computer can cause distress and even loss to another person, or the person using the computer itself. From Spam to participation in a DDoS and of course the always popular scams. Being thoughtless causes trouble for others and himself, and thus he should not be allowed to operate such a machine without proper training.

      What an outragous demand, you say? Want a car analogy?

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    121. Re:Yup by clone53421 · · Score: 1

      I'm not omitting that point, I'm pointing out how absurdly flimsy that "evidence that indicates that it was your computer" is.

      Your original post, in which you brought up the question "if it wasn't yours, whose" just serves to illustrate your guilty-until-proven-innocent mindset: this circumstantial evidence indicates that it COULD have been you, so, if it wasn't, tell us who it was! My response: No, that's your job, or PROVE that it was me, because circumstantial evidence or evidence showing it COULD have been me doesn't cut it in this country.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    122. Re:Yup by Dragonslicer · · Score: 1

      Sure, any criminal trial depends on how good the evidence is. I'm certainly not saying that all the prosecutor needs is evidence to show that it might have been you, but if the prosecutor has enough evidence to say that it most likely (beyond a reasonable doubt) was you, you can't just make up a hypothetical explanation against the evidence, you have to give a reasonable explanation. I've already had a lengthy discussion about what may or may not be considered sufficient evidence in this thread, so I won't repeat it here. I would say that the important conclusion from this discussion is that "sufficient evidence" is almost never a simple issue, and we aren't going to come up with any universal rules that the courts don't already have. A lot of this can get very complicated, and that's why courts are run by judges and not computers.

    123. Re:Yup by Anonymous Coward · · Score: 0

      Lot's of nonsense here. Is there is a direct map between IP address and an individual is the central issue. Not any more than license plate and driver. License plate identifies the owner, which is not necessarily the driver. Since the law is concerned about the driver at the point of infraction, the burden is on law enforcement to make that link (the driver was the owner at that time in the car) and not use that as prima facia evidence to ransack somebody's possessions. No, the judge need not understand routers and bridges to make this determination.

    124. Re:Yup by clone53421 · · Score: 1

      An IP address plus logs is just that, though: evidence to show that it might have been you.

      Any number of things could have happened wherein it wasn't you: either your computer or your network could have been used in any number of unauthorized ways.

      Look at it from this point of view: If I run a WEP-encrypted network and you're trying to pin something on me that I claim I didn't do, and you're successfully able to pin it on me based on the argument "well, we know it came from your house, so who else could it have been?", I now know how to commit later nefarious deeds: just set up a laptop with Whoppix, find a WEP-encrypted network and crack it. It'll be traced back to the owner of the network, and we've already established that they have to prove it wasn't them. Right? Cause your IP logs prove beyond a reasonable shadow of a doubt that it was them?

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    125. Re:Yup by Dragonslicer · · Score: 1

      That's the thing, courts have already stated that a hypothetical "could have been" does not in itself create reasonable doubt. Saying that aliens from Neptune planted the evidence against you will just get you laughed at. If all you have to refute the evidence is a hypothetical but unlikely scenario, you won't help yourself, and the court's decision will be based on the strength of the presented evidence (which I've already discussed enough here).

    126. Re:Yup by krotkruton · · Score: 1

      If your wife and you are the only ones home and she gets murdered with nobody else around, chances are you're going to get convicted. If you can provide no proof that you were elsewhere or that someone else was there, and they can prove that she was murdered (both postulates are assumed in your statement, and are true in the original case as well), then there exists no reasonable doubt that somebody else could have committed the crime.

      No. Just, no. There needs to be more proof to convict someone of murder (and there should need to be more proof for any crime, imo). Where's the murder weapon? The motive? A witness? If you were a juror and the prosecution's only evidence was a lack of any except that the man was home alone with his wife, would you really be comfortable convicting that person of the crime? You're jumping to conclusions, and that's the problem with people taking IP addresses as proof of an individual's actions. There are plenty of ways that IP addresses can be hijacked (I don't feel the need to go into them as they have been listed many times), so more care should be taken before assuming that a person is the same as an IP address.

    127. Re:Yup by clone53421 · · Score: 1

      Totally unfair. Unlikely things take place every day.

      What you're saying is that, basically, any random person could do the unlikely (break into someone's WEP-encrypted network) and commit crimes which would be pinned on the network's owner. And that's totally okay, because hey, it's very unlikely that anyone broke in, so it must have been them.

      I don't know what "presented evidence" you have in mind, but merely showing that my IP address was involved in a crime is circumstantial evidence and any sensible court (and I'm rather doubtful that many courts will be sensible; try convincing 12 random individuals that Mr. "expert" is talking out his ass when he says his logs PROVE that I did something) will not be swayed. As I said, not very likely. You're basically screwed.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    128. Re:Yup by Atlantis-Rising · · Score: 1

      The problem is you have provided no reasonable doubt to suggest someone else did it. Your argument, without any supporting evidence, that 'someone else did it', is not sufficient.

      There is no reasonable doubt.

      --
      "It is possible to commit no errors and still lose. That is not a weakness. That is life." -Peak Performance
    129. Re:Yup by Epsilon+Moonshade · · Score: 1

      Oh god yes. I hear this at least two or three times a week, selling computers at a retail location. The only thing worse is when you tell someone "You're getting this new computer - you should get antivirus software. The crap it comes with is a 60 day trial, and you're not really going to be protected if you don't get -something-."

      And then three months later, they roll in with "Fix my computer! It's broken!"

      "Sure! We'll fix it for $170. $200 if you want us to install antivirus software for you."

      And then the teeth gnashing, anger, railing about how "it should just work"... and then the payment, because they want their internets back. And relating these stories still doesn't affect the people too cheap/stupid to get it when it's recommended to them when they're buying the thing.

      +1 for truth (I have mod points, but I wanted to pipe in on this discussion)

      (Note, since this has come up before: Yes, us here on ./ are typically savvy enough to use some sort of free(or paid) antivirus and remove any crap that ends up on the computer despite it. But if you think those prices are steep for the regular computer user, you haven't dealt with them before - consider it an idiot tax, if nothing else)

    130. Re:Yup by KingBenny · · Score: 0

      patience, in about 20 years, this kind of people will be almost extinct. Sad to have to put them in one category but they are getting dangerous because they do indeed not understand one single bit (let alone a whole byte so i guess their word means nothing) about the present day and the way the world is run. They're just scared. Really i mean it, someone should take time to write a 'welcome to 2009 course for dummies'

      --
      Free speech was meant to be free for all... how can anyone grow up in a nanny state ?
    131. Re:Yup by Anonymous Coward · · Score: 0

      Contradict just means to take a contrary position. The multiple definitions of contrary allow for the word to be used accurately in this context, in the sense that the opinions are opposite of one another. It does not necessitate, however, that those opinions cause any sort of conflict.

      In other words, they are contradictory in the sense that they stake opposite positions, but not in the sense that one opinion will overrule or clash with the other.

      You need to spend some serious time reviewing the definitions in your undergraduate logic textbook.

      You did take and pass the course, did you not?

      If not, it's never too late, so get crackin'.

    132. Re:Yup by Anonymous Coward · · Score: 0

      Gaddammit, I paid $200 for this 'Winders XP' thing. Now you're tellin me I gotta 'Update' my 'Patches' and thingerwhoose why whatzits?? Anti-spy ware? What am I , a secret Agent? I paid a lotta money for it! It should just work!! I shouldn't have to buy anything else! I shouldn't have to READ anything. It should work right when I plug it in!!

      (If you think I'm exaggerating, you don't work in techsupport or any kind of Customer Service).

      You sound like my GF does when she experiences a technical problem that will cure it self if she'd just refresh the web browser. I may not work in tech support for a living but I am intimately aware of the bitching when the damned computer of hers isn't working the way she expects it to.

  2. Anonymous Coward by Anonymous Coward · · Score: 2, Insightful

    Addresses aren't personal information! They point to a house or an apartment, not a person!

    1. Re:Anonymous Coward by Anonymous Coward · · Score: 0

      The summary leaves out the important word 'identifiable'. The judge did not, as revealed in the very next sentence of the fucking summary. Learn to read.

    2. Re:Anonymous Coward by Nutria · · Score: 1

      Addresses aren't personal information! They point to a house or an apartment, not a person!

      Correct. But (just as with IP addresses, iff ISPs store dates and times in their MAC/IP logs) it point investigators in the right direction.

      --
      "I don't know, therefore Aliens" Wafflebox1
    3. Re:Anonymous Coward by mea37 · · Score: 1

      I have to suspect GP was being sarcastic; and if so he/she has a point.

      The question in this case wasn't whether an association of an IP to an activity could stand as evidence that a particular person was involved in that activity - TFS's attempt to draw that connection notwithstanding.

      The question in this case was whether an IP address constitutes personal information per MicroSoft's privacy policy. The judge ruled no because the IP identifies the computer, and so doesn't directly identify the person.

      As GP notes, a street address doesn't directly identify a person either. At best it identifies the place a person lives. But maybe it identifies a place where a family lives. Or maybe it identifies a business. And on and on.

      HOWEVER, an address can, in many cases, be treated by the law as personal information subject to protection. HIPAA's privacy regulations, for example, are often interpreted to apply to any information from which identity could be inferred - even imperfectly, even "some of the time". So at least according to some companies' legal departments, a small-town ZIP code is sometimes considered sensitive from a privacy standpoint. (Note that there is no wealth of HIPAA lawsuits from which to draw "official" interpretation of these regulations, so companies tend to fend for themselves in figuring out what their obligations are.)

      So I would argue that the judge's logic doesn't generalize. The real forward-looking solution is a clarification in companies' privacy policies.

    4. Re:Anonymous Coward by amicusNYCL · · Score: 1

      Or a business, or a phone, or a satellite card, or a router..

      Regardless, some courts seem to think that they can in fact identify a single person. That's the entire basis of the RIAA's lawsuits, that downloads originating from a certain IP address implicate a specific person.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    5. Re:Anonymous Coward by catmistake · · Score: 1

      Photographic identification cards aren't personal information! They point to a photographic representation of a person, not a person!

    6. Re:Anonymous Coward by Anonymous Coward · · Score: 0

      But the association between an address and a person is private information! Or at least should be. There should not be an assumed right to sell my name in conjunction with an address or in any other way use any information about me as a person together with an address.

  3. Sure, it's not personal at all by AtomicDevice · · Score: 5, Insightful

    If this is true, I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people. Or what about phone numbers, that really only identifies my phone, not me the individual. And when you stop to think about it, my email is really just a code so the mailserver knows where to put some bytes it receives, it doesn't really have anything to do with me.

    --
    Ze Atomic Device! It iz Ztolen!
    1. Re:Sure, it's not personal at all by Presto+Vivace · · Score: 1

      good analogy.

    2. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 3, Interesting

      I feel as though your tone is completely sarcastic, but perhaps it isn't. However, yes indeed your license plate and address are not personal information with an implicit right to privacy. They are public records. I can go to the DMV and look up your license plate to get owner information, and I can go to your local municipality and get owner information about your address. Do you get where this is going?

    3. Re:Sure, it's not personal at all by Reason58 · · Score: 5, Insightful

      A license plate, street address and phone number are both unique and tied to a specific person until the person chooses to end that connection. An IP address (dynamic) is randomly assigned to a user and then changed with little or no control from the user's end. This isn't IPv6. Everyone can't be issued a permanent address when they sign up for an ISP.

      Beyond that, you are aware that cars and the like can't be ticketed, right? If you run a red light and are caught on camera they have to be able to determine who is driving the car for it to be valid. Simply having the plate will not work. The same does not apply to IPs, however. They do not have to prove that it was actually you who committed the act, only that at one point in time you had been randomly assigned that IP.

    4. Re:Sure, it's not personal at all by idontgno · · Score: 2, Interesting

      And the network equivalent of the "It was my car, but I wasn't driving" defense is "someone haxx0red my (system|network)". Or, maybe, the "secure my wireless network? what do you mean?" defense.

      Historically, how well has the "I wasn't driving" defense worked out?

      --
      Welcome to the Panopticon. Used to be a prison, now it's your home.
    5. Re:Sure, it's not personal at all by wtfamidoinghere · · Score: 4, Insightful

      Addresses are not personal. They can be connected to you in some ways, but are not personal per se. For instance, when you get a bill by mail, you have the mail address AND the person name to whom the service is registered. Imagine a situation like this: gunshots are reported as being shot from address x; does that automatically implies the owner did the shooting?

      License plates and phone numbers are more or less the same. I'm sure you can come up with some examples of your own to illustrate.

      As for your email, that one is on a diferent level. With email you're supposed to have identification AND authentication. (name + password)

    6. Re:Sure, it's not personal at all by selven · · Score: 1

      So license plates and addresses frequently change, often without the consent or even knowledge of the user? There are services which allow you to randomize your car's license plate every time you take a drive? Apartment buildings frequently change the numbers of the apartments inside them?
      IP addresses are much less fixed than anything that represents a physical object.

    7. Re:Sure, it's not personal at all by cbiltcliffe · · Score: 1

      He already did. Read the part about the licence plates identifying cars....

      --
      "City hall" in German is "Rathaus" Kinda explains a few things......
    8. Re:Sure, it's not personal at all by Trojan35 · · Score: 1

      While that is true, I'm betting your phone number, license plate, and email address do not change on a monthly basis.

    9. Re:Sure, it's not personal at all by TheCycoONE · · Score: 1

      He did

    10. Re:Sure, it's not personal at all by Hokie06 · · Score: 1

      That information by itself is not personally identifiably. It needs to be tied together with other information in order to identify an individual.

      I can randomly write down license plates I see all day. If I don't have access DMV records than I have no idea who is driving that car.

      I am not saying what MS did is right. But an IP address in of itself can't identify a person.

      --
      Kilroy was here.
    11. Re:Sure, it's not personal at all by gcatullus · · Score: 5, Insightful

      Depending on state law (at least in the US) you can be ticket for certain things on the basis of license plate. You can be ticketed as the owner of the vehicle. The most obvious ticketing here would be for parking. The meter maid doesn't care who parked your car by the fire hydrant. you will still have to pay fines. This is the same principle as charging the owner of an internet account for nefarious deeds done using an IP address that was assigned to him.

    12. Re:Sure, it's not personal at all by moon3 · · Score: 1

      Bad analogy. Internet is not a car. After your grandma clicks smiley that installs Trojan to serve some terrible content, virus that does spam, DOS or similar thing from your IP. Then your family might be investigated by authorities.. you will then thank that good Judge, the Jury and the God almighty for this very resolution.

    13. Re:Sure, it's not personal at all by 0racle · · Score: 1

      I purchased a static IP, it is as unique and identifies me as much as my address and my license plate identify myself or my wife. ISP records can also correlate IP's to customers again identifying you as closely as your address identifies you.

      --
      "I use a Mac because I'm just better than you are."
    14. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      This is not only a legal issue but a practical one. One common defense from an RIAA suit is to claim someone else in the house used the computer. This may actually be true in the case of families where the head of the household in not the major computer user. Of course this is only a slight variation of the standard argument every defense lawyer makes SODDI (Some Other Dude Did It).
      Like all such defenses its believability depends on the totality of facts in the case.

    15. Re:Sure, it's not personal at all by Duradin · · Score: 1

      RICO would disagree with your argument that objects can't be charged/ticketed.

      It allows objects to commit crimes and since objects have no rights they can be seized without due process.

      Anyone could stick your address as the return address on anything they send. There's nothing physically stopping them from doing so. Also, it doesn't really matter when you stop using an address since their will still be mail sent to that address that should have been yours but is now the current occupant's. Same idea with cars, you do a person to person sale and it can take awhile for the ownership change to work through the system. Hell, a lot of people buy cars just because they still have valid tags with a normal number.

    16. Re:Sure, it's not personal at all by dilute · · Score: 1

      Yeah, I got a ticket because someone who was driving a car with my plate number went through a light and the plate was automatically photographed. Now I have an airtight defense! Whoopee!

    17. Re:Sure, it's not personal at all by FredFredrickson · · Score: 1

      I can randomly write down license plates I see all day. If I don't have access DMV records than I have no idea who is driving that car.

      I must point out, that even with the DMV records, you've got no idea who are driving the cars still. You just know who has registered them.

      --
      Belief? Hope? Preference?The Existential Vortex
    18. Re:Sure, it's not personal at all by thrillseeker · · Score: 1

      the network equivalent of the "It was my car, but I wasn't driving" defense is "someone haxx0red my (system|network)".

      it seems like an an obvious defense since it's a trivial hack.

    19. Re:Sure, it's not personal at all by SydShamino · · Score: 1

      Beyond that, you are aware that cars and the like can't be ticketed, right? If you run a red light and are caught on camera they have to be able to determine who is driving the car for it to be valid. Simply having the plate will not work.

      Here in Texas, the owner of a car that goes through a toll booth receives a bill in the mail, and is required to pay it, regardless of who was driving the car. I'm not sure if this has been tested with a stolen car, but I know it has been with a car that was sold but not yet transferred with the state.

      --
      It doesn't hurt to be nice.
    20. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      so now when the riaa comes knocking at your door saying they have proof of your infringement identifying an ip as yours offer to allow them to take the computer into court and fine it. this defense may encounter problems if you bank online because that computer has access to that account and can withdraw funds.

    21. Re:Sure, it's not personal at all by MightyMartian · · Score: 1

      I think the "it's my car, but it wasn't me" is a valid defense, and why I so loathe red light cameras and photo radar. All an investigator can say from either of these is that a specific car was captured on film. The likelihood might be great that the accused was driving the car, but unless there is corroborating evidence, there's reasonable doubt.

      The same applies to an IP address. Even if you can identify via DHCP logs that the MAC address in question was given that specific IP, you're identifying a device (at best).

      --
      The world's burning. Moped Jesus spotted on I50. Details at 11.
    22. Re:Sure, it's not personal at all by Nutria · · Score: 1

      I purchased a static IP, it is as unique and identifies me as much as my address and my license plate identify myself or my wife.

      But that's the key.

      If a cop sees a car with your license plate is used in a crime, then they'll naturally come after you. But if you and your wife have reasonable alibis, then it's reasonable to assume that the car might have been stolen (especially if there's a big gash in the steering column).

      Anyway, a static IP address identifies you as the person who's responsible for the bill. Everything after that is conditional.

      Do you live alone, and there's no wireless router? Do you use Windows? Maybe your computer was hacked and you're PC is part of a botnet. Do you use Linux? Then it's probably you.

      But if you live with 2 or more people, and there a wireless NATting router, and one or more of the people you live with are computer geeks, then there's no way on God's Green Earth that a static IP address can uniquely identify you.

      It can only point to your physical address. And tell the cops where to start looking...

      --
      "I don't know, therefore Aliens" Wafflebox1
    23. Re:Sure, it's not personal at all by fredklein · · Score: 1

      I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people.

      I have 6 people living at my address. Which one do you want?

      If I had a car, at least 3 of those 6 people could be driving it. Which one do you want?

    24. Re:Sure, it's not personal at all by AK+Marc · · Score: 1

      If this is true, I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people.

      That's incorrect. I have filed official government documents, signed, with my name and license plate on them, identifying me as the person responsible for that car and the associated plate. It's called "vehicle registration." It's an official government document. My IP is some randomly handed out number that isn't even tied to a computer. It's tied to a subscriber line, and that's usually run into a router running NAT, so the IP that "identifies" the person, as you imply, is not assigned to any user computer at all.

      Or what about phone numbers, that really only identifies my phone, not me the individual.

      That depends. If it's a cell number, it's presumed that the number is personal. If you didn't make the call, you were probably in the room with the person that was. That's a reasonable expectation. However, there are multiple people living in my house. There are guests. I have only cordless phones, so they could go to the bathroom and use the phone and I'd never know. Heck, I have long range ones, I can be three houses over and making calls. And I lost a cordless phone a while back (we think the couch monster ate it), but for all I know, a neighbor is calling in threats to the president and I'll get my door broken down any minute. But again, it's tied to a house, not a person. The person who has the name on the account will get some grief, but it isn't anywhere near proof they made that call unless they live alone and don't have visitors.

      And when you stop to think about it, my email is really just a code so the mailserver knows where to put some bytes it receives, it doesn't really have anything to do with me.

      But there, to get it, you need a password and such. So again, it is more closely tied to an individual. And a reasonable person would assume that you didn't share your email, or only did so with a limited number of people you were familiar with (like hubby and wife sharing a single account), so you would still be responsible. That's still different from a non-identifying number assigned to a subscriber line that wasn't designed to identify a person and wasn't designed to be secure in its identification. It can be hacked, spoofed, shared, and isn't tied to a person at all.

    25. Re:Sure, it's not personal at all by joocemann · · Score: 1

      This post is not true for the following reasons:
      1) Your car/license pops up on speed camera. The registered owner, the person responsible for the car, will receive a ticket in the mail. That person is being charged w/ the crime. You are also asked that if you were not the driver of the car you are responsible for, that you identify the person who was at that date/time. This is real. What you said about how you can't get ticketed is simply false. In 2004, my company, who had rented a car to me, had been passed a traffic-camera ticket from the registered owners (the rental agency), they in turn passed it on to me... And guess what, I was driving the car at the time and the exchange of information as to who was actually operating the vehicle at the time was apparent. GUILTY. (The ticket was like $120)

      2) Its not like you're randomly assigned an IP. IP addresses have specific ranges that apply for different regions/ISPs/etc. So that narrows it down from 'random' to some much more likely probability since you're connecting to the same ISP with the same range of IPs to hand out. Secondly, and I would *hope* this is how it works in law, it isn't as simple as having had that IP "...at one point in time..." but rather that you had it at *THAT* point in time. It would not really hold logical weight, in court, to charge a previous owner of a car who had sold it in 2001, for a speeding infraction that happened in 2008 simply because he had had the license/registration at one point in time.

      Anyway... Your post is not 5-Insightful, but rather 2 or 1 - misleading and wrong.

    26. Re:Sure, it's not personal at all by AK+Marc · · Score: 1

      Historically, how well has the "I wasn't driving" defense worked out?

      It works out great if you can identify someone else that was. If you say "I loaned my $20,000 car to a complete stranger and don't know what they did with it, but they brought it back 5 hours later fully gassed" they will think you are a liar. They apply the "reasonable man" standard, and reasonable men don't loan their car out to strangers who do not identify themselves. But Interent? I'll loan that out to a stranger without ID. What do I care? It's not like he can hurt me by downloading something. So a reasonable man probably wouldn't take the same care with a personal network as they would with their car.

    27. Re:Sure, it's not personal at all by cayenne8 · · Score: 1
      "Historically, how well has the "I wasn't driving" defense worked out?"

      Fairly well in many of the red light and speeding camera cases. The ones where they don't/can't take a picture of the drivers face..

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    28. Re:Sure, it's not personal at all by Reason58 · · Score: 1

      I don't think that a parking ticket is a proper analogy (though I do commend you for using a car). A parking ticket doesn't go on any record, and you pay $25 or whatever the fine is and you are done.

      You IP being used as proof of identify can cost you pretty much your entire life as we have seen time and again in RIAA/MPAA cases.

    29. Re:Sure, it's not personal at all by Svartalf · · Score: 1

      That's how NTTA, HCTRA, and TxDOT is running it right at the moment, but nobody's been in a position that it would be worth the trouble to run the defense up the flagpole. It's cheaper to pay the toll in question and go on. Seriously.

      Heh... Why run the toll booth anyhow? It's cheaper to go get a pre-paid TxTag or to get a TollTag than to run the booths or do ZipCash- by about 30% now, and 45% soon...

      --
      I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
    30. Re:Sure, it's not personal at all by NervousNerd · · Score: 1

      Yeah, well my IP address is 127.0.0.1.

    31. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      You can also be ticketed for speeding or running a red light soley on the basis of license plate. There was a story not too long ago talking about how a bunch of irate teens taped the license plate numbers of their teachers to their cars and drove past a traffic cam. The city had an automated system set up to send tickets to any license plate number caught speeding.

    32. Re:Sure, it's not personal at all by zarmanto · · Score: 3, Informative

      I think the "it's my car, but it wasn't me" is a valid defense, and why I so loathe red light cameras and photo radar. All an investigator can say from either of these is that a specific car was captured on film.

      Quite so... and in some jurisdictions, red light cameras can be disputed very readily, specifically because of this issue. If your car is caught running a red light, and your teenage kid was the one driving the car, then the ticket can be invalidated by a very simple process: You (as in, the vehicle owner) sign a notarized affidavit stating that you were not the person driving the vehicle at the time of the traffic infraction, and you mail that back to the address indicated on the ticket that was mailed to you. The ticket is immediately dismissed without question.

      Of course, in my example above (and frankly, in most cases) the owner of the vehicle knows perfectly well who the driver of the vehicle was... so the premise behind these mailed out tickets is that the owners outrage at the person who ran through the red light is going to exceed their outrage at the system which misidentified the owner as the person who violated the law. So the number of people who avoid the fine by taking the trouble to actually get a signed affidavit is likely negligible compared to the profitability of the cameras overall.

      (Unfortunately, I can't really find a good way to relate all of that to the primary discussion about IP addresses...)

    33. Re:Sure, it's not personal at all by Reason58 · · Score: 1

      I was going off my state laws, California. California has more cars and trucks than any other state in the country by a huge margin. If other, much smaller states have different laws then I can't speak to that.

    34. Re:Sure, it's not personal at all by furby076 · · Score: 1

      license plates and addresses are not personally identifying information. They can point you to where someone is but just because a license plate or an address was involved in illegal activity does not mean the people associated with it are involved. Someone who had their car stolen (or say their network hacked) and that car (or network) was used in an illegal activity does not mean the owner of said car (or network) was complicite in the crime in anyway.

      The use of IP address is to help track someone. So we know the crime came from IP xx.xx.xx.xx. Ok we go there and find out it was grandma who does not have the expertise, or motive to do the crime. She is innocent....oh but we do investigation and find out her grandson used to work for said company and was just fired. Like all things in life things are situational - i hope the brief is well written.

      --

      I do not support "The Man". I also do not support your irrational stupidity
    35. Re:Sure, it's not personal at all by value_added · · Score: 1

      A license plate, street address and phone number are both unique and tied to a specific person until the person chooses to end that connection.

      That's a fair summary, and far better than uncessarily mixing in technical terms like "network endpoint" which is domain-specific.

      An IP address should more correctly be identified as a lease, or more generically, an assignment. Hardly a legal term, but it'll do for most discussions.

      A house address can, therefore, be viewed as an assignment of a given plot of land to a mortgage holder, an apartment address is an assignment to a renter, and a license plate is an assignment to a person owning a given car.

      Any or all of those "can" be considered personally identifiable. But without taking into account the terms of the assignment (date and time, duration, terms, and ultimately, usage), those assigments can be meaningless. A room assignment in a Las Vegas hotel room may be proof of blackjack and hookers, or it could be proof of nothing at all.

      Why that's obvious in certain contexts (LEA officials using a given "last known address"), but not judges in RIAA cases, is anyone's guess.

    36. Re:Sure, it's not personal at all by Bigby · · Score: 1

      What does that matter?

      You cannot prove down to an individual person, something that was done on the Internet with only an IP address. That IP address does not point to a person. It points to a computer/router. Now if they want to say that device committed the crime and that the owner must pay the penalty, then so be it. This is like a car committing a violation by being in an illegal parking spot...the owner is fined.

      However, when does the responsibility of the device/medium get removed from the owner? If my someone on my property (land, real estate) shoots someone, who is responsible? The property (and therefore the owner), the shooter, the gun (and therefore its owner), or the bullets? What about a speeding car? DUI?

      In terms of a violation/fine, an object can very well be the committer. However, for a full-fledge crime, if you cannot pin it on a single person(s), then you should have no case. That includes 100% of Internet crimes, because there are no Internet violations (to my knowledge).

    37. Re:Sure, it's not personal at all by dzfoo · · Score: 1

      An IP address is tied to an account at the access provider, that account is tied to a specific person in the same way that license plates and phone numbers are.

      The same way that you may receive a driving violation ticket on the mail from an automatic red-light camera system, and then must contest the fact that it wasn't really you driving; so the IP address can be used in the same way.

      It is becaues of this why any reasonable person would consider it personally identifiable. If it weren't, then it means that there is no correlation between the IP address and the account holder, which has other legal implications.

      Actually, I don't think that may be such a bad thing.

              -dZ.

      --
      Carol vs. Ghost
      ...Can you save Christmas?
    38. Re:Sure, it's not personal at all by rliden · · Score: 1

      If this is true, I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people. Or what about phone numbers, that really only identifies my phone, not me the individual. And when you stop to think about it, my email is really just a code so the mailserver knows where to put some bytes it receives, it doesn't really have anything to do with me.

      There is an important difference. You ISP can change your IP address anytime it wants to without warning, unless you have purchased an agreement for a static IP. Even when they do that it doesn't adversely affect other networks ability to contact you. You analogy breaks down because the address and location system for a network, including the internet is much more complicated than a single IP address. Routers, switches, and the MAC address for every device on the network are also part of that, not just IP address.

      --
      Don't think of it as a flame, more like an argument that does 3d6 fire damage.
    39. Re:Sure, it's not personal at all by Volante3192 · · Score: 1

      Now, what if someone stole your rental and ran the red light?

      Let's change that anecdote accordingly:

      In 2004, my company, who had rented a car to me, had been passed a traffic-camera ticket from the registered owners (the rental agency), they in turn passed it on to me... But car was stolen before the ticket was issued. I was able to contact the local police and get a statement saying I was not in posession of that car at the time the red light was run. Since the actual identity of the driver could not be apparent, the ticket was junked. NOT GUILTY.

      What you're missing is the licence plate or the IP gives a jumping off point. It's simply Wikipedia. Sure, it looks like a duck, and it's quacking like a duck, we're pretty sure it's a duck...

      But you don't use Wikipedia as a source. You actually have to do work and confirm facts rather than just copy/paste the article. And on closer inspection, sure, it might 90% of the time be a duck, but it might also be a stuffed duck with a button on its belly that you can press to make quack noises.

      The licence plate gave the police a jumping off point. It went to the rental place, who knew your company rented it. Your company gave it to you, because they knew you were there. But if you can prove it wasn't you, and instead some stuffed, battery powered duck, you're off the hook.

    40. Re:Sure, it's not personal at all by Volante3192 · · Score: 1

      That's incorrect. I have filed official government documents, signed, with my name and license plate on them, identifying me as the person responsible for that car and the associated plate. It's called "vehicle registration." It's an official government document.

      That just means whenever something happens involving your car, you're the first they come to.

    41. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      An IP address works exactly the same way, its just potentially a smaller window. I say potentially because even with a dynamic address on roadrunner, I went a good two years with the same IP.

      An IP address is just as good as a phone number -- It goes from useless to perfectly valid targetting info, all you need to do is add an exact time and good logs on the {ISP|PHONE COMPANY} end.

      It doesnt matter if 50 other people had your ip in the same day, if the crime was comitted at 12:05:32 pm on Jan 17th 2006, and the isp logs show that at that exact time the ip belonged to a specific modems mac address that was currently leased to a customer at a certain address.. I'd say thats exactly as identifiable as a phone number or license plate.

      Of course you should still gather some more info to tell which potential user in the house was using it, but thats what search warrants are for.

    42. Re:Sure, it's not personal at all by Thaelon · · Score: 1

      This is the same principle as charging the owner of an internet account for nefarious deeds done using an IP address that was assigned to him.

      Woah, woah, woah! Slow down a minute here. A license plate is a tangible thing issued to you, usually in person, or mailed specifically to you. And you're required by law to have it affixed to your tangible vehicle. A vehicle that you presumably own and are thus rather responsible for. And there are laws against stealing another person's plate, hiding, obscuring, or removing your own. You'll be actively reprimanded for any violations regarding your license plate. An IP address on the other hand, is often handed out willy nilly by a completely automated machine, and you need never know it exists to use your computer, or even the internet. And there are no laws I'm aware of regarding its use, or restrictions regarding its assignment to you. The similarities between the two are entirely superficial.

      --

      Question everything

    43. Re:Sure, it's not personal at all by CarpetShark · · Score: 1

      the network equivalent of the "It was my car, but I wasn't driving" defense is "someone haxx0red my (system|network)"

      It's a bit different actually, since you can't be naively driving a short mail message to someone in your car, whilst 20 other people drive your car in ram-raids and getaways downtown.

    44. Re:Sure, it's not personal at all by cmarkn · · Score: 1

      Last year the newspaper was full of stories about how the new traffic cameras were going to make those intersections so much safer and save hundreds of lives every year. Well, it worked.

      Now they are quietly shutting down the cameras because the number of tickets being issued at those intersections plunged so far that the city budget was badly affected. Now it's back to the cop's word against yours, and no photo evidence.

      --
      People should not fear their government. Governments should fear their people.
    45. Re:Sure, it's not personal at all by Xtifr · · Score: 1

      And what if your car was parked in front of a hydrant and there was a fire and six people died because the fire department couldn't get access to the hydrant quickly enough? I think you could be in pretty big trouble for that.

      I mean, as long as we're stretching out analogies.... :)

    46. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      Your IP address doesn't identify you at all. As many other have pointed out, your IP address identifies your computer, or more likely these days, your wireless router.

      Wireless routers are not particularly difficult to hack, and many people leave them totally unsecured.

      If I get onto your wireless network and download movies illegally, and then you get charged with the crime, will you still say that your IP address uniquely identifies you? "Go ahead your honor, send me to Federal Pound Me In The Ass Prison. I don't remember downloading those movies, but I guess if they were downloaded from my IP address then I am guilty."

      All the IP address does is narrow down the possible list of suspects to those in your house if you have a single computer or a wired network. If you have a wireless network, then anyone who has been near your house is also a suspect, and that really could be anyone. Hell, it could have even been me.

    47. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      Except that in several places, regarding red light cameras, the argument has been made that unless the camera could positively identify the person driving the car, that the results were null and void, as red light running was assessed against the *person driving*, not the vehicle.

    48. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      The parking ticket may not be apropos, but the GP's example was somewhat apropos. IANAL, but if someone were to die in a fire and your car was parked in front of a hydrant that the fire department could have used to save that person, you'd probably face criminal charges or a civil suit from the victim's family.

    49. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      An IP address (dynamic) is randomly assigned to a user and then changed with little or no control from the user's end.

      ipconfig /release
      ipconfig /renew

    50. Re:Sure, it's not personal at all by Dragonslicer · · Score: 1

      And what if your car was parked in front of a hydrant and there was a fire and six people died because the fire department couldn't get access to the hydrant quickly enough? I think you could be in pretty big trouble for that.

      Unless your car is a tractor-trailer, I would expect them to just plow it out of the way and send you the bill.

    51. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      That assumes a person was given permission to use your car. If your car was stolen, you are not responsible for citations or damages. It does not matter if you leave the car unlocked with the keys in it, a stolen car is a stolen car.

      However, prior to this ruling, a person is held liable if someone uses their network for criminal use. And some suggest you should be guilty of negligence if you dont take proper steps to secure your network/computer.

    52. Re:Sure, it's not personal at all by mcgrew · · Score: 1

      I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people

      Key word here is "usually", and I have a personal gripe about that. I loaned out my car, now I got a parking ticket. I didn't park illegally, but I still have to pay the ticket. Last time I let the bitch borrow MY car.

      And phone numbers? I don't have to pay minutes, so I'll let anybody in the bar use my phone as long as it stays in sight. If somebody uses my phone to set up a dope deal or arrange a murder, I'm responsible?

    53. Re:Sure, it's not personal at all by rift321 · · Score: 1

      ..."It was my car, but I wasn't driving"...

      Be careful with this kind of analogy. It can easily lead to legislation requiring internet users to take reasonable ownership and responsibility for their home network. It would be like giving the RIAA a guilty until proven innocent stance against filesharers: until the defendant could prove that a third party used extreme measures to break the security of their home network, then they are responsible for the actions taking place on their personal network.

    54. Re:Sure, it's not personal at all by Naturalis+Philosopho · · Score: 1

      Your post was cogent, entertaining, informative, and it had a duck! And me without any mod points... it's like the credit card thread under this topic. It's linked to you as a person, but doesn't identify you. I've been able to have fraudulent charges reversed due to this. When I purchase things in real life I have "see ID" written on my card instead of my signature, that way it puts the onus on the merchant to ask for a drivers license which does identify me rather than relying on the card which simply means that I'm a guy with a piece of plastic in my wallet. It's splitting hairs to separate "identifying" from "personally identifying", but that's what the law's mostly about these days anyway, right?

    55. Re:Sure, it's not personal at all by joocemann · · Score: 1

      And so it comes down to then asking those responsible people to testify as to who it was. In your anecdote, the car-thief did it and afaik the case ends there. I know you don't prove yourself innocent, and rather you are supposed to be proven guilty. And you can't be forced to testify against yourself --- but in this case if you will not admit responsibility for the actions identified to be attributed to the hardware you own or are responsible for --- then you should at least then be subpoenaed to identify, within your knowledge, who DID do it with YOUR network/computer/router/etc (that you've been identified to be responsible for).

      And yes, I agree that the IP alone isn't sufficient. But on the contrary, the IP though not sufficient on its own, is still relevant and important.

      I'm now thinking up anecdotes that relate registered weapons to owners and crimes... find gun @ crimescene, contact the registered owner. (Obviously not equating copyright infringement to murder, but rather equating responsibility/identification/crime in parallel arguments as to how a person might be implicated)

    56. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      However, yes indeed your license plate and address are not personal information with an implicit right to privacy.

      Funnily enough the police seems to think otherwise and will send you a speeding-ticket regardless of if that plate was actually on your car or not ...

      (Next to that, if those plates where on your car but it wasn't you driving the burden is on you to proove you wheren't there at all and/or who was driving, otherwise you still have to pay for the violation)

      That something is public information does not in any way change anything to the fact that it can be personal identifiable too.

    57. Re:Sure, it's not personal at all by hmar · · Score: 1

      As a general rule of thumb, I don't let complete strangers in my house, so that argument kind of falls apart.

    58. Re:Sure, it's not personal at all by ion.simon.c · · Score: 1

      An IP address (dynamic) is randomly assigned to a user and then changed with little or no control from the user's end. ... Everyone can't be issued a permanent address when they sign up for an ISP.

      Hio. "Residential" Comcast Cable customer here.
      I had the same IPv4 address for three, four years.. then I moved across town, so yanno, new IP.
      I suppose that I *could* be assigned a new IP address at some point, but I can't see why on earth that would ever happen. If you have an Internet-facing address, and the device connected to the ISP's network is on 24/7, then -unless your ISP's network layout changes- you're going to get handed the same IP, renewal after renewal.

    59. Re:Sure, it's not personal at all by dyingtolive · · Score: 1

      my email is really just a code so the mailserver knows where to put some bytes it receives, it doesn't really have anything to do with me.

      But for that matter, that downloaded song isn't actually a song download, just the instruction received from another computer on how to align the magnetic field on the platters of my hard drive.

      --
      Support the EFF and Creative Commons. The war is coming, and they're supporting you...
    60. Re:Sure, it's not personal at all by AK+Marc · · Score: 1

      Yes. That's exactly what it means. As well as meaning that if my car is used illegally, I can (and I mean can, not will) be personally held responsible. I can't be held responsible as the driver if I wasn't the driver, but I am presumed to be the driver unless I prove otherwise, and I'm responsible for the use of the car even if I wasn't driving.

    61. Re:Sure, it's not personal at all by noidentity · · Score: 1

      This isn't IPv6. Everyone can't be issued a permanent address when they sign up for an ISP.

      Hmmm, does this mean that ISPs will charge more for static IPv6 addresses (though actually put out extra work to randomize the addresses of subscribers who don't pay), or that everyone will have a static address and they'll have to give up making people pay extra for them as they aren't a scarce resource anymore?

    62. Re:Sure, it's not personal at all by AK+Marc · · Score: 1

      As a general rule of thumb, wireless access points are sold with security disabled (though I realize this is changing).

    63. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      Sure, but when someone uses your care you're expected to know about it. Not so with a computer. Lets say you have a family desktop, anyone can use it. You, your wife, your kids, your uncle who came over to visit last week, your kids friends, your mom, your dad, your grandparents, your kid's friend who stopped by, and so on. With a car, they're going to ask first. Sure your wife/kid don't need permission, but anyone else would.

    64. Re:Sure, it's not personal at all by mauriceh · · Score: 1

      It all comes down to what I will call "Commercial convenience"
      If a governmental agency wants to collect revenue, they will easily find judges to support their contention
      that issuing a ticket to a car from a photo radar point is quite acceptable.

      In the case of RIAA suits, or other commercial situations is also clear:
      If the money leads to the IP, the ruling will favour that use.
      If the money leads to not accepting the IP as a valid identifier, that will also be the predominant ruling.

      It all comes down to two rules:
      1) Follow the money
      2) You can't fight city hall.

      It all illustrates what a sham court rulings can be.

      Whatever the "800 lb gorilla" needs will be the law of the land.

      --
      Maurice W. Hilarius Voice: (778) 347-9907
    65. Re:Sure, it's not personal at all by IchNiSan · · Score: 2, Informative
    66. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      However, the IP addresses are tied to a user during the time of the lease. This makes it pretty easy to identify what user (or home network) did what during a certain time using the IP addresses.

    67. Re:Sure, it's not personal at all by Sandbags · · Score: 1

      Yup. And phone numbers don't identify people either, just phones.

      It's already been ruled that a phone number is protected information, and if you have chosen to make it unlisted, it takes a warent to get the phone company to reveal it. Why is an IP any different? It may identify a device (a mobile phone connected online over wifi), it may identify a router (and by extension your address, and thus the head of household or name on the account of the deive), or it might identify an access point in a coffee shop.

      It may be safe to say an IP does not ALWAYS correlate to personal information, but since there's no method of validation, it should be ASSUMED to be protected information until such a point in time as it can be proven otherwise.

      --
      There is no contest in life for which the unprepared have the advantage.
    68. Re:Sure, it's not personal at all by Sandbags · · Score: 1

      Everyone can't be issued an IP, but I HAVE ONE. So MY IP address IS personally tied to me. When I was single, and lived alone, it was even more obviously mine. My IP is also tied to my domain name, and this in a who-is, you can gleam some personal data about me.

      --
      There is no contest in life for which the unprepared have the advantage.
    69. Re:Sure, it's not personal at all by ArcCoyote · · Score: 1

      Where I live, if you get nailed by a red-light or speed camera, the violation is on the vehicle. No points are assessed on your driving record (because they cannot prove it was a certain person) but that vehicle's registration can't be renewed (and may be suspended) unless you either pay the fine or go to court as the owner of the vehicle.

      When your ISP can produce the logs showing a particular IP was assigned to your CPE MAC, which is in turn tied to your account, there is a connection between you and the IP address. It doesn't necessarily identify you or your computers, but you bear some responsibility for it.

      To continue the car analogy, if you leave your network open, that's like leaving your car unlocked with the keys in the ignition. If someone "borrows" it and starts running down pedestrians, the police are going to trace the car back to you by the tags and if they can show you took no precautions (or even encouraged) open use of that vehicle... you might get in trouble!

    70. Re:Sure, it's not personal at all by clone53421 · · Score: 1

      Some ISPs, despite giving you a dynamic IP, will try to reserve the same IP for you for a short period of time based on your modem's MAC address.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    71. Re:Sure, it's not personal at all by clone53421 · · Score: 1

      I'm pretty sure I didn't need this decision for that.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    72. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      valid point but a retort to you sir,

      A license plate or an address might not be personal information, they unlike other identifiable information like credit card numbers or an ip address can have financial reprocussions if data mined.

      Your mailbox doesnt have a firewall, unless you have more money and time than me (and an overactive imagination). Your mailbox does not have a tunnel you can crawl through to access the rest of your home. A router on the other hand does, and because of this I am way more cautious about what goes into my network than into my mailbox.

      just my $0.25 (adjusted for inflation)

    73. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      I'm pretty sure cars and houses cannot be prosecuted. People can. Which means that a PERSON needs to be identified, be it for a traffic ticket, crime, or misuse of an IP address (which as already stated, really only identified which computer/router/network was involved). Not a specific person, which is required for prosecution. I'm not a lawyer, but who's to say:

      1) My kid had some friends over, and any one of 6 people could be responsible of misuse of the IP address.
      2) I had a bunch of people over, and someone accessed the family computer.
      3) Same kid and their friends borrowed the car, without permission, and they covered their face when the traffic camera got them.
      4) I use the community, free Wi-Fi, and someone spoofed my MAC address (unlikely, but possible).
      4) Some malware which was surreptitiously installed without my knowledge, is performing illegal acts behind-the-scenes.
      4) Unidentified thief stole the car, committed some crime and left the scene (and vehicle behind).
      5) The bug eradicator was over, coulda been him?
      6) etc

      How can any of the above be proven BEYOND A REASONABLE DOUBT, as to who the perpetrator was?

      Yes, of course everybody should take reasonable precautions to prevent their property being misused. But what is reasonable? The fact that I locked my car, which was subsequently stolen and involved in illegal activities, should not mean that I personally am held accountable. Yes, license plates, house addresses, IP addresses and so on give an INDICATION of where investigations should begin. But no more than that.

    74. Re:Sure, it's not personal at all by dotgain · · Score: 2, Interesting
      In New Zealand it works similarly, except you must provide information about the person who was driving, or that it was stolen at the time, again in a notarized affidavit. Seems reasonable, barring the theft of it you should be aware of every person that drives your car.

      Say the car was involved in a fatal hit/run or bank robbery, it's not going to do you much good to say that anybody could have been driving your car. Similarly if you left your keys in it and it was stolen, you are somewhat liable for making your car too easy to steal.

    75. Re:Sure, it's not personal at all by dotgain · · Score: 1

      I fail to see specifically which part of the GP's argument you are even refuting.

    76. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 1, Informative

      "I can go to the DMV and look up your license plate to get owner information"

      I believe that you are quite mistaken about looking up personal data, based on a license plate. Maybe that is possible where you live, but it is NOT possible in most states. You must have access to DMV computers to get that info, meaning, you are a cop, or a court officer, or a DMV employee. Joe Blow can't get that info, because he may be a stalker or predator going after some pretty girl he saw at a red light.

      Personally identifiable info can only be had by a private individual or business WITH A WARRANT. The problem is, RIAA and company never gets a warrant, nor are they entitled to get warrants. None of the information in the possession of the ISP should be handed over to these bogus enforcement agencies. NONE.

    77. Re:Sure, it's not personal at all by dotgain · · Score: 1

      Question everything

      Why?

    78. Re:Sure, it's not personal at all by Demonantis · · Score: 1

      You are exactly correct. Even if you have the license plate, it can only be used as supportive evidence. You need to get information identifying the person driving it to charge them. The car can not be charged with a crime. I don't know how red light cameras work, but I suspect they also take a picture of the driver's seat. Same thing with the house address. It can only be used as supportive evidence. Email addresses are not at all personal. It is what ever I want to tell your mail server in respect to the from heading. It could also be redirected to my server if your dns address is poisoned. I think this is great step forward in realistically classifying an IP address. It is completely accurate of what the protocol can do and how it should be treated as evidence.

    79. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      A license plate, street address and phone number are both unique and tied to a specific person until the person chooses to end that connection. An IP address (dynamic) is randomly assigned to a user and then changed with little or no control from the user's end. This isn't IPv6. Everyone can't be issued a permanent address when they sign up for an ISP.

      Beyond that, you are aware that cars and the like can't be ticketed, right? If you run a red light and are caught on camera they have to be able to determine who is driving the car for it to be valid. Simply having the plate will not work. The same does not apply to IPs, however. They do not have to prove that it was actually you who committed the act, only that at one point in time you had been randomly assigned that IP.

      ...and your point being??...

    80. Re:Sure, it's not personal at all by dotgain · · Score: 1
      Shit. Now I'll have to use 127.0.0.2

      Kindly ask before just grabbing my IP, asshole.

    81. Re:Sure, it's not personal at all by mdielmann · · Score: 1

      Now if only it was possible for people to make multiple copies of my car and park them in front of meters, so the analogy would be complete.

      --
      Sure I'm paranoid, but am I paranoid enough?
    82. Re:Sure, it's not personal at all by tinkerghost · · Score: 1

      If this is true, I suppose addresses and license plates aren't personal either, they just identify cars and houses, it's not as though those things usually contain the same people.

      Several states have had rulings that photos of a car's plate violating a law - automated speedtrap, redlight camera, toll booth - are insufficient to issue a ticket to the registered owner of the vehicle since it is impossible to determine from the plate who is driving.

    83. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      BREAKING NEWS: You/the owner are/is required by law to keep a record of who owns the car you're driving and the house you live in, and record any change in ownership of those possessions with the respective authority. The same is not true for computers. I don't need to have a piece of paper in my wallet that proves that I didn't steal my friend's computer, which I am currently using.

      MORE AT 11.

    84. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      But to be fair, non-personal tickets are always MUCH less severe than personal tickets.

      Parking tickets, red light cameras, etc, don't put points on your license, don't put points on your insurance, and carry only a fraction of the fine of a cop actually catching YOU breaking a law.

    85. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      "A license plate, street address and phone number are both unique and tied to a specific person" I call bullshit on this one
      1) I have a family. My street address covers 6 individuals. Care to have a shot which one the letter addressed to just the 'uniquely identifying' street address is for?
      2) My land-line phone is also used by the same six individuals. Any one of the six can both send and receive calls on it. Exactly how unique is that?
      3) We have a family car. Four of the abovementioned six are at liberty to drive it when available. Exactly how is the licence plate going to uniquely identify the driver?
      I suggest you spend some time in the real world...

       

    86. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      Yes.. however, parking tickets are strict liability to an owner, i.e. there is no defense in law. As long as the criminal or civil violation in conjunction with an IP address are not set in the same way, it still must be proven that a particular *person* committed the act.

    87. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      However, yes indeed your license plate and address are not personal information with an implicit right to privacy. They are public records. I can go to the DMV and look up your license plate to get owner information, and I can go to your local municipality and get owner information about your address.

      Like hell you can. You'd have to have a damned serious reason to get that from the cops.

      My wife and I were goddamned near killed by a 16 or 17 yo punk who ripped through one of those corner cutouts at an intersection, against a red light, from a street at right angles to where we were passing through the intersection on a green light. He very nearly drove us across a double yellow line into oncoming traffic.

      We hit the brakes, hard, and the horn. He just looked back, threw his arms in the air, laughed and punched it.

      We got his license plate and called the cops. They said they couldn't tell us where he lived, "citing his right to privacy". We said we didn't want his address -- we just wanted a uniform to go to the house and let the parents know what their spawn was doing. No dice.

      Cops really don't give a shit about anyone not "one of their own". If my brother were a cop, you can be goddamned sure they'd have hacked up the asshole's name. Hell, they'd probably have also given me a drop gun along with the address.

      Never forget -- to a cop, there are only three kinds of people in the world -- cops, cops' families and suspects.

    88. Re:Sure, it's not personal at all by Anonymous Coward · · Score: 0

      Historically, how well has the "I wasn't driving" defense worked out?

      Pretty good, at least in California.

      In traffic school, we were told that, in order to receive a citation for a red-light camera, two things were required -- clear pic of license plate and clear pic of driver's face.

      I asked a friend in the CHP about this -- if you're wearing a bag with eyeholes in it and get flashed by the camera, you're off the hook?

      He said I was correct, regardless of how stupid it would be.

  4. Fine by Anonymous Coward · · Score: 0

    That is fine as long as they take that statement to its logical conclusion. If IP addresses cannot be used to identify people then just an IP address is insufficient to bring charges against anyone, IP addresses would in effect be useless to the mobsters of collection agents and they have no need or right to subpoena them.

  5. A question... by geminidomino · · Score: 4, Interesting

    Could this decision be referenced to disqualify the IP as evidence when the MAFIAA goes after someone based on IP addresses they got from WhateverMediaSentryIsCalledNow?

    1. Re:A question... by ImOnlySleeping · · Score: 1

      Sounds like it. If the IP doesn't identify you, then noone has any business trying to get it (for the purpose of identifying you).

      --
      Everybody seems to think I'm lazy I don't mind, I think they're crazy
    2. Re:A question... by nine-times · · Score: 1

      It seems like it should be a viable argument, but I doubt it will be accepted. From the news I read, it seems like somehow the judicial branch is as anti-consumer as the other branches of government.

      The thing is, I think they have this totally backward. They allow IPs as evidence of who was committing copyright infringement, but disallow the argument that IP collection is an invasion of privacy. However, an IP address is personally identifiable of the person who is paying for Internet service*** and not of the person who is originating the traffic. Therefore, in collecting IP addresses you are generally invading the privacy of the person paying for service (by monitoring the use that he's paying for). On the other hand, the link between the traffic over a connection and the person paying for it should be considered circumstantial at best.

      If I own a plot of land and a dead body is found on that land, does it naturally follow that I'm the murderer? No. On the other hand, if Microsoft keeps surveillance on that plot of land, isn't that still an invasion of my privacy?

      *** The summary has it wrong, and IP addresses do not identify a computer.

    3. Re:A question... by ScentCone · · Score: 1

      branch is as anti-consumer as the other branches of government

      Which applies how, to pirating music and movies? "Consumers" are the people who are actually doing business with the artist (or the artist's chosen agents) in keeping with the way that the artist has offered their work up for sale/use. Someone who rips it off is not a consumer in the normal sense of that word, any more than a shoplifter is a consumer of the they stuff they rip off from a store.

      If I own a plot of land and a dead body is found on that land, does it naturally follow that I'm the murderer?

      No, that doesn't follow. But is it really your contention that you, as the person who owns that land, should be able to avoid involvement in any law enforcement investigation into that death, or avoid discovery during a civil suit that involves that dead person on your property?

      --
      Don't disappoint your bird dog. Go to the range.
    4. Re:A question... by tepples · · Score: 1

      In cases of "the author's chosen agent doesn't want to take my money", who is the consumer?

    5. Re:A question... by GigG · · Score: 1

      It could be referenced then the the RIAA would just then then make some move to find out everyone that had access to the IP address in question and go after all of them.

      --
      Is buying a Harley Davidson as your first motorcycle since you were 16 at age 49 a midlife crisis issue?
    6. Re:A question... by AmiMoJo · · Score: 1

      Unfortunately it probably won't help, because the judge made an error in his judgement. He said that an IP address identifies a computer, and since a computer has an owner who can (to some extent) be held liable for what is done with it then civil cases will continue.

      An IP address only identifies a modem or router. Beyond that, there could be any number of computers, especially if wireless access is possible.

      The issue for how liable you are for things done with your PC is a bit of a grey area too. If it becomes part of a botnet, are you responsible? What if you installed anti virus software but it didn't protect you? If someone hacks your wifi and downloads something they shouldn't, is it your fault for not using WPA or picking a better password? People here in the UK have got off child porn charges because their computers had trojans on them.

      --
      const int one = 65536; (Silvermoon, Texture.cs)
      SJW, n: "Someone I don't like, and by the way I'm a fuckwit" - AC
    7. Re:A question... by ScentCone · · Score: 1

      In cases of "the author's chosen agent doesn't want to take my money", who is the consumer?

      You need to be more specific. If the author chooses to arrange for you to get the stuff for free, and you're acquiring it in the way that isn't counter to the author's wishes, then you are. The author and her agent are one and the same, in any way that matters.

      --
      Don't disappoint your bird dog. Go to the range.
    8. Re:A question... by tepples · · Score: 1

      You need to be more specific.

      Try this: The author does not choose to arrange for me to get the stuff for free, nor does the author arrange for me to get the stuff in exchange for money. This is the case for several TV series outside the United States and for Song of the South by Walt Disney Pictures.

    9. Re:A question... by ScentCone · · Score: 1

      The author does not choose to arrange for me to get the stuff for free, nor does the author arrange for me to get the stuff in exchange for money

      Then you're not the consumer, because the author doesn't want you to have it. If you're taking it anyway, you're ripping it off. When the author's copyright expires, the rules change. Hence I don't pay for Shakespeare, per se, but perhaps for the accompanying annotation.

      --
      Don't disappoint your bird dog. Go to the range.
    10. Re:A question... by Registered+Coward+v2 · · Score: 1

      Could this decision be referenced to disqualify the IP as evidence when the MAFIAA goes after someone based on IP addresses they got from WhateverMediaSentryIsCalledNow?

      Probably not. If I remember correctly, civil cases do not establish precedents.

      --
      I'm a consultant - I convert gibberish into cash-flow.
    11. Re:A question... by tepples · · Score: 1

      the author doesn't want you to have it.

      How does such a dog-in-the-manger attitude "promote the Progress of Science and useful Arts", as the U.S. Constitution puts it?

    12. Re:A question... by ScentCone · · Score: 1

      How does such a dog-in-the-manger attitude "promote the Progress of Science and useful Arts", as the U.S. Constitution puts it?

      By assuring artists, writers and other creative people that they can have some choice about whether to continue publishing something they've created. And assuring them that their decision to not print more copies doesn't mean that their choice means they've just granted leeches the rights to rip off the work and ignore their copyrights while those copyrights are still in effect. With the passage of time, they won't be, and that's that. In the meantime, giving an artist choice about their own publishing habits is, you know... all about their freedom. You seem to be suggesting that an artist should, rather, be a pet entertainment slave for anyone who thinks that artist isn't making personal decisions in a way that someone else wants. Why should someone else get to tell the artist what they may or may not do when it comes to publishing their own work?

      Of course, we're headed swiftly into a brave new world where the most creative and most productive people will be, more than ever, slaves to people who feel entitled to their work. Tap-dancing, rhetorically, around what you really want (to remove the artist from descisions about the publishing and copying of their own work) is just disengenuous. Just say what you want! You want to dictate when and how an artist's work can be distributed, rather than leaving that up to the work's creator. And that urge to control and milk the creative people in question is exactly what causes fewer of them to invest their waking hours in the creation of new works. You want to promote the progress of science and the useful arts? Don't tell the creators and innovators that if you don't like their personal decisions, you're going to rip them off.

      --
      Don't disappoint your bird dog. Go to the range.
  6. That's great news! by Anonymous Coward · · Score: 0

    Now RIAA has to sue your computer if it is caught downloading tunes since you're not personally tied to it!

  7. Oddly good news ... ? by Spectre · · Score: 1

    So, if a particular illegal or actionable activity is traced to a particular IP address, can this ruling be used to indicate:

    "It wasn't me, an IP address identifies a computer, not a person, re: so-and-so vs. so-and-so"

    or is that just silliness?

    --
    "Flame away, I wear asbestos underwear"
    1. Re:Oddly good news ... ? by i.r.id10t · · Score: 1

      Only if your case is in the same circuit that the original case w/ ruling was.

      Otherwise, you have to present your evidence, etc. When 2 circuits in a state have differing opinions, some lucky bastard gets to go to the state supreme court and present evidence there, etc. And then the state supreme court makes a ruling. Multiple state supreme courts make a ruling? Goes to district court. Multiple districts? The SCOTUS.

      IANAL, but this is how it was 'splained to me by a lawyer.

      --
      Don't blame me, I voted for Kodos
    2. Re:Oddly good news ... ? by joocemann · · Score: 1

      If I were the prosecutor, I would go after WHO is responsible for the hardware. And if they claim to not be the perpetrator, then I would require them to identify who it is (since they are responsible for their connections/hardware/etc).

      Don't mod me down for making sense... I don't like the system either...

    3. Re:Oddly good news ... ? by jsalbre · · Score: 2, Informative

      If I were the prosecutor, I would go after WHO is responsible for the hardware. And if they claim to not be the perpetrator, then I would require them to identify who it is (since they are responsible for their connections/hardware/etc).

      Luckly that's not how it works. The burden of proof is on the prosecution, not the defense. If they don't have proof that it was you (which, from this ruling should no longer include an IP address) then you go free. You don't have to proove that it was someone else, just prevent them from proving it was you.

    4. Re:Oddly good news ... ? by joocemann · · Score: 1

      Really? I thought that if you have information regarding a crime, you may be required to testify and provide that information.

      So if my gun is used to kill someone and I know who had it, but it wasn't me. I just say "prove it was me" and that's that? I find that very hard to believe.

    5. Re:Oddly good news ... ? by jsalbre · · Score: 1

      As far as your case is concerned, yes. What other person specifically committed the crime is not important in your trial, only that it wasn't you.

  8. evidence of foul play? by Anonymous Coward · · Score: 1, Interesting

    Does this ruling mean that Microsoft 'bought' the Seattle judge, to get this ruling that favors them, but didn't succeed in buying the one in Europe?

    Regardless, I personally think that an IP address can't even always identify a computer (much less a person), since Internet Service Providers are known to assign different numbers to the same computer at different times, as the user connects the computer to the ISP.

    1. Re:evidence of foul play? by ScentCone · · Score: 1

      Does this ruling mean that Microsoft 'bought' the Seattle judge, to get this ruling that favors them, but didn't succeed in buying the one in Europe?

      No, it does not meant that. It means that the judge in this case was rational.

      --
      Don't disappoint your bird dog. Go to the range.
    2. Re:evidence of foul play? by recoiledsnake · · Score: 1

      I wonder what would've happened if twitter was the judge. *shudder*. On the other hand it would be funny to see M$ plastered all over the court proceedings and arguments. Or his brain would explode from encountering the 'ev1l M$ lawyers' in flesh and blood.

      --
      This space for rent.
  9. Sure by ringm000 · · Score: 2, Insightful
    A vehicle registration number identifies a car, not a person.

    A phone number identifies a phone, not a person.

    A postal address identifies the location of a building, not a person.

  10. Not all that relevant to the RIAA by Anonymous Coward · · Score: 0

    An IP does not identify the user but it will identify that it's someone's computer doing to sharing (once you've a court order getting the User's details).

    After that it's the same arguments as before: is making available sharing, can you say they weren't part of a botnet and so on and so forth. This ruling doesn't really change any of the arguments put forth by the prosecution or defendants. If anything, it cements the right of media sentry to log IP addresses sharing content on p2p networks without falling foul of privacy laws.

    1. Re:Not all that relevant to the RIAA by geminidomino · · Score: 2, Insightful

      An IP does not identify the user but it will identify that it's someone's computer doing to sharing (once you've a court order getting the User's details).

      How so? If the precedent stands that IP address is not personally identifiable information, then how do you identify the user based on it (to the court's satisfaction?)

    2. Re:Not all that relevant to the RIAA by HermMunster · · Score: 1

      You do it the same way you do it with the SSN. You tie it to related information. The SSN is not identifiable except that it can tell them roughly when the SSN was issued and in what State. But when tied to your other records it identifies you. If in fact it wasn't intended that way then they could never identify you by your SSN, which we all know that they can. The purpose of the SSN was to identify you. It doesn't matter if they are correct or not, it was meant to identify you. They could transpose numbers but it was still intended to identify you. It was never intended to identify you from the number, other than to say which state it was issued in and roughly the year it was issued (AFAICT). But certainly the purpose of the SSN was to identify you. No one debates that.

      Using the SSN in isolation is valueless, but why use it if it is being used in isolation? Why collect the IP if it is being used in isolation? The answer is that it is never used in isolation. When it is used it is used to identify.

      --
      You can lead a man with reason but you can't make him think.
  11. I'm confused... by clone53421 · · Score: 2, Interesting

    Identifying my computer doesn't identify me personally by inference?

    I'm sure this could come in handy in court eventually.

    --
    Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    1. Re:I'm confused... by The+Moof · · Score: 1, Redundant

      I'm sure this could come in handy in court eventually.

      It could come into play immediately with all of those P2P cases going on with the *AA groups. If an IP address isn't personally identifiable (according to the judge), how can you come after me based on that address?

    2. Re:I'm confused... by JumpDrive · · Score: 2, Insightful

      Because you are the owner of the computer.
      They have never gone after a said individual, but the owner of a computer. Remember the case where the ladies kids were downloading all the crap. She wasn't responsible because she was the guardian of the children, she was responsible because she was responsible for the computer.
      So if your room mate uses your laptop to download a bunch of music via your computer, you will be held responsible, until you can prove that your roommate had equal access and usage of the computer.

    3. Re:I'm confused... by clone53421 · · Score: 1

      But then it would be identifying me personally (as the owner of said computer), and this judge said it doesn't identify me personally.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    4. Re:I'm confused... by Just+Some+Guy · · Score: 1

      Identifying my computer doesn't identify me personally by inference?

      Absolutely not. It might have been in use by any of my kids, or might be the IP of my open WiFi AP. A judge finally recognizes this.

      --
      Dewey, what part of this looks like authorities should be involved?
    5. Re:I'm confused... by clone53421 · · Score: 1

      That would be fine if they weren't going to pin it on me anyway if it traced to my connection.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    6. Re:I'm confused... by Just+Some+Guy · · Score: 1

      Re-read that open AP part. That's especially effective if you live in an apartment building.

      --
      Dewey, what part of this looks like authorities should be involved?
    7. Re:I'm confused... by clone53421 · · Score: 1

      True. Heck, just WEP-encrypt it. With an extremely good probability you won't have anybody else using it, but WEP is easily enough cracked that you should be able to use that as a defense if need be.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    8. Re:I'm confused... by Dr+Damage+I · · Score: 1

      I'm fairly sure this ruling only helps you if you have "pty ltd" after your name. Otherwise it either identifies you (if you're accused of stealing music) or it doesn't (if someone is collecting your IP address in violation of your TOS) Now if only I could get modded +5 cynical

      --
      "Cursed is he who rises early in the morning..." Isiah 5:11
    9. Re:I'm confused... by Anonymous Coward · · Score: 0

      The lock on your sliding glass patio door is broken (you think it works, never checked it). Your neighbor's kid sees you leave for work. He comes in through your sliding glass door, uses your computer for several hours, then leaves, erasing history and cookies. You use the computer an hour a day. HE is the primary user, not you, and you don't even know it. How does your IP tell anybody WHO was the user?

    10. Re:I'm confused... by clone53421 · · Score: 1

      It doesn't, but try arguing that in court. You'll probably get laughed back to the bench.

      Your hypothetical scenario, although entirely within the realm of possibility, would be an almost-guaranteed guilty verdict if the hammer ever comes down. You can kiss your ass goodbye.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    11. Re:I'm confused... by Anonymous Coward · · Score: 0

      ISP links IP address to a user account; they go after you based on that account (not the IP address). MS doesn't link IP to anything [as far as we know], so IP doesn't ``identify'' you.

      And yes, I know it's messed up.

  12. and license plate numbers? by Anonymous Coward · · Score: 0

    Would the judge be ok if his license plate number and house address get publicly posted? After all, it only identifies a car and a house, not a person!

  13. Re:Another question... by Anonymous Coward · · Score: 0

    Did you read the summery?

     

    Its potential relevance to the RIAA suits should be obvious to anyone who reads Slashdot.

  14. Fine by Anonymous Coward · · Score: 0

    It's fine if they take that statement to its logical conclusion, if IP addresses are not identifying information then there is no need or right for the mobsters to subpoena them. It is partially true in that you may be able to say that it came from this computer, but with all the possibilties of wifi being co-opted, a misconfigured proxy server, malicious software routing requests that computer you can never be 100% sure that even the IP address is bound to that computer.
    So in a sense the judge is right and no one should need to have your IP.

  15. Doesn't Identify a Person Eh? by Alphanos · · Score: 1

    I suppose this only makes sense. After all, we know that an address isn't personal information - it identifies a house, not a person. Neither is a phone number, which identifies a phone. License plate numbers identify a car. In fact, one could even argue that SSN/SIN numbers identify a card or record in a government database instead of a person. Privacy solved! There is no personal information.

    --
    Alphanos
    1. Re:Doesn't Identify a Person Eh? by guruevi · · Score: 1

      An SSN or TIN number identifies an entity. In case of SSN that entity is a person. The SSN just gives you a serial number and that serial number is only owned by you and cannot (legally) be used by anyone else. Your birth certificate also identifies you as a person.

      A phone however identifies a location, usually the end of the line in the vicinity where the phone is (whether tethered to a hardline or not). It's your phone number because you pay for it but your mom could pick it up, or a burglar that's in your house at that particular moment. Same goes for an IP-address, e-mail address and any other type of address (a phone number is technically a phone address). An address identifies where you most likely live, it doesn't mean you have to be there at any particular moment and legally/technically somebody else could be at the same address - it thus does not identify you.

      Say the police are scoping out your house because of drug dealing going on from your house. The police might arrest you because most likely you know what's going on there. However if you can prove that a) you didn't know (it only happens when you're at work and you don't see any sign of it) or b) you are incapable of doing something about it (they keep your kids hostage) then they most likely will not prosecute you for the crime. Same goes for computers and phones and all types of stuff.

      --
      Custom electronics and digital signage for your business: www.evcircuits.com
  16. Am I the only one? by DarrenBaker · · Score: 3, Interesting

    Seems logical to me. An IP address no more identifies a person than a house address identifies one. It's tying those two together for investigative purposes that should be illegal without a warrant.

    1. Re:Am I the only one? by MozeeToby · · Score: 1

      That's handy from an *IAA fighting perspective, but kind of sucks from a general privacy perspective. This ruling is in reference to the later, specifically that companies can keep track of ip addresses and essentially use it to track your movements around the net if they want to.

      When you think about it though, if the police suspect illegal activity at your address, you're probably going to be the one to get in some kind of trouble. At least questioned and detained for a while. I don't think "I leave my door unlocked, one of my neighbors must have broken in and built that meth lab in the basement" is going to cut it. Obviously, a meth lab is easier to notice than someone using your internet to download music, but the basic principle is the same.

    2. Re:Am I the only one? by BitZtream · · Score: 1

      Hahahah, yea, thats great logic, thats why drug dealers always get off when they bust a drug house.

      They take the house to jail, but leave the people that live there in the now empty lot.

      Most of the time, an IP will narrow the list of possible people to the point that with very little extra outside information it becomes clear who was using the IP at that time.

      What I want to know is why everyone is in such a big hurry to pretend an IP isn't useful for figuring out who is doing something.

      Admins have been using them for this for years, the only people I see whining about it are people who are afraid of getting caught doing something they don't want others to know about. Stop doing shit you don't want people to know about in public, I.E. on the internet and you'll not have to be so retarded about IPs any more.

      The warrent argument is so tired and fucking retarded. 'You can't tie these two things together without a warrent!?$!@$?!@%!@#^%!@%' Get the fuck over yourself. My mind is going to tie them together without a judge telling me its okay, then I'm going to go to a judge and explain why, using clear logic, the IP used is coming from someone in your house so we can make a pretty safe assumption that we'll get more evidence inside, and he's going to say 'you know what, you are right, here you go'.

      You people and your retarded logic don't get that regardless of how hard you try to come up with some legal way to get around the fact that you're breaking the law, the rest of us who created the laws aren't going to let you get by with it.

      Civilization is more important to me than your bullshit rants about your privacy. I don't give a flying fuck about your privacy, I care about mine. My privacy doesn't require my IP to be hidden or not accepted as evidence. My privacy is real privacy because I'm not doing shit in public/on a public network and then trying to make sure no one can figure it out.

      Your ignorance and subconscious need for voyeurism and attention is why you won't ever have privacy, there is nothing else to blame.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    3. Re:Am I the only one? by DarrenBaker · · Score: 1

      I'm not sure why I'm going to reply to this, except that I hope you MIGHT learn something. Here goes:

      Hahahah, yea, thats great logic, thats why drug dealers always get off when they bust a drug house.

      Umm... They still do bust the people inside, not the house, yes? The people are the ones who committed the crimes, not the house? Same deal. You can confiscate and investigate a known computer or network device WITH A WARRANT, in order to find out who was responsible, if you can. If you can't, and you are lacking evidence, nobody will be found guilty. That's the idea, anyway.

      What I want to know is why everyone is in such a big hurry to pretend an IP isn't useful for figuring out who is doing something.

      It is useful, but not the end-all. All it tells them is the what and the where, but not the who. They still have to investigate, get warrants, etc., and they can't get those without evidence of illicit activity.

      The warrent argument is so tired and fucking retarded. 'You can't tie these two things together without a warrent!?$!@$?!@%!@#^%!@%' Get the fuck over yourself. My mind is going to tie them together without a judge telling me its okay, then I'm going to go to a judge and explain why, using clear logic, the IP used is coming from someone in your house so we can make a pretty safe assumption that we'll get more evidence inside, and he's going to say 'you know what, you are right, here you go'.

      In the legal sense, which is to say 'the one we were and are discussing', you can't tie them together without a warrant and an investigation. Sorry.

      Privacy has nothing to do with illegal activity, incidentally. While all felons might want privacy, not all people who want privacy are felons. Everyone has their own reasons for privacy, and it's written in the constitution that everyone has a right to that privacy, not just the innocent.

    4. Re:Am I the only one? by dzfoo · · Score: 1

      Wow, chill a bit and read the article.

      The "privacy" context in this case is not regarding the obscuring of criminal behaviour but the prevention of being intrusively monitored by commercial entities in order to build consumer behaviour profiles, and bombard you directly with even MORE advertising.

      On that context, this ruling means that there is no way to avoid having your browsing and purchasing behaviour monitored, collated, analyzed, correlated and associated with you personally, and sold for profit; which will entice advertising organizations to intrude even more into your life.

      That's just creepy.

                -dZ.

      --
      Carol vs. Ghost
      ...Can you save Christmas?
    5. Re:Am I the only one? by dargaud · · Score: 1

      My house address doesn't change twice a day like my ADSL IP address does... If there's no timezone information on the takedown/pseudo-warrant/blackmail letter, I'd fight it to the death.

      --
      Non-Linux Penguins ?
    6. Re:Am I the only one? by Anonymous Coward · · Score: 0

      Af'ingMEN!

    7. Re:Am I the only one? by Just+Some+Guy · · Score: 1

      Hahahah, yea, thats great logic, thats why drug dealers always get off when they bust a drug house.

      It's pretty damn easy to prove that Defendant A was in a house at a given time: that's where he/she was arrested. It's all but impossible to prove that Defendant B was using a particular computer at a given time short of a SWAT team physically catching them there.

      What I want to know is why everyone is in such a big hurry to pretend an IP isn't useful for figuring out who is doing something.

      Umm, because it's not? So you catch the IP of my router doing something untoward. Was it me? My wife? One of my minor children? My next-door neighbor? Without additional evidence, you cannot trace that back to an individual, regardless of how much you whine about it.

      Civilization is more important to me than your bullshit rants about your privacy.

      My privacy is more important to me than your Orwellian concept of civilization.

      --
      Dewey, what part of this looks like authorities should be involved?
    8. Re:Am I the only one? by DarrenBaker · · Score: 1

      No, but your house address *can* change. My IP hasn't changed in two years.

    9. Re:Am I the only one? by julesh · · Score: 1

      Seems logical to me. An IP address no more identifies a person than a house address identifies one. It's tying those two together for investigative purposes that should be illegal without a warrant.

      Indeed: and the difference in EU law is that under EU law an item is considered personally identifying if it is plausible that it could be used to identify individual people in a significant number of cases using information that is likely to be available to the person collecting the data. It's a matter of different definitions:

      US law: "personally identifying" means "identifies a person in all cases"
      EU law: "personally identifying" means "could plausibly be used to identify a person in at least some cases"

      The different laws in these different jurisdictions use the same phrase for different purposes and with different consequences. Is it really any surprise, therefore, that they are interpreted differently?

    10. Re:Am I the only one? by DarrenBaker · · Score: 1

      Imagine... The seat of fascism and imperialism for the majority of the last three centuries coming together and out-doing the (self-appointed) leaders of the free world in protection of its citizens' rights... This really is the weirdest world in the world.

    11. Re:Am I the only one? by Anonymous Coward · · Score: 0

      What I want to know is why everyone is in such a big hurry to pretend an IP isn't useful for figuring out who is doing something.

      It is. That's the whole point. However, it's also extremely prone to failure.

      The warrent argument is so tired and fucking retarded. 'You can't tie these two things together without a warrent!?$!@$?!@%!@#^%!@%' Get the fuck over yourself. My mind is going to tie them together without a judge telling me its okay, then I'm going to go to a judge and explain why, using clear logic, the IP used is coming from someone in your house so we can make a pretty safe assumption that we'll get more evidence inside, and he's going to say 'you know what, you are right, here you go'.

      Two things? You have only one: an IP. To find out who was assigned the IP, you have to go through the DHCP logs kept by the ISP, and that should require going to court and getting a judge to issue a subpoena. Then you know whose house it came from.

      At that point, I'll probably show you my wireless router and tell you to piss off, because anybody could have been using my connection.

  17. In other words... by tsnorquist · · Score: 1

    Judge Jones sided with Microsoft (which most slashdotters hate), but sided with personal ambiguity - thus not being identified a "file sharer" by the MPAA/RIAA.

    Sounds like a good ruling for the majority of internet users to me.

  18. Re:my massive penis by Anonymous Coward · · Score: 0

    But we don't know how!

  19. Spartacus-1138 by Junior+J.+Junior+III · · Score: 4, Funny

    I am 192.168.0.1!

    No, I am 192.168.0.1!
    No, I am 192.168.0.1!
    No, I am!
    I am!

    --
    You see? You see? Your stupid minds! Stupid! Stupid!
    1. Re:Spartacus-1138 by Anonymous Coward · · Score: 0

      I am 192.168.0.1!

      No, I am 192.168.0.1! No, I am 192.168.0.1! No, I am! I am!

      Sounds like split personality disorder there... BTW, I'm 127.0.0.1, always have, always will be.

    2. Re:Spartacus-1138 by istartedi · · Score: 2, Funny

      I am 192.168.0.1

      That's the IP of my gateway. I am the keymaster are you the gatekeeper?

      --
      For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    3. Re:Spartacus-1138 by JohnnyGTO · · Score: 1

      OK I'll play, I'm 0:0:0:0:0:0:0:1

      --
      Si vis pacem, para bellum! For evil to succeed good men need only do nothing!
    4. Re:Spartacus-1138 by crimsonknave · · Score: 3, Funny

      I am 127.0.0.1!

      No, I am 127.0.0.1!

      No, I am 127.0.0.1!

      No, I am!

      I am!

      There, fixed that for you.

    5. Re:Spartacus-1138 by KWolfe81 · · Score: 1

      Would the real 192.168.0.1 please stand up?

    6. Re:Spartacus-1138 by Mr.+Beatdown · · Score: 1

      I'm 10.0.0.107. Spartacus can suck it. Anyone repping 172.16-32 range?

      --
      My fellow Americans, let's restore the death penalty for child rapists. Let's do it . . . for the children.
    7. Re:Spartacus-1138 by that+IT+girl · · Score: 1

      No, I am!

      --
      10 FILL MUG WITH COFFEE
      20 DRINK COFFEE
      30 GOTO 10
    8. Re:Spartacus-1138 by Anonymous Coward · · Score: 0

      I am 127.0.0.1!

      No, I am 127.0.0.1!

      No, I am 127.0.0.1!

      No, I am!

      I am!

      I am ::1

      Cried the nerd at the back, and incidentally, no one would talk to him.

    9. Re:Spartacus-1138 by Anonymous Coward · · Score: 0

      I am not a number! I am a man!

    10. Re:Spartacus-1138 by devnulljapan · · Score: 1

      I am not a number I am a free net!

    11. Re:Spartacus-1138 by AceofSpades19 · · Score: 1

      I'm 127.0.0.1

    12. Re:Spartacus-1138 by Anonymous Coward · · Score: 0

      I am 192.168.0.1, and so is my wife!

  20. Anonymous Coward by Anonymous Coward · · Score: 0

    While I think this could be handy in regards to avoiding the RIAA to an extent, the problem is that in the end they will hold the IP owner responsible for the content that's coming from it, not the user.

    Take for example an actual server (not just P2P server). There is frequently no single person responsible for the content on that server. Whoever owns the IP, usually a company, is responsible for the content coming from that computer.

    So although an IP doesn't identify a specific user/person, you are still responsible for what happens from your IP (At least, I'd assume with most providers). This means that you'd have to take reasonable steps to secure your network from outside users as in the wireless example above. So it's kind of a mixed bag in terms of future implications, the whole Network/IP/Computer/Server/User relationship is a very grey-area for legal purposes in my opinion.

  21. Re:Another question... by geminidomino · · Score: 1

    Actually, no. I clicked on the link to RTFA before I finished. Having an ADD day, evidently. :)

    I know, I know. I'm leaving.

  22. actually... by Anonymous Coward · · Score: 0

    the IP does not even identify a computer, as those of us with portable network cards can attest.

    1. Re:actually... by Anonymous Coward · · Score: 0

      That's what I was thinking. Correct me if I'm wrong, but I thought the IP address was attached to a MAC address which, in turn, may or may not be associated with an actual physical device, to say nothing of identifying an actual person.

  23. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  24. Relates to all online activities by furby076 · · Score: 1

    If this holds up (meaning not overturned) this can hold up in other cases (not all good) such as:
    1) RIAA/MPAA sueing people they tracked via IP numbers
    2) Pedophiles tracked via IP numbers
    3) Online harassment cases tracked via IP numbers (e.g. the mom who harassed some girl until the girl committed suicide)
    4) Spammers who are tracked via IP numbers

    There are other cases this would effect but basically anything where they link someone via an IP number would be invalidated. I agree with the judge that an IP is not personally identifiable information (my g/f uses my laptop more then i do...which uses my home network...if she does something illegal it does not mean *I* did it or am remotely responsible for what she did.) It's a tricky situation so hopefully the judge wrote a thoughtful brief.

    --

    I do not support "The Man". I also do not support your irrational stupidity
    1. Re:Relates to all online activities by FredFredrickson · · Score: 1

      I reject your argument solely on the basis that you post on slashdot, and therefore do not have a girlfriend.

      --
      Belief? Hope? Preference?The Existential Vortex
    2. Re:Relates to all online activities by furby076 · · Score: 1

      I reject your argument solely on the basis that you post on slashdot, and therefore do not have a girlfriend.

      Yes I do. I even have receipts from plasticgirlfriends.com...hmm err i met her at a bar!

      --

      I do not support "The Man". I also do not support your irrational stupidity
    3. Re:Relates to all online activities by FredFredrickson · · Score: 1

      Really? I should give that I try. I'm gonna order me up a girlfriend.. *ehem* I mean a drink! I'm going to order a drink right now!

      --
      Belief? Hope? Preference?The Existential Vortex
    4. Re:Relates to all online activities by Macgrrl · · Score: 1

      It certainly increases the burden of proof, which is not entirely a bad thing.

      In most of the examples you have given, the 'authorities' as targeting a specific individual, they probably have multiple transactions over an extended period of time which they are attempting to tie to a specific user. They may have additional information in the form of user account logins to include in the evidence of identity.

      In the case of the RIAA/MPAA they are generally scatter shot cases against multiple users based on a few or single alleged events. This would require them to generate greater depth to their case evidence and most likely changing thier tactics - because scatter shot only works with a low overhead. It might even force them to target high volume transgressors who are attempting to profit from filesharing rather than people who don't realise that torrents upload as well as download and they are distributing whether they meant to or not when they tried to get a free copy of the latest Britney release.

      The RIAA/MPAA have a legitimate role in attempting to combat commercial copyright infringement. It's highly unlikely that they will do their corporate masters any favours in pursuing their customer base for trivial infractions. As an extreme example, it's unlikely the Jammie Thomas will have any money left to spend on music if the 1.9m verdict stands.

      --
      Sara
      Designer, Gamer, Macgrrl in an XP World
  25. Largely irrelevant to RIAA litigation by Grond · · Score: 5, Interesting

    It is true that an ip address identifies a computer or possibly, as another poster pointed out, a router behind which could be many computers, but that fact is largely irrelevant to file sharing litigation. The plaintiffs in those cases do not have to have ironclad evidence that it was the defendant sitting at the computer sharing the files. Instead, the plaintiffs merely have to show that it is more likely than not (aka preponderance of the evidence, 50% + 1) that it was the defendant.

    Thus, if the defendant lives at home and only rarely has guests that use his or her computer, it's very likely that a jury will accept that it is more likely than not that the defendant was the one who shared the files, not a guest or an unauthorized user of the wireless network, especially if the files are found on the defendant's hard drive. More complex situations come closer to the line, of course, but in most cases it's fairly clear who the most likely culprit was.

    But, even if the defendants live in an apartment with a communal computer or network shared equally by multiple long-term residents, all of whom use the same file-sharing user account, it is not necessarily up to the plaintiff to prove which specific defendant shared the files. A long standing rule in tort law from the case Summers v. Tice, 33 Cal.2d 80 (1948) establishes that where the plaintiff can prove that multiple defendants were negligent, the burden shifts to the defendants to prove which one actually committed the injury. It is quite possible that the file sharing case plaintiffs will be able to successfully argue that it is up to the various users of a computer to prove who actually shared the files or else they will all be jointly liable. This is especially likely if it can be shown that all of the defendants were aware of the file sharing program and the infringing nature of the files.

    1. Re:Largely irrelevant to RIAA litigation by joocemann · · Score: 1

      Not that I agree with the RIAA or their shady methods... But it would be nice to see a person who claimed not to have been file sharing, to actually be directly proven to have done so, and be charged for lying in court.

      There is a difference between defending privacy and defending one's ability to escape legal process and/or 'get away with shit'. When reading on slashdot I often wonder which side people are coming from... self interest, or a sense of true right/wrong.

    2. Re:Largely irrelevant to RIAA litigation by Anonymous Coward · · Score: 0

      The issue of whether an IP address identifies a person is not irrelevant to the RIAA litigation merely because those cases are decided by a preponderance of the evidence. Cases in the real world are built with many, many pieces of evidence, each one suggesting, implying, indicating, but not proving, that one party should win. You seem to be under the impression that lawsuits are proven by smoking guns, which they are generally not. If evidence makes it more or less likely that one party should win, it is relevant. Each piece of evidence need not, by itself, be decisive. Will IP identification win the case? No. Is it relevant? Definitely.

      I am unpersuaded by your citation to Summers, a state court case from California. RIAA cases, from the quick check I made, seem to be mostly in federal court, and mostly outside California. Summers is therefore uncontrolling in most RIAA cases. I express no opinion on whether your point is correct, but you need a better citation or at least an argument for why Summers should be followed in the present context.

    3. Re:Largely irrelevant to RIAA litigation by DontBlameCanada · · Score: 1

      So wut yer sayin' is I should disable encryption on my wifi then resume downloading movies?

      "No, Your Honour. I didn't download all those movies. I guess my wifi wasn't protected and some other unscrupulous person hacked my unsecured network and they were responsible."

    4. Re:Largely irrelevant to RIAA litigation by Anonymous Coward · · Score: 0

      Not charged for it, but in the recent Jammie case she lied her ass off and got a $1.9m bitchslap out of it.

    5. Re:Largely irrelevant to RIAA litigation by sckeener · · Score: 1

      Agreed.

      The RIAA is doing civil lawsuits and the requirements for evidence is lower.

      That said I think this ruling should apply to all criminal cases. Before I send someone to jail over content on their computer/network, I want police to be sure it was the right guy and not the guy that spoofed a mac address and hacked a wireless network.

      I would say a picture of the guy would do. Best would be a picture of the guy showing the illegal material on the computer in the background. ;)

      --
      "Only one thing, is impossible for god: to find any sense in any copyright law on the planet." Mark Twain
    6. Re:Largely irrelevant to RIAA litigation by Anonymous Coward · · Score: 0

      Thanks. The RIAA need all the help they can get.

    7. Re:Largely irrelevant to RIAA litigation by Sandbags · · Score: 1

      "Your honor, I have a generic wireless router, with an after market 7w anteanna, and an effective range of nearly 1/4 mile. It's set to broadcast it's SSID and allow guest access. No, i don't have a lot of guests, i just bring different machines home from work occasionally, and I hate having to type in the password. besides, those passwords can be cracked in under a minute by anyone who wants to, does a google search, and downloads some free software, so why bother right? The wireless covers about 300 houses in area, and ANYONE, even someone simply parked in the area, could have made those downloads. Is it illegal to have my wifi open like that? no. OK, thanks, i rest my own case."

      Since it's not against the law to have open wifi, there's no case for negligence...

      --
      There is no contest in life for which the unprepared have the advantage.
    8. Re:Largely irrelevant to RIAA litigation by Sandbags · · Score: 1

      ...oh yea, I forgot this too. When WiMax comes out, the IP used could be any IP within oh, 15 miles of the tower?

      --
      There is no contest in life for which the unprepared have the advantage.
    9. Re:Largely irrelevant to RIAA litigation by adamchou · · Score: 1

      IANAL, but according to the wikipedia entry on Summers v. Tice, a large contributing factor appears to be that Tice and Simmons both fired in the direction of Summers and both were deemed negligent. In a community shared computer, the other people would not necessarily be negligent. I can't see them possibly using that case as precedent. Besides, thats only a California Supreme Court decision.

    10. Re:Largely irrelevant to RIAA litigation by Grond · · Score: 1

      First, yes it's a California Supreme Court case, but it has become the law almost everywhere, if not actually everywhere. It's been very influential.

      Second, I didn't argue that Summers v. Tice applied directly, only that the logic behind it could be applied to file sharing cases. Obviously these are copyright infringement cases, not negligence cases. Nonetheless the copyright holder could argue that the defendants know which of them did it, therefore if any one of them could have done it, then it's up to them to out the offender and it is not up to the plaintiff to conjure up evidence of exactly who was using the computer when. This is a potential argument, not current legal reality, but it's exactly the kind of argument that courts use to cut through the subterfuge of defendant A pointing to defendant B and vice versa when it's plain that one of them has to be lying.

      Bear in mind also that the Fifth Amendment right against self-incrimination does not apply to civil cases.

    11. Re:Largely irrelevant to RIAA litigation by Grond · · Score: 1

      As I mentioned in a response below, the point is not that it's a negligence case, but that the same principle can be applied to these kinds of copyright infringement cases. Courts do not like the subterfuge of defendant A pointing to defendant B and vice versa when it is clear that one of them must be lying (i.e., the files got on the hard drive somehow).

      And that's precisely the hole in the open wifi router argument. True, the traffic could have come from anywhere, but funny how it's the router owner's computer that has the infringing files on it, or that the router owner used the same p2p username as the infringer, or that the searches for the infringing files corresponded with when the router owner was home and never when he or she was at work. It's circumstantial evidence like that that makes the jury far more likely to believe that it was the router owner and not some wireless leech that did the infringing.

      In any case I doubt many people are going to be willing to throw their wireless networks open to the world just to provide an alibi in a potential copyright infringement case, but maybe I'm wrong about that.

    12. Re:Largely irrelevant to RIAA litigation by clone53421 · · Score: 1

      The legal system isn't intended for "getting away with shit", it's intended for making the prosecution prove, beyond a reasonable shadow of a doubt, that the defendant actually committed the act or acts they're being accused of. If someone ends up getting away with something, it's entirely the fault of the prosecution for not gathering enough evidence to have an airtight case.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    13. Re:Largely irrelevant to RIAA litigation by clone53421 · · Score: 1

      Nah, just WEP-encrypt it and when the time comes show them this.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    14. Re:Largely irrelevant to RIAA litigation by Grond · · Score: 1

      First off, the rule in Summers v. Tice has been brought into the Restatement (Second) of Torts (433B(3)), is present in the final draft of the Restatement (Third) of Torts, and has been adopted by almost every jurisdiction in the country if not in fact every jurisdiction. It has also been adopted by the Canadian courts in Cook v. Lewis [1951] S.C.R. 830. It has been extremely influential.

      Second, my point was not that the rule in Summers is directly applicable to federal copyright cases (it's a negligence and products liability rule, after all), but rather that the logic behind it provides a way for courts to cut through the subterfuge of defendant A pointing to defendant B and vice versa when clearly one of them must be lying. It is a potential argument in file-sharing cases, not current legal reality, but I believe it is an argument that has substantial merit.

      Third, with regard to your initial point of cases being proven by various facts added together rather than smoking guns, I would say that I am in complete agreement. IP identification is not a smoking gun, but it is one fact that tends to argue in the plaintiff's favor. In another reply I mentioned other possible facts, such as that "it's the router owner's computer that has the infringing files on it, or that the router owner used the same p2p username as the infringer, or that the searches for the infringing files corresponded with when the router owner was home and never when he or she was at work." What seems clear is that IP address identification of the defendant will almost always either argue in the plaintiff's favor or at worst be neutral. It is hard to imagine a circumstance where IP address identification actually makes it less likely that the defendant committed the alleged copyright infringement. And it is that fact that makes this ruling ultimately irrelevant to file sharing litigation, to the extent that the ruling becomes an accepted precedent in the appropriate jurisdictions in the first place.

    15. Re:Largely irrelevant to RIAA litigation by joocemann · · Score: 1

      ... or they know that the constitutionally legitimate ways of finding evidence is not sufficient to gain conclusive evidence... so they just keep doing crime and getting away with it.

      FYI, just because you can't be proven guilty doesn't make an act OK. And just because privacy can be used an excuse to not be properly convicted, a person is not absolved of any wrongdoing.

      I'm sure you understand that if you can't prove I keyed your car, that doesn't make it ok for me to do so. Invade my rights to see the paint chips on the tip of my key in my pocket? F U

    16. Re:Largely irrelevant to RIAA litigation by converter · · Score: 1

      The legal system isn't intended for "getting away with shit", it's intended for making the prosecution prove, beyond a reasonable shadow of a doubt, that the defendant actually committed the act or acts they're being accused of. If someone ends up getting away with something, it's entirely the fault of the prosecution for not gathering enough evidence to have an airtight case.

      This is true in a criminal trial, but not in a civil one. In a civil proceeding there is no defendant, and as Grond stated above (and others have stated elsewhere) you only have to show that the person being sued is most likely the person who caused the damage you are suing over.

    17. Re:Largely irrelevant to RIAA litigation by Blackhalo · · Score: 1

      "I often wonder which side people are coming from... self interest, or a sense of true right/wrong." Can't it be both? i.e. Copyrights on digital content that are shared, but not for monetary gain, are largely unenforceable. And hey, free stuff!

      --
      "There is nothing to do it. But to do it." -Floyd Pepper
    18. Re:Largely irrelevant to RIAA litigation by Blackhalo · · Score: 1

      "And just because privacy can be used an excuse to not be properly convicted, a person is not absolved of any wrongdoing."

      Is that not the basis behind Roe v. Wade? That any evidence needed to prove innocence or guilt, in an abortion case is both privileged and private information between a woman and her doctor, and as such, is outside the scope of the law and unenforceable?

      Granted there are much greater moral and ethical elements involved there, when compared to the latest Brittany Spears release, but that info is still both personal and private.

      --
      "There is nothing to do it. But to do it." -Floyd Pepper
    19. Re:Largely irrelevant to RIAA litigation by Sandbags · · Score: 1

      This is why a smart person has no direct correlation between online user account names between multiple accounts, nor should you ever register for a service using actually valid personal information unless you expect the service to actually send you something in the mail you want to receive... Preserving anonymity online is an art form. I have about 15 different user names online, with very little correlation amoung them. The only ones that line up are accounts with legitimate services (mostly the utilities and bills i pay online), but my e-mail user name is unique from all my other personal accounts, and i have a unique username with each bank. I also have some "filtering" e-mail accounts I access only through web services that I use to register for these other services and accounts so that none of them have my real e-mail address.

      Without a log of my online activity (which is security erased each time I close the browser, or if the machine has been idle for more than 15 minutes), and without being able to correlate my online activity to a specific machine, or specific user account tied to me, they have NOTHING, even if they find files that match the ones their warant is looking for. I have tens of thousands of MP3s on my computer. Popular ones mostly, it's entirely plausible I had the same files as the person they're looking for.

      The IP of my computer is dynamic, assigned by the router. I don't have my wireless network open to the world... I have a guest portal, isolated by firewall on a seperate SSID from my internal network on the same router (multi-radio, multi-SSID routers are awesome!). I simply chose to use the same dynamic IP range on both networks, so it's possible for someone in either network to have the same IP address. I also have the IP lease set at 2 hours, and since my systems all hibernate regulary, they're constantly changing IP addresses. Guests can only connect to the net when in their VLAN, and I can connect to guests from inside my firewall, but it's completely secure. This saves me from having to give out my complex hex password to every Joe Schmoe that comes over, and saves me from having to virus scan their PC first before allowing it connectivity. I run a secure network at home, and have connectivity to a jhighly secured network environment at work, and security protocols I have to maintain. I can't have my Mom's PC letting a virus into my subnet when she comes for a week to see the baby, so she and all other guests get their own...

      Timing around my 8-5 work habits? gee, I wonder how many of my neighbors within a 1/4 mile radius also work 8-5 jobs?

      Also, they'll find no trace of a P2P application on my home PCs. I have a TON of music, the large part ripped directly from CD, and a smaller but also large chunk recorded legally from streaming media sources using StreamRipper or other similar programs. That's not to say there might not be P2P files intermixed in my collection, but they will find no record of my systems having been to a P2P site, no installed software, no cached account information, no evidence.

      If I was going to P2P (which I do not do), knowing it's illegal, I'd do so by using a read-only bootable OS from external media, and have a very tiny shared folder (only enough to get a good number of active streams), and would download all my files to a seperate media path. Only after I knew the downloads were safe and scanned would they get merged into my real media library, and further still only they were scrubbed for watermarks or other data by being converted into another format, converting the tag data into a format consistant with all my ripped files, and replacing the album art.

      If their computer forensics folks came knocking with a warent and took my PC, they'd not find a binary match to any files the warent claims I downloaded, would find no account information and no trace of logged evidence of activity, and then I'd counter sue the RIAA for loss of use, false accusation, and emotional distrubance.

      If they find my col

      --
      There is no contest in life for which the unprepared have the advantage.
    20. Re:Largely irrelevant to RIAA litigation by joocemann · · Score: 1

      I don't think the basis for Roe V Wade is as simple as not being able to observe/prove a crime. You can't murder a human unless that human is a person. That, alone, absolves an abortion of the crime.

      Got proof?

  26. Legal code for this by Kupfernigk · · Score: 5, Funny

    private static String getRuling(LitigationObject individual, RichLitigationObject evilCorporation) throws NYCLException {
    if(individual.sues(evilCorporation)) {
    return "IP address is not personal identification";
    } else if(evilCorporation.sues(individual) {
    return "IP address is personal information";
    } else return "Please submit amount available to donate to my election campaign";
    }

    --
    From scarped cliff or quarried stone she cries "A thousand types are gone, I care for nothing, no not one."
    1. Re:Legal code for this by Anonymous Coward · · Score: 2, Funny

      Q: How do you make a RichLitigationObject?
      A: Inherit from a LitigationObject.

    2. Re:Legal code for this by Bigby · · Score: 1

      What about the case where they sue each other?

      ...

      if(individual.sues(evilCorporation) && evilCorporation.sues(individual)) {

      return throw new NYCLException("Can't find a way to RichLitigationObject to win; Mistrial");

      }
      ...

    3. Re:Legal code for this by Anonymous Coward · · Score: 0

      else return "Please submit amount available to donate to my election campaign";

      Cute, but very wrong. Article III (as in article III of the Constitution) Federal judges are appointed for life. Just because you don't like their opinions and you are unwilling to study them to find out what distinguishes one ruling from another doesn't mean that Federal judges are corrupt or biased in favor of evil corporations.

    4. Re:Legal code for this by Anonymous Coward · · Score: 0

      Now procedural :-)

      char *getRuling(char *individual, char *evilCorporation)
      {
              if (individualStatus == SUING)
              {
                      return "IP addresss is not personal identification";
              }
              else if (corporationStatus == SUING)
              {
                      return "IP address is personal information";
              }
              else
              {
                      return "Please submit amount available to donate my election campaign";
              }
      }
      }

    5. Re:Legal code for this by Rakshasa+Taisab · · Score: 1

      I hate people like you, who arbitrarily drop curly braces from else blocks. Be consistent or I'll take a shit on your lawn after fixing your code.

      --
      - These characters were randomly selected.
  27. Next logical step by davegravy · · Score: 1

    If IP addresses are not "Personally Identifiable", what widely broadcast piece of information on the internet is?
          If nothing, does that mean that users are generally anonymous, unless they choose to identify themself?
                  If yes, does that mean users have a reasonable expectation of privacy?

    1. Re:Next logical step by Anonymous Coward · · Score: 0

      We are anonymous. You have been warned.

  28. Is this really a bad thing? by Millennium · · Score: 2, Insightful

    Think about it: according to this judge, an IP address identifies a computer (as others have pointed out, "network endpoint" would be a more correct term), not the person behind it. Although this makes it easier for the **AA to collect IP-address information, it also makes such information a lot less useful, because by itself it leaves a hole big enough to establish reasonable doubt. The IP address can establish what computer was used, but it does not prove that the defendant was the one operating the computer in that capacity. Especially in an age of botnets and malware, there's a lot of doubt here unless you can establish a stronger link, and the IP address won't help you on that score.

    That leaves open the question: does this really strengthen the **AA, or does it actually hamstring their tactics? This may remain to be seen.

    1. Re:Is this really a bad thing? by somenickname · · Score: 1

      Especially in an age of botnets and malware

      This actually made me do a double take. Why doesn't the RIAA/MPAA just create/requisition a botnet and cause the infected machines to start sharing ludicrous amounts of files. They could sue millions of people.

      Shit. Perhaps I have said too much.

    2. Re:Is this really a bad thing? by SeeSp0tRun · · Score: 2, Insightful

      Again, your IP address (or mine anyway) is to the network endpoint that the ISP is not responsible for afterward. In this case, it will identify your network.

      I believe it is said that "Ownership is 9/10 of the law." In this case, a computer with your billing information, or an IP address for that matter, ties it (indirectly) to you. If my neighbor is on my computer at home, viewing kiddie porn, someone is going to be held liable.
      If I fail to remember that my neighbor had used my computer that week/day/whatever, you bet your ass I am going to jail.

      While a warrant would (and should) not be needed to collect IP addresses, the warrant should be needed to connect them to billing information, and therefore individuals.

      --
      Something witty.
    3. Re:Is this really a bad thing? by Anonymous Coward · · Score: 0

      **AA doesn't go after you based on IP address. They go after you based on your ISP account information. Their case would read: User account jsmith@aol.com, owned by "John Smith", under IP 192.168.1.23 on July 9th, 2009, was downloading "such.and.such.avi" from such.and.such.com; "John Smith" is therefore the responsible party.

      Microsoft on the other hand just has "IP 192.168.1.23" and not the "John Smith" identifier.

  29. The IP is a lot like a license plate by istartedi · · Score: 4, Insightful

    If all they have is a picture of your license plate, that doesn't prove you were driving. We should use this ruling as precedent to get out of automated tickets when there is no clear picture of your face.

    --
    For all intensive purposes, "whom" is no longer a word. That begs the question, "who cares"?
    1. Re:The IP is a lot like a license plate by davegravy · · Score: 1

      We should use this ruling as precedent
      to get out of automated tickets when there is
      no clear picture of your face.

      Has anyone actually ever tried to get out of an automated ticket this way? What was the result?

    2. Re:The IP is a lot like a license plate by Culture20 · · Score: 1

      All they have is a picture of a fake license plate changed to look like mine on someone else's car which is purposefully running redlight cameras.
      Golram teenagers.

    3. Re:The IP is a lot like a license plate by _avs_007 · · Score: 1

      You didn't need this ruling to do that, people have been fighting these tickets for years. (At least on the west coast). Reason being, the driving statutes (for speeding anyways) are explicit as saying it is the "driver" that is guilty of speeding. License Plate does not identify driver... The problem is, that most people don't know this distinction and just pay the fine... A CHP officer even told me this when I went with a friend to court a long time ago...

    4. Re:The IP is a lot like a license plate by RevMike · · Score: 1

      If all they have is a picture of your
      license plate, that doesn't prove you were
      driving. We should use this ruling as precedent
      to get out of automated tickets when there is
      no clear picture of your face.

      In places where photo enforcement is used, the laws are generally adjusted to implicate the person who registers the vehicle, and the license plate does tie directly to the vehicle registration. Your crime is not "running a red light", it is "allowing your vehicle to be used by some unknown person to run a red light". If your car was stolen, you can defend yourself using the police report to that effect. Otherwise you are SOL.

    5. Re:The IP is a lot like a license plate by BitZtream · · Score: 1

      Let me say this as clearly and nicely as I possibly can.

      Go fuck yourself. Don't break the law if you don't want a ticket.

      I'm so sick of douchebags like yourself trying to come up with excuses to break the law and get by with it.

      If you don't like the law, get it changed. If you can't get it changed, then play by the fucking rules cause the majority of us agree with the law. If you don't want to play be the rules, expect to get spanked. If you want to continue this sort of bullshit, expect to get spanked harder next time, you deserve it.

      --
      Persistent Volume manager for Kubernetes - https://github.com/dwimsey/openshift-pvmanager
    6. Re:The IP is a lot like a license plate by amicusNYCL · · Score: 1

      We should use this ruling as precedent to get out of automated tickets when there is no clear picture of your face.

      I don't know where you live, but I assumed that was already the case. It's true where I live, if they don't have a picture of you driving, or if the picture is of someone else, you don't have to pay.

      You're telling me there are places where that's not true? Hell, I have 3 outstanding tickets where it does show my face, but I still won't pay because no one ever served me the papers. About half the people in my state who receive photo tickets decide not to pay them, in fact. They used to serve each complaint but apparently stopped doing that at some point.

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    7. Re:The IP is a lot like a license plate by julesh · · Score: 1

      You're telling me there are places where that's not true?

      Yep. Here in the UK, for instance, there is an offence of failing to disclose the identity of the driver of a vehicle which was registered to you at a time when it was witnessed committing an offence. The offence is, basically, more serious than any other driving offence, so when the police ask you to tell them who was driving, you tell them.

    8. Re:The IP is a lot like a license plate by Anonymous Coward · · Score: 0

      Which is why (at least in Canada) the owner of the vehicle is fined for camera tickets but does not get demerit points against its license.

    9. Re:The IP is a lot like a license plate by amicusNYCL · · Score: 1

      What if you legitimately don't know?

      --
      "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
    10. Re:The IP is a lot like a license plate by Anonymous Coward · · Score: 0

      http://www.dailytech.com/Students+Use+Speed+Cameras+to+Frame+Innocent+Drivers+Prank+Teachers/article13749.htm

      A group of kids were makign false plates of teachers and then blasting through stop light cameras in Maryland and innocent people were getting the $40 tickets in the mail even though it wasn't even their car much less them driving it. But the assumption was the plate matched the guilty party.

    11. Re:The IP is a lot like a license plate by clone53421 · · Score: 1

      Ah, but the law also says you must prove, beyond a reasonable shadow of a doubt, that I broke the law you're accusing me of breaking. If you fail to prove this, I walk.

      Now it's my turn to say: If you don't like the law, get it changed (good luck with that).

      Admittedly in the case of a red-light camera it's pretty highly probable that I was driving the car, but that need not necessarily be the case. I am not the only one who drives my car, I am most likely the only person who knows who was driving my car at that time (if you didn't get a photo of the driver's face), and you cannot require me to testify against myself. Thus, without a picture of my face, you lose.

      --
      Alexander Peter Kristopeit bought his basement from his mommy for one dollar.
    12. Re:The IP is a lot like a license plate by julesh · · Score: 1

      There's an obligation to take reasonable steps to ensure you know, but if you were taking reasonable steps but still don't know, as long as you can provide some good reason for that to have happened, you're in the clear.

      As an example, a company I worked at owned a car that was caught by a speed camera. We had a policy that each employee should sign the car out before using it, which was almost always done. However, on the day in question, whoever took it didn't sign it out. None of us could remember with any certainty who had had it that day. The court accepted that for a small company (we had 3 employees) we had taken adequate steps, and dismissed the ticket.

  30. And a STREET Address? by Philip+K+Dickhead · · Score: 5, Insightful

    Identifies a HOUSE!

    Not personally identifiable? Right! No reasonable analogy?

    The Judge needs a head check.

     

    --
    "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    1. Re:And a STREET Address? by fredklein · · Score: 1

      Houses (or, more properly, addresses) do not identify a person. An apartment house, for instance, has one address, but numerous people living in it. Even a regular house can have an entire family.

    2. Re:And a STREET Address? by mcgrew · · Score: 1

      Just because you're in the living room doesn't mean it's YOUR house.

    3. Re:And a STREET Address? by Anonymous Coward · · Score: 0

      ...

      What don't you understand? An address identifies a place, at which there could be a house. Or a bunch of apartments, which finishes the router argument.

      There might be 1 computer (house), but there could be many (apartments).

    4. Re:And a STREET Address? by hypergreatthing · · Score: 1

      well i guess i can spoof downloading some kitty porn from your ip address. Then we'll see how well your analogy holds up. Last time i checked houses were a lot harder to up and move then ip addresses.

    5. Re:And a STREET Address? by ragefan · · Score: 1

      Identifies a HOUSE!

      Not personally identifiable? Right! No reasonable analogy?

      The Judge needs a head check.

      Four people rent a house together. Alice robs a pizza delivery man. Does that mean Bob, Carol, and Dave deserve to be arrested and charged for the crime with Alice since the street address identifies them too?

    6. Re:And a STREET Address? by Impy+the+Impiuos+Imp · · Score: 1

      And the SSN doesn't identify a person. It identifies a set of financial records in databases. And your DNA doesn't identify a person because you could be twins, just like there could be more than one person in a house.

      It's times like these Slashdot needs to get with the modern world and allow a rolleyes emoticon.

      --
      (-1: Post disagrees with my already-settled worldview) is not a valid mod option.
    7. Re:And a STREET Address? by Philip+K+Dickhead · · Score: 1

      IP Address is an endpoint for NAT. Same story - same analogy.

      --
      "Speaking the Truth in times of universal deceit is a revolutionary act." -- George Orwell
    8. Re:And a STREET Address? by Boomerang+Fish · · Score: 1

      no, but it would make them "Persons of Interest" until they can be interviewed...

      honestly, any "proof" that relies on the ip address alone should be laughed at; however, to deny it is suggestive of a deeper look is also disingenuous...most people wouldn't know how to spoof it, and it does narrow down a geographical area, once you rule out proxy servers and the like. Of course we all know that ARIN records are kept meticulously current by all the ISPs out there...

      --
      I drank what?

    9. Re:And a STREET Address? by Anonymous Coward · · Score: 0

      Right, so if the New York Times published a list of the addresses of suspected sex offenders, that would be okay, because after all, they gave no personally identifiable information.
      The ruling looks... wrong. There's certainly the possibility of tracing an IP address back to a single person, it's just not very reliable. Not all dubious usages of personal data take are done with the concept of reasonable doubt, or even plausible deniability, in mind.

    10. Re:And a STREET Address? by HermMunster · · Score: 1

      This is not true. The house or even an apartment house always identifies the residents. You are identified by the apartment number.

      The IP address identifies the first 3 dot notations of the IP address (say in the case of the house "the neighborhood") and the 4th dot notation identifies the actual address (the actual PC) because it is usually tied to the MAC address of the computer.

      Are we to say that it is not personally identifiable if it is not identifiable all the time, just some of the time? We could do the same thing. The SSN isn't identifying information all the time such as when it is used in identity theft? Sure it is identifying information, that's why the created it.

      The IP address is identifiable information because it was designed for that purpose. The streets of your city and the address numbers weren't created solely for the delivery of mail. It's just that the government decided it could use that information to deliver mail. It still identifies you. It is no different than your house address identifying you. So, you say it doesn't identify you because sometimes there's just one person living there while other homes have more than one? It is still identifying information.

      Just because Microsoft collected the information doesn't mean they didn't have any intention of going back to find out who you were. The class action lawsuits simply put them on notice that if they use the information to identify you then they are violating their own terms which leaves the doors wide open to what you can do.

      --
      You can lead a man with reason but you can't make him think.
    11. Re:And a STREET Address? by UncleTogie · · Score: 1

      There's certainly the possibility of tracing an IP address back to a single person, it's just not very reliable.

      Unless said IP changes whenever someone new sits down at the computer, I'd venture that it doesn't identify people in itself...

      --
      Don't tell me to get a life. I'm a gamer; I have LOTS of lives!
    12. Re:And a STREET Address? by HermMunster · · Score: 1

      You need to ask the Judge to rule on that one dude.

      --
      You can lead a man with reason but you can't make him think.
    13. Re:And a STREET Address? by HermMunster · · Score: 1

      No, you have your analogy wrong. It isn't about them being arrested, it's about them being investigated. They were able to determine who to investigate by the personally identifiable information known as the address.

      --
      You can lead a man with reason but you can't make him think.
    14. Re:And a STREET Address? by Anonymous Coward · · Score: 2, Funny

      well i guess i can spoof downloading some kitty porn from your ip address

      Somebody call PETA!

    15. Re:And a STREET Address? by fredklein · · Score: 1

      This is not true. The house or even an apartment house always identifies the residents. You are identified by the apartment number.

      We're not looking at the apt#, just the actual street address.

      The IP address identifies the first 3 dot notations of the IP address (say in the case of the house "the neighborhood") and the 4th dot notation identifies the actual address (the actual PC) because it is usually tied to the MAC address of the computer.

      More like the IP address identifies my router (building). Additional information like internal network dhcp data (apt number) is needed to identify the specific computer (residence). Even then, that only specifies the computer (residence), not which user (person).

    16. Re:And a STREET Address? by j_166 · · Score: 1

      I just think the use of a house analogy is completely confusing. Is there anyway you can revise your analogy to be about cars? Like for example "A license plate number identifies a particular car, not who is using a laptop in its trunk."

    17. Re:And a STREET Address? by tjonnyc999 · · Score: 1

      Kitty porn? Meowhere can I get some? My cat's lonely.

  31. Couldn't this be a potentially good thing? by billlava · · Score: 3, Funny

    If the court ruled that IP addresses aren't personally identifiable, then couldn't some crafty lawyer argue that it can't be used to personally identify any defendant? I can hear the courtroom defenses now... "I didn't download and share 10 million hours of music, your honor. The computer located at 10.187.13.37 did."

    1. Re:Couldn't this be a potentially good thing? by n30na · · Score: 1

      Wait, so computers are people now too, like corporations? golly.

    2. Re:Couldn't this be a potentially good thing? by Anonymous Coward · · Score: 0

      I'm sure the judge will backpedal fast enough to run Seattle's streetlights for a year the first time some guy gets hauled in on kiddie porn charges.

    3. Re:Couldn't this be a potentially good thing? by that+IT+girl · · Score: 1

      "...13.37"

      I see what you did there, you 1337 hax0r you.

      --
      10 FILL MUG WITH COFFEE
      20 DRINK COFFEE
      30 GOTO 10
    4. Re:Couldn't this be a potentially good thing? by matt20102 · · Score: 1

      On cross examination, however, I later recanted and said that it was the one and only computer @168.0.0.1. Or maybe it was the computer at 127.0.0.1...

  32. Windows95 vs Unix mentality by scorp1us · · Score: 1

    I have to say this is one of the better rulings. The judge is enlightened to know that multi-tasking computers can serve many users at once. The idea that one IP=one user is completely a windows-centric perspective, which is even less true since windows 2000 (ish, not exact).

    Now this should raise the bar for RIAA and MPAA, who only collect IP addresses. Now they need to associate the activity with the user's account. Given that this information is not usually available, it is a coffin nail for those organizations.

    --
    Slashdot's rate-of-post filter: Preventing you from posting too many great ideas at once.
  33. Re:How is this significant to RIAA cases? by _avs_007 · · Score: 2, Insightful

    IP address identifies "a" computer, but not "whose" computer... For all the RIAA/ISP/etc knows the IP address could've been spoofed. Similar to dropping a letter in the mail at the post office with a forged return address. RIAA can say the letter contains pirated copyrighted material and go after the person who owns the house address listed as the return address, but that doesn't meant they got the right person.

  34. IP address IS PII by cjonslashdot · · Score: 1

    PII is any information that can be used to identify a person, directly or indirectly. In most cases, it is information about activities such that correlations can be used to derive the activities of individuals or information about those individuals. IP addresses certainly fall into this category. PII is NOT particular data fields: it is data that can be correlated to infer information about individuals or their activities. That is the new view of PII.

    Organizations often - indeed almost always - need to store PII. It is their responsibility to safeguard that information. We can't expect that they won't store it, but we can expect them to treat it as highly sensitive. That means compartmentalizing it (breaking it up so that if some is stolen it is not the whole set), encrypting it, limiting access to it, etc.

  35. You want to bet? by SuperKendall · · Score: 1

    You don't get to get pissy when a store's security cameras capture your image.

    This is Slashdot. Hell yes people here get upset here with any cameras that record them in public, much less a private store owned by someone else...

    --
    "There is more worth loving than we have strength to love." - Brian Jay Stanley
    1. Re:You want to bet? by Volante3192 · · Score: 2, Insightful

      Yes, we do get to get pissy.

      We just can't do anything about it other than choose not to shop there.

    2. Re:You want to bet? by Anonymous Coward · · Score: 0

      This is Slashdot. Hell yes people here get upset here with any cameras that record them in public

      This is Slashdot, there are no unauthorized cameras in my mom's basement.

    3. Re:You want to bet? by RobertLTux · · Score: 1

      my favorite trick is to get a bill out of my pocket and wave it at a camera to see if that will make the clerks reappear.

      (do none of the clerks nowadays know what a buying signal is??)

      --
      Any person using FTFY or editing my postings agrees to a US$50.00 charge
    4. Re:You want to bet? by Opportunist · · Score: 1

      Unfortunately, you don't (always) get to choose whether you want to "shop" at the courts.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    5. Re:You want to bet? by Opportunist · · Score: 1

      Fingering merchandize and then stuffing your hands in your pockets gets a way faster response. Usually it's the local detective trying to justify his existance, but at least you get to talk to someone who can maybe summon a clerk for you.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
  36. Moot Point? by iCharles · · Score: 1
    I get the whole notion, that the best you can hope for in relating an IP to a specific entity is, most narrowly, a computer, or, more broadly, a network. I wonder what the practical effect of the ruling will be?

    If an IP is suspected of criminal activity, and it can be related to only a particular network/house, the case may not be a slam dunk. However, it may well be enough to create all sorts of joy for that network/house. It's probably enough probably cause for a warrant which will then find all computer attached to that network confiscated. If they can pin the behavior to a specific machine, then anyone who had access to that machine could be under suspicion.

    If you run an open WiFi site, the net could be broadened to any computer the the radius of your signal--the neighbors will love you. Even though one can make the arguement that some random car with a laptop might have parked in front of your house, and you might carry the day in court, you'll still have a lot of hassle and legal fees.

    (And that doesn't include anything that might shake out from what's on those computers (child porn, etc.), discovered as a consequence of the search. For that matter, how are charges filed for such a thing on a shared computer?)

    I'm not sure the RIAA would be able to get such warrants/subpoena based solely on an IP address. While it will prevent them from simply creating suits based only on IP address, at the end of the day it's just one more hoop to jump through.

    At the end of the day, that's my point: while it definitely raises the bar for legal action, I'm not sure it does much more than that in practice.

    Note that I'm not a lawyer--this could be 100% bunk (or more!).

  37. Hate to sound jaded by Maxo-Texas · · Score: 1

    but notice how the courts supported the large corporations in both cases.

    I'm not sure if it is because they just support corporations (and want campaign donations in some cases- or invites to cool parties at the country club in others) or if wealthy corporations have more money so they get more (as in entire legal teams- not just one lawyer) of better (more researchers, more experts, experts willing to basically perjure themselves) which also says our "justice" system is really about money-- where a lady who pirates 24 songs is fined 1.8 million and a rich man who murders someone serves 24 days in jail.

    It will be interesting to see how the justice system holds that both an I.P. address uniquely identifies a person and does not uniquely identify a person.

    If you ever get on a jury, remember your right to jury nullification and remember to NOT tell any of the other juries about it (or answer the innappropriate lawyer questions designed to strike you from the jury).

    --
    She was like chocolate when she drank... semi-sweet at first and then increasingly bitter.
  38. Re:How is this significant to RIAA cases? by blueg3 · · Score: 1

    An IP address identifies exactly one Internet node. However, that node may well be forwarding traffic to the Internet from an unspecified number of private-network nodes.

  39. A question by shutdown+-p+now · · Score: 1

    Under the established laws, is a phone number considered personal information or not?

    If it's not, then this ruling makes perfect sense. If it is, then there is a double standard here.

  40. IP/ESSN by Anonymous Coward · · Score: 0

    So if my IP address isn't personally identifiable does that make my ESSN number on my cell phone also not personally identifiable?

  41. Re:And a phone number? by cmarkn · · Score: 1

    only identifies a phone, not a person. Anybody could be carrying a phone with that number, and for all we know they've cloned the number so you'd better get your best detectives on it RIGHT NOW!

    --
    People should not fear their government. Governments should fear their people.
  42. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  43. RIAA suits are toast. by Anonymous Coward · · Score: 1, Interesting

    Double-edge sword for big business. The RIAA in their suits try to identify individuals based on the IP addresses and such so now they will not be able to do so based on this FEDERAL court ruling.

  44. What about license plates? by erroneus · · Score: 1

    They only identofy the "car" right? And not the person? Let's say we get the judge's car's license plate information and see if he doesn't feel that identifies him too personally or not?

    I think the parallel is close enough to accurate to be effective in this case. Identify a person's possession and you identify the person as well in the process.

  45. whois by CarpetShark · · Score: 1

    an IP address identifies a NETWORK administrator

    There, fixed that for you.

  46. Uhh, why do they get to "rule" on this? by Thaelon · · Score: 1

    Did it bother no one else that a judge has taken it upon himself to rule something as true that is a provable fact?

    What would we have done if he ruled that it does personally identify a person?

    Why was a ruling even needed when this is utterly provable?

    Is a judge next going to rule that gravity pulls thing towards earth? I'll admit that one seems a bit absurd, but is actually harder to prove than the fact that an IP address does not reliably identify a person. So why does the more easily proven fact get a ruling?

    --

    Question everything

    1. Re:Uhh, why do they get to "rule" on this? by rift321 · · Score: 1

      I believe there needs to be a ruling when there is no previous legal precedent. For example, the admissability of DNA evidence to establish the presence of a person at a scene. Even though there is science there, even science has gray areas (including DNA, by the way), and Judges are there to sift through the exceptions and interpret it all for the masses.

  47. defense to 'it is not my IP' by Anonymous Coward · · Score: 0

    My 'IP Address" is not even a real IP Address. It is owned and shared by my ISP (Comcast unfortunately) with many customers. They doll these IPs out to many customers. If Comcast has a couple of Class C groups of IP addresses then they do not have enough addresses for all their customers and equipment (HD Set top boxes are rumored to also run on IP addresses thru Comcast). Thus my address is an Internal Comcast IP address also. So the RIAA should only be able to find Comcast's outward facing IP address which Comcast would have a corresponding log that shows its' equivalency to my rented IP, which I as my home's ISP share across my network and 'rent' it to all the local computers.

    So if the FBI comes and takes your house of computers. The defense attorney should be able to seize the Comcast network for the defense exhibit. That might limit ISPs desire to freely share logs with anyone.

    Computers don't hack people... People hack people.

  48. Re:Issued at Birth by TaoPhoenix · · Score: 1

    They already do - it's called a Social Security number.
    Funny thing - it's personally identifiable all right... "virtually stamped" for life.
    So the judge issued a fairly complex ruling. An IP is not identifiable in all cases, cue the sysadmins.
    So the NEXT ruling down the pike is something like "neither is an IP wholly disconnected and may be contributory to identifiable info."

    --
    My first Journal Entry ever, in 8 years! http://slashdot.org/journal/365947/aphelion-scifi-fantasy-horror-poetry-webzine
  49. I like it by ecloud · · Score: 1

    The RIAA reference is obvious. Also should mean if a neighbor uses my wireless AP for some kind of crime, I'm not liable.

    It's like the fact that a car license plate is not personal info because it identifies a car, not the driver. That's why photoradar installations have to take mug shots for evidence of who was driving.

    1. Re:I like it by rantingkitten · · Score: 1

      That's why photoradar installations have to take mug shots for evidence of who was driving.

      Except they don't in many (most?) cases. The state is more than happy to send you a snapshot of the back of your car -- in some cases you can't even tell where the photo was taken -- and expect you to mail them money. This happened to me recently: I was driving my stepfather's car while mine was out of commission, and apparently "ran" a red light. They sent him the ticket since he's the registered owner of the car, and now it was up to him to prove that he wasn't the one driving it at the time. (How the hell you're supposed to be able to prove that is beyond me.)

      No face picture, nothing -- just a picture of the back of his car at what appeared to be an intersection.

      Whether or not you think that's the right way to do it is kind of irrelevent. My point is how the government is generally willing to accept whatever interpretation suits them at that moment. They'll claim your license plate is damning enough evidence that you, personally, did something, but an IP address assigned to you isn't.

      --
      mirrorshades radio -- darkwave, industrial, futurepop, ebm.
  50. Hold on a minute... by Locke2005 · · Score: 1

    How am I going to read my own IPV6 address when I forget it when it's tattooed on my ass? Much better to tattoo it on the forehead or the hand

    --
    I've abandoned my search for truth; now I'm just looking for some useful delusions.
  51. Here's one reason why they can't be. by CherniyVolk · · Score: 1

    Some people reference car license plates and the such. Perhaps, off the cuff reasoning suggesting that from experience from having to pay a photo-captured ticket from running a red light, that the license plate is 'personally identifiable'. Technically, it's not the court saying that your license plate identifies you as the driver, but rather that the license plate identifies you as responsible for your car; this is a big difference. There is a law allowing traffic violations to only need personal identification in regards to the vehicle itself (as in, the license plate), and the penalty shall rest on who it's registered too. This is why, covering your face while running a red light won't save you... and this is why it doesn't matter who drives your car through red lights downtown... and this is why, the person the vehicle is registered to is who will pay the fine.

    At a minimum, 350 USD, at least in San Diego for getting photographed at a stop light, best make sure your pissed off girlfriend doesn't grab the keys to your car as she storms out.

    The judge probably considered the fact that while a block of IP addresses can certainly be registered to a person, who is actually in control or representing any individual IP address may not be one in the same. In fact, scratch the in control for a moment. A spoofed connection attempt might not even be indicative of route, path or physical lines from which the connection originated; with this in mind, it wouldn't even make sense to hold responsible the person registered to the IP address, as it's not even feasible to suggest they have control. See, with the actual traffic violation, it's assumed you have the keys to your own car and that you willfully allowed the person who ran the red light to use your car; on the flip side, if your car was stolen and the suspect ran red lights with your stolen car, can you guess why you wouldn't have to pay a fine? A network administrator has no reasonable level of control over his registered network in relative to other networks, not like a person who owns a car having a reasonable amount of control in the manner of physical keys and physical access to the vehicle.

    The control we are talking about, in part is inherent to the fact the car is a physical item, which carries all the laws of physics with it (it can't be in the same place as another car, depending on precise measurement it can be shown to be unique to all other cars even if off an assembly line etc). In regards to the Internet, it's just protocols, ambiguous electron patterns that are precise and exact every time. 192.168.1.1 becomes interpretations of bit patterns parsed from a set of standard fields... there is no way to isolate the message as universally unique, and having only been able to be received from any origin.

    It's this inability to be unique, which obfuscates origin. If something is unique, it's origin or position is a matter of accountability. Tracing an internet connection really boils down to following what accounting is available for the physical electron flow. The connection came in on this connection, which is connected to this phone line, which opened a circuit... at the end of that circuit is a device, that opened another circuit and at the end of that is another device... and so on. It's the assumption that most connections, tasks, operations, hacks will need constant two-communications, so somewhere a reliable link can be found. So we often put a lot of faith in the reported IP in the logs as being a "real" IP address. But there are hacks, intrusion techniques that aren't two way, but simply one way... injections and such which need not phone home. Kinda like dumping bait into the river and walking away, if your objective is simply to poison the fish, it's a perfectly reasonable approach.

    The point is, there's no way to personally identify a person from an IP address. And there's not enough inherent uniqueness or expected control to hold responsible whoever might be registered for an IP in some log file.

  52. Mirror by Anonymous Coward · · Score: 0

    It's like talking to a mirror with a delay effect.
    -
    A (127.0.0.1): I am 127.0.0.1!
    B (127.0.0.1): I am 127.0.0.1!
    -
    A (127.0.0.1): No, I am 127.0.0.1!
    B (127.0.0.1): No, I am 127.0.0.1!
    -
    A (127.0.0.1): You wanna mess with me?!
    B (127.0.0.1): You wanna mess with me?!
    -
    A (127.0.0.1): DO YOU?!!!!
    B (127.0.0.1): DO YOU?!!!!
    -
    A (127.0.0.1): No...
    B (127.0.0.1): No...
    -
    A (127.0.0.1): Ok then...
    B (127.0.0.1): Ok then...
    -
    A (127.0.0.1): Idiot.
    B (127.0.0.1): Jerk.

  53. At best.. by TemporalBeing · · Score: 1

    At best an IP address identifies a computer; and as other have said that single computer could be (i) a router, behind which there are other computers, (ii) a single computer with one OS, (iii) a single computer with multiple OS's (e.g. virtual machines), or more. Additionally, there is not necessarily a 1:1 ratio of computers to humans where the computer resides; thus, even if you can identify the computer you cannot necessarily identify the person behind it, even if you use a login - someone else could login as you and do stuff and you wouldn't know it.

    So it's kind of somewhere between what RIAA wants and what the judge ruled here. RIAA wants it to identify a specific individual - not gonna happen - but it does identify more than the judge ruled. So privacy still needs to be held and IP addresses should still be considered private information, though not personally identifiable information.

    --
    Truth is like the sun. You can shut it out for a time, but it ain't goin' away. - Elvis Presley (source: imdb.com)
  54. It takes more than an IP address to make a case by rvel · · Score: 2, Interesting

    This will have no effect on RIAA cases. I believe the RIAA investigators use an IP address to identify an alleged lawbreaker, then grabs their hard drives and looks for evidence of file sharing, illegal downloads, etc. You cannot simply convict someone for illegal online activity simply because they have the same IP address as an alleged abuser. In this context, an IP address is like a license plate. Example: someone is involved in a hit-and-run. The cops track the license plate to your house and checks your car for damage.

  55. And My Checking Account by gearloos · · Score: 1

    And My Checking Account Just Describes My Money. nothing personal.....jeeze

    --
    "Computers are a lot like Air Conditioners" "They both work great until you start opening Windows"
  56. I can see the fight against the RIAA now... by icannotthinkofaname · · Score: 1

    "Yes, that is the computer that I use for my daily activities."

    "Yes, according to what you have found, that computer was downloading copyrighted material illegally."

    "I don't follow, sir. Why are you accusing me? That IP address that you found only identifies the computer. Can you prove that I told the computer to download those files?"

    This will be fun. Or horrible, copyright-law-induced torture. Either way, I'm gonna sit back and watch.

    --
    Let q be a radix > 1. I am in ur base-q, killing 10 d00ds.
    1. Re:I can see the fight against the RIAA now... by Anonymous Coward · · Score: 0

      Exactly why do you think anything at all has changed with this ruling? Can you point to a single criminal or civil case that the defendant lost when the ONLY evidence provided was an IP address? The IP address is just one piece of evidence that can be used. The IP address also provides 'probable cause' for searching your hard drives, etc. Nothing has changed there either. I think your silly gloating is a little premature.

  57. Personally Identifiable vs Address Portability by damn_registrars · · Score: 1

    I recall past discussions here about a movement to make IP addresses portable, in the way that phone numbers currently are. In other words, the idea would be that you would "own" an IP address, and you could use that address with any ISP you wanted. Granted, it could cause some interesting problems, but that is aside the point for the moment.

    As the current system is setup, with IP4 addresses, IP addresses essentially belong to an organization - for most home users that organization is their ISP. If you switch to a different ISP you can expect a different address. However, it would seem that if we did have IP address portability, then addresses would have some relevance for identifying a user (or at least a user's computer).

    So while the fans of IP address portability lost their fight years ago, they may have inadvertently won a battle for privacy.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
    1. Re:Personally Identifiable vs Address Portability by keithpreston · · Score: 1

      I recall past discussions here about a movement to make IP addresses portable, in the way that phone numbers currently are.

      We could take it one step further and replace these "hard to remember" ip addresses with human friendly combination of letters and numbers. That way each person could have their own ISP independant "domain" that they could keep for years!

    2. Re:Personally Identifiable vs Address Portability by Anonymous Coward · · Score: 0

      Working in the telecom business and having had a bit to do with both phone numbers and Ip addresses, I would have to say that I consider number portability to be one of the worst possible ideas, for both phone and IP addresses. The reason is that the number is (or for phone was) used as part of the routing information. By grouping addresses with the same prefix together you reduce the complexity of the routing decisions to be made. eg if a (full international) phone number starts with 1, you route it to the United States, if it starts with 46 you route it to Germany and so on. Same applies with IP addresses, leading to nice simplifications like "if it is not in my local range, route it out the default route to my ISP". It also helps the customer to know who they can get cheaper calls to, eg numbers on the same network.

      If you make numbers portable you break all that, and ultimately need some way to determine what the actual route is to a particular number. This would be similar to the way we need a DNS system to turn a domain name into an actual routable address. So now with phone systems (I'm thinking in particular of mobile number portability) you have to have a system that looks at the number dialed, then goes to a database and looks up whose network that number is actually in. Since multiple operators are involved, that naturally leads to situations where the information is out of synch and complicated problems ensue.

      It would be even worse with IP, where allowing portability would eventually lead to a situation where the core routers might have to carry a host route for a large proportion of all the avaialble addresses. The only way I can see to actually make the IP numbers portable would be to introduce a new underlying addressing system that remained tied to the routing. Your IP address would then be looked up in a database analogous to DNS and the routing would be by the new address. Of course, next there would be a move to have those underlying addresses made portable.

      Really, we need to distinguish between addresses which can be made portable and addresses which cannot. The street address of a house cannot readily be made portable, since it is intimately tied to the physical location, or if you like to look at it that way, the address contains routing information. A Post office box number is more readily portable, at least within the area served by that particular post office. You could also imagine the post office offering a unique identifier, which they could then look up in a table and deliver to anyway in the country, or even the world given some international coordination. But such an address may not contain any routing information.

      Any politicians who want to make non portable addresses portable should of course be staked through the heart.

    3. Re:Personally Identifiable vs Address Portability by lordholm · · Score: 1

      Firstly: Very good post.

      Secondly: "if it starts with 46 you route it to Germany and so on", I am sure that if you route 46 to Germany, havoc would asume in Sweden :)

      Thirdly: "You could also imagine the post office offering a unique identifier, which they could then look up in a table and deliver to anyway in the country"

      This was the best idea ever. I can't remember how many letters I had to send out last time I moved with address updates. Usually you can get the post-office to forward old letters, but that cost extra money. Having an address neutral post-address would probably save piles of money in administrational fees for the entire society, though the post office would have some additional expenses. But anyway, this was the best idea ever. :)

      --
      "Civis Europaeus sum!"
  58. License plates analogy. by Estanislao+Mart�nez · · Score: 1

    So, if a particular illegal or actionable activity is traced to a particular IP address, can this ruling be used to indicate: "It wasn't me, an IP address identifies a computer, not a person, re: so-and-so vs. so-and-so" or is that just silliness?

    I don't think this particular ruling would be relevant to such a case, and at any rate, you don't need this ruling to argue that.

    Basically, try to think of how a murder case for a drive-by shooting would go, where a witness noted down the license plate of the car, but didn't see the shooters. The license plate can and will be used to track down the car's owner. This person and various of their associates and acquaintances will be interviewed by the police. If the police and the prosecutor think that the car owner committed the crime, they will bring charges against him, and the license plate number will be part of the evidence that the prosecution uses to make the case that the accused committed the crime. But the police will try to gather more evidence than just the license plate; they will try to establish things like motive, too.

    It's not really much different with IP addresses. There's a possibility that the person who the IP address was assigned to at the moment of the crime isn't the one who actually did it. But the IP address will be used to tie that person as a suspect to the crime, obtain search warrants, confiscate computer equipment and search it. Then if a case is brought against the holder of the IP address, the IP address will be used as evidence along with other results of the investigation.

    Note that the big problem with the RIAA's court cases is that they're not law enforcement, and thus, they're not really doing a lot of investigation about what the IP address holders in their complaints actually did.

  59. Tracking a car.. by AftanGustur · · Score: 1
    Well, your IP address not only identifies a *computer* it also identifies a *customer* of the ISP, that is *a person*.

    I wonder if the judge would see things differently if someone planted a tracking devide on his car, to track the car.

    --
    echo '[q]sa[ln0=aln80~Psnlbx]16isb572CCB9AE9DB03273snlbxq' |dc
  60. GREAT NEWS!!!! by AmigaMMC · · Score: 1

    If a person cannot be identified solely by IP address that the RIAA cannot sue someone because copyrighted material was alleged download from an IP address.

    1. Re:GREAT NEWS!!!! by AmigaMMC · · Score: 1

      sorry, that=then

  61. Horrid analogy by baerm · · Score: 1


    rant
    Let me first say, Fuck!, do I hate slashdot at this point. Can they make it harder to load or comment on this site than they do. Let's wait for ever for the scripting crap to load, let's watch firefox spin and do all kind of weird shit before being able to do anything, and don't consider for even a minute looking at it on your phone's web browser, I think last time I did flames started to shoot and out and I had to dowse it with my coffee. Really?, floating window!?, I really really don't need slashdot's clippy around, thank you /rant

    Sorry , back to your normal station, this is a horrible analogy

    Home address, you either are moving around a lot and the address is a poor indicator of I.D. or you,
    Rent: and have been credit checked, pay monthly, and tend to live at a location for years at a time. Extremely connected to you
    Buy, you have a mortgage, even more connected to you.

    Car, you purchased a car, probably have a loan, the car is registered with the state based on your I.D, car's Vin# , licence #, etc... If you live in a state with regular car examinations (i.e. smog checks here), this info is also periodically checked. Extremely connected to you.

    IP address, if I have a static address, it is connected to me in some way. See wireless networks and NAT however for how I may be only remotely and unknowingly connected personally to whatever is going on. More often though, these are dynamic and again you may have wireless and NAT. Or I pop into a coffee shop and what address did I just get?, or I use a different network card in my notebook, or wait... I just changed the MAC address on one of the cards or.... you get the idea. As other's have mentioned, IP's only really reference a network node for a certain period of time. This could be very identifiable: static IP to a DNS'd address that's consistent for years or it could be almost completely anonymous: some various network card with a handset MAC at a coffee shop.

    If you want an analogy, how about your current location? If you're at home, it might be good indicator of who you are (although it could be anyone who lives with you or is visiting), If you're some place crowded or that you've never been to before, it's a horrible indicator.

  62. Re:How is this significant to RIAA cases? by Anonymous Coward · · Score: 0

    Chewbacca Defense!!!
    It was Chewbacca with a wap and a netbook in the garage!
    With Colonel Mustard on the side!

  63. Responsibility by Anonymous Coward · · Score: 0

    It is incredibly rare that a PC just "gets" botted. The user almost always does something, voluntarily, that they knew would result in other people potentially having control over their computer.

    For example, I know a guy who bought a computer that came with Microsoft Windows. He connected to the Internet and turned it on, without installing Linux over it first. (This was in 2009, not 1996, so it's not like he can plausibly deny he didn't know what the consequences of his act would be.)

  64. Have the cake and eat it too by jvkjvk · · Score: 1

    So, an IP address does not identify a person if it's a privacy concern about large corporations, yet can be used that way if the RIAA is involved. Sounds about right for our system of 0wned laws.

  65. Bought Judge by HermMunster · · Score: 1

    One can only guess that the Judge was bought off. Clearly his ruling contradicts reality. Collection of the IP address is collecting personally identifiable information.

    In example:

    1) you have a social security number.

    2) by looking at that number you can't tell much about the person. You can't identify them.

    3) By tying that number to something personal you can identify them, thus making it personally identifiable.

    In the case of the IP address you can't see anything personal by just looking at the number, just as is the case with the SSN, but you can tell about the person if you tie it to a date and time and then look at the account information. Just like looking at the SSN in relation to the decade/year/month/day it is active and then looking at the database that identifies who the person is.

    This Judge was bought because you can't make that ruling without thinking to yourself that you are defying common sense.

    Saying that the IP address is not personally identifiable is like saying that the SSN isn't personally identifiable. If both are the same type of system then the judge is saying neither is, so the question then becomes: what is personally identifiable? His definition doesn't hold water. It's a circular reference.

    --
    You can lead a man with reason but you can't make him think.
  66. What to do by Anonymous Coward · · Score: 0

    I don't get this. So I should be angry that Microsoft won, but be happy that this means the RIAA will lose... What am I supposed to be, angry or happy?

  67. You say Sonny Bono; I say cui bono by tepples · · Score: 1

    You seem to be suggesting that an artist should, rather, be a pet entertainment slave for anyone who thinks that artist isn't making personal decisions in a way that someone else wants.

    They already are. U.S. copyright has a compulsory mechanical licensing regime for cover versions of the latest hit single. What would be so dramatic about extending this to other classes of works that are no longer commercially exploited?

    You want to dictate when and how an artist's work can be distributed, rather than leaving that up to the work's creator.

    In a way, it's already not up to the author. U.S. copyright gives anyone who buys a lawfully made copy the right to resell said copy. And if it really is about control, then who would benefit from controlling the right to propagate a work if the public does not know who owns the copyright in the work? You say Sonny Bono; I say cui bono?

  68. Re:How is this significant to RIAA cases? by Landshark17 · · Score: 1

    "RIAA can say the letter contains pirated copyrighted material and go after the person who owns the house address listed as the return address, but that doesn't meant they got the right person."

    Doesn't mean they care they got the wrong person, either.

    --
    This sig is false.
  69. Home Addresses Don't Identify People! by darkmeridian · · Score: 1

    Collecting home addresses should be legal because it's not personally-identifiable information. They identify real property! This should be obvious to anyone who has a brain!!!

    --
    A NYC lawyer blogs. http://www.chuangblog.com/
  70. a drivers license numbr identifies only the licens by Anonymous Coward · · Score: 0

    judge is obviously a tool.

    We could make the same argument about whether the his american social security number identifies him. No it doesn't - it is only the key to data in some rows in a database of the entity which issued the number (the government). It identifies those rows, not him personally.

    substitute, 'IP address' for 'social security number', and 'the ISP' for 'the government' and the statement is no less true.

    sadly, from the rulings I've seen over the last few years, it seems that american judges really are stupid enough to come out with bullshit like this and actually believe it, and blind enough to not see the obvious parallels with other forms of identifying information.

  71. You almost had it. by BigMeanBear · · Score: 1

    An IP address DOES identify a computer- but not the way the judge thinks. My IP address identifies my router, which in turn owns 5 to 6 computers. With the wireless open, it could refer to the whole neighborhood, for all I know/care. They need to revise, an IP address identifies a NETWORK, but not neccessarily conclusively any particular computer.

    You say that "an IP address does identify a computer" and then argue that it does not. It's much less confusing to just say that an IP address DOES NOT identify a computer--and it does not identify a computer, a customer, or anything other than a logical endpoint of a tcp/ip network. This is especially true when the IP address is not statically assigned. A lot of people like to think about IP addresses as accounting tools, when they are really not meant to serve as such. People also like to think that a DHCP server's logs can be used as a way to make IP addresses into accounting tools, but they would also be wrong. For example, a cable internet subscriber can usually make use of his internet connection regardless of being assigned an IP address as long as his cable modem is authorized and his computer assumes an IP address that is valid for his network segment (and isn't a duplicate of another address currently in-use). In such a case (and it does happen quite often), there would be no accountability for that subscriber to the ISP as far as IP addresses in the DHCP server logs are concerned.

    --
    += E
  72. Personal Information by noahveil · · Score: 1

    I guess my address isn't personal information since it refers to a building and not a person.

  73. Static IP range by 1110110001 · · Score: 1

    If I could a range of 6 IPs and all you need to get my real name, then, yes, my IP address is peronally identifiable. You say that's not always the case and you don't know when it is? So you better not track any IP.