Slashdot Log In
E.U. Regulator Says IP Addresses Are Personal Data
Posted by
samzenpus
on Wed Jan 23, 2008 10:37 PM
from the do-not-share dept.
from the do-not-share dept.
NewsCloud writes "Germany's data-protection commissioner, Peter Scharr told a European Parliament hearing on online data protection that when someone is identified by an IP, or Internet protocol, address, 'then it has to be regarded as personal data.' Scharr acknowledged that IP addresses for a computer may not always be personal or linked to an individual. If the E.U. rules that IP addresses are personal, then it could regulate the way search engines record this data. According to the article, Google does an incomplete job of anonymizing this data while Microsoft does not record IP addresses for anonymous search."
Related Stories
[+]
Judge Rules IP Addresses Not "Personally Identifiable" 436 comments
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."
This discussion has been archived.
No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.
Is a license plate personal data? (Score:5, Insightful)
Re:Is a license plate personal data? (Score:4, Insightful)
just like a social security number is personal data, or the number on your id-card or your home-address and so on
ooh yeah, don't confuse US-law with EU-law
and offcourse, IANAL
Parent
Re: (Score:2)
Re: (Score:2, Interesting)
Re: (Score:3, Informative)
He's totally right (Score:5, Funny)
Re:He's totally right (Score:5, Funny)
Parent
Re:He's totally right (Score:5, Funny)
Parent
doubtful (Score:2)
In email source:
HTML comment tag open [WEBTRENDS-Tracking] HTML comment tag close
img alt="DCSIMG" id="DCSIMG" width="1" height="1" src="http://statse.webtrendslive.com/dcskvlalu100004rfxyw......
Strange idea (Score:4, Interesting)
Re:Strange idea (Score:5, Insightful)
Parent
Doesn't quite work as an analogy (Score:3, Insightful)
While everybody can check a directory such directories don't exist for IP numbers. Respectively the information needs to be obtained from the ISP.
I never heard of the requirement of a court order before checking a phone directory.
So... (Score:3, Interesting)
Re: (Score:2)
This has potential implications for how easy it will be for them to get your IP and may legitimize some obfuscation methods.
Just like Target doesn't keep a list of all the phone numbers of customers that come in or out, websites you visit will now have to use a higher standard of care with your IP. T
Re:So... (Score:5, Informative)
Parent
Re: (Score:3, Interesting)
Now with this decision in effect, ZAIKS would still sue you for copyright violatio
Re: (Score:2)
And they plan to implement this how?! (Score:5, Informative)
The bottom line is this is much like the ruling in the US that companies had to keep a record of working memory (which is entirely impossible,) This seems to be more legislators talking about something they know very little about.
Don't get me wrong, I do appreciate the fact that it would make it harder for the ad industry to hunt you down which is always appreciated, I just don't think any reasonable implementation will work.
Re: (Score:2, Informative)
The same can be applied to websites collecting info on users to sell it to spammers. It's really, really (really!) hard to prove they've sold it, but that wouldn't stop legislators from sanctioning that law, would it?
If the EU passes a law that adds IP addresses to the list of protected private data, that only means it is illegal to collect them
Re: (Score:3, Insightful)
IP's contain less value over time (most consumers have dynamic IP's, can switch ISPs, use proxies, etc), so storing
Re: (Score:3, Informative)
Re: (Score:2, Informative)
The comissioner doesn't seem to be claiming anywhere that IP addresses should not be stored, or that regulators should check to see if they are not stored, or that any "implementation" of anything is or should be required. The only statement from him seems to boil down to "something which identifies a person should be considered personal data".
And this would be the logical thing to say. Many posters have been wondering "how are they going to implement this?". Well, the thing is that laws like that are already in place (at least in Finland, but I'm assuming the rest of EU also), it's just the question of whether they apply to IP addresses as well as phone numbers, addresses, social security numbers etc. It's not illegal as such to store those, it's just regulated.
Re:And they plan to implement this how?! (Score:5, Insightful)
In Germany's current privacy and data protection laws, everybody has the right to decide what happens to their own personal information if it is being processed by computers. For instance, you can tell Amazon to delete all personally identifiable data they have about you, and they have to comply -- and you can ask any company that has personal data about you (such as your phone number, your address, etc. in telemarketing and plain old snailmail spam) to tell you where they got it from, what basis they have for keeping it, and to delete it from their databases. If they do not comply, you have a strong legal standing to compel them to give out this information (Mr. Sharr, who is quoted here, is the national representative for data protection, though there are more local ones as well -- if they suspect foul play, they
The legislators know very well what they are talking about. The scope of "personal data" is narrowly confined (anything that can be used to identify you or is saved in relation to data that can personally identify you or anything that could automatically be tied to you by a third party; IP addresses fall into the latter category; while a webhost will not be able to do the IP -> Name&Address resolution, the user's ISP could -- therefore the IP address is personally identifiable to a specific party through a third party and thus personal data protected under stringent data protection laws. This has been tested in court (the German DoJ, for instance, is no longer allowed to log IP addresses on their web servers by court order).
These laws don't "just" exist to combat the ad industry, but rather are an extension of one of our constitutions human rights, that is, the right to free self expression; this includes, under German law, the right to decide what happens to your data. There are, of course, certain restrictions (for instance, the DMV can process this data, as can other governmental bodies -- IF SPECIFICALLY AFFORDED THAT RIGHT BY LAW -- for their (narrow) purposes. You can waive this right (i.e. you can give your address to Reader's Digest for them to spam you with as they see fit -- if you give the permission (which is always revocable), they can do with your data whatever you allowed them to; Sweepstakes, for instance, are often designed to gather this data and get permission).
As for implementation thereof : I don't see a problem. The ip address can still be used to commmunicate same as before; it just can't be logged indefinitely nor used for purposes other than the intended one (i.e. connection establishment, communication, teardown vs. ad tracking) UNLESS the person in question has given permission. What this boils down to in Apache is adding mod_removeip. If no other information personally identifies your visitors (even through a third party), you can now log this data and do with it as you wish. Another possibility would be pseudonymizing the IP addresses with one-way hashes (though some care will have to be taken that this is not reversible easily, which may become a problem since there are only 32 bits in an IP address and thus bruteforcing is a viable tactic).
Nothing needs to be implemented to "check" whether the IP is stored. If you have a reasonable assumption that your contract partner is screwing you over, you can lodge a complaint with the Landesdatenschutzbeauftragter or Bundesdatenschutzbeauftragter (Mr. Scharr in this case), who will investigate -- same as when you suspect they are selling your address information illegally or engage in other illegal activites.
I for one am glad that there are some privacy advocates who thing about this s
Parent
Re: (Score:2)
Great! This would mean that there's no ads on television, because such a model could never work. I guess I stopped watching TV because I'm crazy and see things that doesn't exist then.
Re: (Score:2)
Re: (Score:3, Insightful)
Just Addresses (Score:5, Insightful)
It shouldn't be any more personal than a phone number is. Whenever someone calls me, I like to log them on my caller ID. I don't see a difference here.
Re: (Score:2, Insightful)
It shouldn't be any more personal than a phone number is. Whenever someone calls me, I like to log them on my caller ID. I don't see a difference here.
But what about if the phone company sells your phone number (no other information attached) along with a record of all the numbers you called and all the numbers that called you? Now your phone number is no longer just a means of communication.
The scary part is that they've been doing that for years WITH your other personal information!
Re: (Score:2)
But what about if the phone company sells your phone number (no other information attached) along with a record of all the numbers you called and all the numbers that called you? Now your phone number is no longer just a means of communication.
I would say that we need laws that differentiate between storing and selling?
I don't care if Joe the barber keeps a record of all the appointments I've ever made with him, and the phone number I used to make each appointment. What I do care about is that he does not give away or sell this information, and that he uses due diligence to protect the information from being stolen.
Anything else is getting far too close to a world like 1984, where keeping a diary can become illegal.
Re: (Score:2)
Re:Just Addresses (Score:5, Insightful)
That's exactly what's going on. Your phone number is personal data, too.
I don't understand the source of your disappointment, unless you think that personal data is private information. It's not.
Parent
Re:Just Addresses (Score:5, Informative)
Your phone number is personal data, but not private.
Your Address is personal data, but not private.
And of course, your IP is not private... but is part of your personal data.
Maybe in USA there is no difference between private and personal data, but in EU there's a big difference: nobody can NOT store your personal data without warning you and giving methods to correct AND ERASE your data.
Parent
Re:Just Addresses (Score:5, Funny)
Whew, lucky I got that out of the way.
Parent
Re: (Score:2)
Re: (Score:2)
Whoa (Score:2)
I can't believe what I'm seeing. Is this actually a semi-responsible technology-related decision made by a legislative body?
I'm not saying I necessarily agree with the complete "scrubbing" of Google et al.'s records, as it were, but the classification of an IP address as personally-identifiable information is definitely a positive step towards Internet freedom, and a reasonable expectation of some degree of privacy. At the very least, it gives you a leg to stand on when you find out that some company has
Trust Microsoft (Score:4, Interesting)
Unless Microsoft is just lying. How can they be trusted, with their track record?
Ok, more craziness (Score:3, Interesting)
Re: (Score:2)
Your address ISP Webhost IP + Timestamp GET
Re: (Score:2)
Re: (Score:2)
Begs the question... (Score:3, Interesting)
Re:Begs the question... (Score:4, Funny)
Parent
Re: (Score:2)
Major legal issues arising? (Score:3, Interesting)
This is totally ridiculous.
Re: (Score:3, Informative)
It's Peter SCHAAR (Score:4, Informative)
Oh, and he's a great guy BTW, responding to email in a timely and thoughtful manner, and investigating the questions he's being asked.
How will this affect Wikipedia? (Score:3, Insightful)
Re: (Score:3, Insightful)
Look at the privacy policies of Microsoft and Google. Search them out yourself. Google them, or live search them if you don't want your IP logged. MS's official position on privacy is generally fairly strict, and they consider it a selling point. Google's is less so, and they consider it a non-issue.
If you disbelieve th
Re: (Score:3, Funny)