It reminds me of when unsuspecting thieves accidentally stole a container of Iridium-192 used for industrial radiography from a lab in Mexico, and were eventually arrested and taken to the hospital to be treated for radiation burns. https://www.bbc.com/news/world-latin-america-32332271 The FBI should keep an eye on hospitals for anyone showing up with burning bleeding eyes and a swelling itching brains and melting fa…
How is this connected to stealing source code of a computer game?
Hackers breach Electronic Arts, stealing game source code and tools
81–90 of 119 posts
Re: Hackers breach Electronic Arts, stealing game source code and tools
#82Earlier quoted context omitted.
But the wider point is that "intellectual property" cannot effectively be "stolen", only "unlawfully obtained or reproduced". Nobody is ever deprived of IP or even its legally-created exploitation rights; it's only the market value of such IP that is allegedly affected. I reckon we need a new word. "Pirating" has sort-of taken that space but it's not really good and it only covers distribution. It should be something…
If value is transferred by force, this is theft.
Re: Hackers breach Electronic Arts, stealing game source code and tools
#83Earlier quoted context omitted.
for me stealing implies change of possession. this does not apply here. what might have been taken is the possibility to monetize it the way they imagined or that they had been hurt by the PR afterwards and similar things. but nothing has been stolen everything is still in place were it was before and nothing is missing except for some of the confidence in their infrastructure security.
"Hello, I'm calling to report that the 16-digit sequence, expiration date, and 3-digit security code of my credit card have been replicated and are now known to persons whom I did not give permission to utilize." "Sir, are you calling because your credit card was stolen?" " It was not stolen!! I still retain possession."
You're not liable for transactions that occur fraudulently when you still retain possession of the card.
So yeah, it's an important distinction.
Re: Hackers breach Electronic Arts, stealing game source code and tools
#84It reminds me of when unsuspecting thieves accidentally stole a container of Iridium-192 used for industrial radiography from a lab in Mexico, and were eventually arrested and taken to the hospital to be treated for radiation burns. https://www.bbc.com/news/world-latin-america-32332271 The FBI should keep an eye on hospitals for anyone showing up with burning bleeding eyes and a swelling itching brains and melting fa…
How is this connected to stealing source code of a computer game?
Here's an example of some highly toxic code they wasn't intended to escape the lab:
Re: Hackers breach Electronic Arts, stealing game source code and tools
#85It reminds me of when unsuspecting thieves accidentally stole a container of Iridium-192 used for industrial radiography from a lab in Mexico, and were eventually arrested and taken to the hospital to be treated for radiation burns. https://www.bbc.com/news/world-latin-america-32332271 The FBI should keep an eye on hospitals for anyone showing up with burning bleeding eyes and a swelling itching brains and melting fa…
Re: Hackers breach Electronic Arts, stealing game source code and tools
#86Re: Hackers breach Electronic Arts, stealing game source code and tools
#87There have been multiple attacks like this and it seems the stolen code is usually made public in the end. I presume people will look at it and reuse some concepts and I wonder if this could lead to the technical state of the industry becoming better as a whole.
Re: Hackers breach Electronic Arts, stealing game source code and tools
#88Is their plan to they sell it back to them in micro transactions?
Re: Hackers breach Electronic Arts, stealing game source code and tools
#89> "Anytime source code gets leaked it's not good," said Ekram Ahmed, a spokesperson for the cybersecurity firm Check Point. "Hackers can comb through the code, identify deeper flaws for exploit, and sell that previous code on the dark web to malicious threat actors." This seems like a strong argument against using open source codes. Should I take this argument seriously and avoid them?
Re: Hackers breach Electronic Arts, stealing game source code and tools
#90> "Anytime source code gets leaked it's not good," said Ekram Ahmed, a spokesperson for the cybersecurity firm Check Point. "Hackers can comb through the code, identify deeper flaws for exploit, and sell that previous code on the dark web to malicious threat actors." This seems like a strong argument against using open source codes. Should I take this argument seriously and avoid them?
It's a question of information asymmetry. It's always easier to be on the attacking side of cyber security. If the attackers have good intel, and the defense isn't organized, their work is much easier. With (popular) open source projects, there are hundreds of eyeballs looking at the source and trying to fix security issues before they can be exploited. The closed source project is typically less secure, but attacker…