Two Arrested For Hacking Personal Data of 8.7 Million Phone Users
An anonymous reader writes "South Korea's second largest wireless service provider has apologized after personal data of 8.7 millions of its mobile phone subscribers was stolen by hackers. The details are suspected to have been sold to marketing firms, netting the hackers close to $1 million. From the article: 'South Korean police have arrested two men who allegedly stole the personal information of about 8.7 million cellphone customers from KT Corp., the second biggest mobile carrier in South Korea. The company alerted police on July 13 after detecting traces of hacking attacks. The data was collected for the last five months, starting in February 2012.'"
I don't know anything about Korean law, but aren't they liable as well if they purchase goods that are stolen, or have a reasonable likelihood of being stolen?
------ The best brain training is now totally free : )
that is a lot of phone users. Those guys are fucking stupid.
I thought Korea had the fastest internet, couldn't they have done this in just a few minutes?
"The likes of Facebook and WhatsApp are free to those whose privacy is of zero value."
I would imagine those users already had their personal details stolen back in July 2011 when 35 million people (practically the entire population of South Korea) had their details hacked from another telecommunications provider - SK Communications. Is this a systemic issue in South Korea?
details are suspected to have been sold to marketing firms
So the problems are that
1) the "service provider" didn't get a cut from selling personal data to marketing firms;
2) the publicity has meant that the public are aware that personal data has been passed to marking firms.
It's sad that the data was stolen, though. I mean, why would you physically take the storage medium? How will the original owners ever get it back?
"fter all, theft, stolen goods and handling stolen goods normally refer to physical goods"
Have you just stepped through a timewarp from the 1980s? In almost all western countries (and probably korea) theft now includes data including personal details.
"This is data we are talking about: the victims have not physically lost anything"
Christ, this argument was old in the 80s. If someone steals your personal data you have potentially lost something FAR more valuable than the physical machine they retrieved them off.
Do yourself a favour and join the 21st century with the rest of us.
They have entire companies who do exactly this, thousands of some of the brightest minds dedicated to extracting as much data about you as possible through any measure.
they give them names like
Google
Facebook
Apple
Adobe Omniture
Comscore
Neilson
even re-defining a word for this covert spying called "analytics"
See if 1 or 2 people get your info, we call them hackers, if a gang of people under a collective name with TM symbol , then this its called a "business" in America and its actions are to be applauded.
Making completely secure programs and services is possible, but it's far too expensive for today's short sighted folks.
Most say I'm a nutter for building my own OS from scratch, but I just can't find ANYONE who develops operating systems or applications with security as the highest priority. I try to exploit every line of code I write, and use a variety of unit tests involving input fuzzing, memchecks, etc to keep me honest. Sure development is slower (esp. refactoring), but I can sleep at night knowing the code I wrote does what I intended it to do, and nothing more.
Furthermore, security isn't #1 from a design perspective in any modern OS. For instance: Having the stack grow in the opposite direction that Arrays are indexed is utterly MORONIC, yet that's the way most everyone does everything... In my OS a buffer overrun doesn't crap all over the stack because the heap and stack grow in opposite directions, and arrays are indexed in the same direction of stack growth. Thereby significantly reducing or eliminating overruns as exploit vectors by design -- They access unallocated memory and/or cause a segmentation fault instead.
Programs are deployed as platform agnostic intermediate representations (.o / .OBJ), and linked into native machine executable binaries at install time. The same code I write and "compile" on x86 can be installed on ARM, x64, etc. I don't need a VM to provide cross platform support, and I can create a rigorous "debug" or "security audit" build from the "release" build. These are just a few examples...
That said, my OS is still a work in progress. It's taken me almost 8 years just to get the boot loader, file system, terminal and Ethernet / IP stack running, but I only work on it in my spare time -- You'd think someone like Microsoft or Google could pull something like this off in far less time; Protip: That's why C# and Android/Davlik exist, but these don't grant access to the bare metal and are developed with profit, adoption, and compatibility as highest priorities... I wouldn't give a damn about those goals until AFTER security has been addressed, and even then I won't care about adoption or profit -- Those are the worst possible goals when developing software.
TL;DR: You will have no security as long as profit and adoption drive progress.
I live in Korea and my personal information is also stolen.
The KT Corp. apologized its customers, and also said that "all stolen personal data are recovered back", which is one of the most stupid things I've heard for quite some time.
Now spamming you in badly written Korean.
Yes. I'm still wondering why Murdoch and his FOX ties to hacking haven't resulted in an arrest. Why are CEO's immune while 'regular' people are not?
Yes. I'm still wondering why Murdoch and his FOX ties to hacking haven't resulted in an arrest. Why are CEO's immune while 'regular' people are not?
They can usually erect a barrier of obfuscation between themselves and the lawbreaking. It's called plausible deniabilty.
It still sets a really bad precedent. If corporations are 'people', then they should be treated the same. This is one of those things that really infuriates me that corporations get away with some pretty nasty (illegal) activities, and pay a paltry fine and walk free, while average people are (rightly) jailed and prosecuted.
Yes. I'm still wondering why Murdoch and his FOX ties to hacking haven't resulted in an arrest. Why are CEO's immune while 'regular' people are not?
I believe the two in question are Asian 'regular' people.
Calling someone a "hater" only means you can not rationally rebut their argument.
Is that relevant?
Make the CEO and Chairman of the Board personally punishable for crimes committed by the company. That would stop most corporate crime.