Slashdot Mirror


Game of Thrones Hackers Demand Ransom (bbc.com)

An anonymous reader shares a report: Hackers who have leaked Game of Thrones scripts and other data from entertainment company HBO have released a note demanding a ransom payment. In a new dump, they also published a script for the as yet unbroadcast fifth episode of the current series. Company documents and video episodes of other HBO shows were also shared. The hackers claim to have 1.5TB of data in total, but HBO has said it does not believe its email system has been compromised. Documents in the latest leak were marked "HBO is falling," according to the Wired news site, and included legal information, employment agreements and other company files. The Associated Press reports that some documents appeared to contain personal contact information for Game of Thrones actors.

70 comments

  1. So what by Anonymous Coward · · Score: 1

    "Hackers" have stolen a bunch of mediocre ass-time video that I can't be bothered to hunt down on creepy file sharing sites before it appears in the mail on DVD in a few months. I can't imagine HBO paying these creeps a dime; they have no actual reason to do so.

    1. Re:So what by DirkDaring · · Score: 1

      That 'mediocre ass-time video' had 10.1 million viewers last episode. You may not think it is, but it's kind of a big deal.

    2. Re:So what by Frobnicator · · Score: 2

      That 'mediocre ass-time video' had 10.1 million viewers last episode. You may not think it is, but it's kind of a big deal.

      That's just the thing. Maybe a few hundred thousand of the fans will watch it, but they'll also watch it when it airs, and they'll watch it again online in the HBO site, and they'll buy the entire season again on BluRay. People who watch it early will talk about it and generate buzz for more views as well.

      The amount they could lose on the episode specifically is a tiny drop in the bucket and may even increase total ad revenue. The executives are more worried about dirt on the people, the incriminating emails like bosses running away with the secretary for a weekend, than they are worried about show views.

      --
      //TODO: Think of witty sig statement
    3. Re:So what by Anonymous Coward · · Score: 0

      What? I must have missed the anal sex episode!

    4. Re:So what by Anonymous Coward · · Score: 0

      I didn't say I wouldn't watch it just like the other 10-ish million couch monkeys. Work on your reading comprehension.

    5. Re:So what by Anonymous Coward · · Score: 0

      I guess low lifes need something to do just like anyone else. I pretty much view any GoT fan as a total loss to humanity and try to keep my distance from them.

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

      Yeah well this combat vet loves Game of Thrones. I'm sure you've contributed more than me though.

    7. Re:So what by fustakrakich · · Score: 1

      The executives are more worried about dirt on the people, the incriminating emails like bosses running away with the secretary for a weekend...

      That would be in the House of Cards episodes.

      --
      “He’s not deformed, he’s just drunk!”
    8. Re: So what by Anonymous Coward · · Score: 0

      Well said.

    9. Re:So what by Anonymous Coward · · Score: 0

      to be fair he seems to have contributed more self righteous smugness (I suspect undeservedly) than you

    10. Re:So what by Anonymous Coward · · Score: 0

      There have been at least three anal sex (or ass play) episodes before the latest season, if my anal sex counting memory serves me right.

  2. Umm... by lexlthr · · Score: 1

    Yeah...good luck with that...

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

      You can ransomware hospitals, schools, home computers, but you mess with the MPAA and they will sick their fbi lapdogs on you. Don't drop the soap.

  3. Emails by Anonymous Coward · · Score: 1

    Sony pictures CEO lost her job from email leaks. They might not care about scripts and episodes, but executives are worried about having their dirty laundry out today in the open.

  4. Awkward phrasing by Anonymous Coward · · Score: 1

    "The hackers claim to have 1.5TB of data in total, but HBO has said it does not believe its email system has been compromised."

    Why the but? These two clauses are causally unrelated. Unless HBO is asserting the only method by which the hackers could come into possession of company documents and video is via an email hack.

    Try:

    "Company documents and video episodes of other HBO shows were also shared, and the hackers claim to have 1.5TB of data in total. HBO has said it does not believe its email system has been compromised."

    1. Re:Awkward phrasing by xxxJonBoyxxx · · Score: 1

      From the notes the hackers left, this sounds like a typical "advanced persistent threat" operation.

      Step 1) get someone inside the network to open your Office doc containing a shell script that downloads and installs command-and-control ("C2") software (these days it seems there's often a base64-encoded Powershell script involved in here somewhere)
      Step 2) using the C2 software, quietly poke around the network until you find some juicy targets and accounts to elevate
      Step 3) grab the goods
      Step 4) quietly exfiltrate the data in a way that looks like legit traffic
      Step 5) announce yourself to the world

      It's been done before, it will been done again, and it's the bread-and-butter of any good "red team" out there today.

    2. Re:Awkward phrasing by Anonymous Coward · · Score: 0

      They don't care about leaked content because leaked scripts won't stop anyone from watching (and things can change between scripting and shooting and between shooting and editing). Most of the 1.5TB is probably useless fluff, legal documents and episodes that have already aired. The real dirt is in their email, so that's what they want to keep secure.

    3. Re:Awkward phrasing by Frobnicator · · Score: 1

      Why the but? These two clauses are causally unrelated.

      The executives do not care if the shows are leaked. A few of the fans will see it early, they'll still watch it when it airs, they'll watch it again on the HBO web site, and they'll buy the season on BluRay.

      But email, that's another matter entirely. Email has details about weekend getaways with the secretaries. Email has discussions about which stars need coke deliveries to their trailer (not the soda). Email includes salary negotiations and how one actor did something with somebody that explains their massive pay difference.

      Emails are the thing many executives fear. Leaking the product is nothing to them. That is why the executives wrote what they did. They got 1.5TB of video? That's okay, as long as the emails are safe.

      --
      //TODO: Think of witty sig statement
    4. Re: Awkward phrasing by Anonymous Coward · · Score: 0

      By definition, command and control doesn't run within the compromised network. You deposit the APT and the C&C controls it remotely.

    5. Re: Awkward phrasing by xxxJonBoyxxx · · Score: 1

      >> command and control doesn't run within the compromised network. You deposit the APT and the C&C controls it remotely.

      Yes, but the initial payload is sometimes a piece of generalized C2 software (e.g., https://github.com/EmpireProject/Empire/ ), which will then deposit customized malware (or just legit utilities with evil configurations) that actually performs 1) reinfection (if the local C2 software gets uninstalled) 2) data collection and 3) data exfiltration. (Sometimes you'd do it with the software you first installed, but often a little misdirection helps keep the APT persistent.)

      So...to avoid being overly pedantic, I called the generalized C2 software installed immediately after the initial exploit "C2"...even though (as you stated) the command and control console is run outside the compromised network.

    6. Re: Awkward phrasing by sexconker · · Score: 1

      Damn, u wrong.

      The "advanced persistent threat" is the outside actor trying to get in, the angry employee, etc.
      Command and control software has 2 components - command and control. You install the control portion on the victim machines, and command them from the outside. In some cases the control portion contains a chunk of the command portion as well, to ensure a decentralized, resilient network of pwned boxen.

  5. Don't pay by Anonymous Coward · · Score: 5, Insightful

    Any GoT fan worth their salt would likely go out of their way to avoid learning any spoilers (especially from criminals leaking scripts) until they can enjoy the episode at the same time as friends and co-workers, then spend hours the next day discussing the episode instead of working. The thieves got nothing of value. ($.02)

    1. Re:Don't pay by Rockoon · · Score: 3, Interesting

      Back in the day I remember a leak of a Star Trek movie script before the movie was released (it was the one with "Orbital Skydiving" at the beginning of the movie)

      As a fan of Star Trek, the spoilers werent enough to keep me from reading it. What fueled my desire to read it was a curiosity about Star Trek scripts and how that translates to the screen.

      --
      "His name was James Damore."
    2. Re:Don't pay by Austerity+Empowers · · Score: 2

      No, any GoT fan worth their salt would sell a kidney to get their hands on GRRMs unwritten books, notes and outlines so they can lord it over the TV watching "normals" who get the entirety of their GoT knowledge from 1 hour fixes on the show.

      Simply getting the TV show ahead of time wouldn't really fan the flame of self-righteousness.

    3. Re:Don't pay by Anonymous Coward · · Score: 0

      It was ST:Generations. I was in HS at the time, I printed the script took it to school and a lot of us read it.

      That didn't stop me from seeing the movie in theatres twice. The only thing that got me to stop seeing Trek in theatres was Abrams; I still feel bad I wasted money on his first steaming pile of crap. I saw the second for free on TV years after it came out and I still haven't seen the third.

    4. Re:Don't pay by ranton · · Score: 2

      Agreed. TV Viewers managed about five seasons with most major plot points available online and still enjoyed the show. They either read the spoilers if they were curious or kept away if they wanted to be surprised.

      Any non-book readers who enjoyed the first five seasons will enjoy the seventh season even if it becomes spoiled on Reddit.

      --
      -- All that is necessary for the triumph of evil is that good men do nothing. -- Edmund Burke
    5. Re:Don't pay by harperska · · Score: 1

      No, GoT fans obsess about spoilers and avoid being exposed to them at all costs. ASoIaF fans would sell a body part to obtain GRRMs notes in order to lord them over the aforementioned GoT fans. ASoIaF fans will also be sure to make sure you know that "Game of Thrones" is just the name of the TV show, named after the first book in the series "A Game of Thrones", and "A Song of Ice and Fire" is the actual name for the series of books as a whole.

    6. Re:Don't pay by Anonymous Coward · · Score: 0

      The only thing that got me to stop seeing Trek in theatres was Abrams; I still feel bad I wasted money on his first steaming pile of crap. I saw the second for free on TV years after it came out and I still haven't seen the third.

      Agreed. I am a huge fan of Star Trek. I have seen all three recent movies. The first I spent money on in the theaters, the last I borrowed on DVD and watched for free. Unfortunately, these three movies seem nothing like Star Trek. They could have easily been rebranded as a different movie and they may have worked better. To be honest, I am not sure what is missing from these movies that makes them un-Trek like, but they do not have the same spirit behind it. The new Star Trek series Star Trek: Discovery seems like it is going to be just as bad.

    7. Re:Don't pay by Bromrrrrr · · Score: 1

      No, any GoT fan worth their salt would sell a kidney to get their hands on GRRMs unwritten books

      Still writing books is he? I thought he stopped years ago.

      --

      What a rotten party, have we run out of beer or something?
    8. Re:Don't pay by Anonymous Coward · · Score: 0

      To me, what's missing is that Star Trek had an incredibly positive almost to the point of being naive about the future. Everything was such an ideal utopian paradise. We all wanted to live in that world.

      The Abrams movies are like most modern movies, everything is so cynical and negative and we're all going to die. It's a truly miserable depiction of a dystopian future.

      The tension in star trek came from exploring the unknown. The tension in the Abrams disasters come from enemies out to get us and corruption on our inside.

    9. Re:Don't pay by Nidi62 · · Score: 1

      No, GoT fans obsess about spoilers and avoid being exposed to them at all costs. ASoIaF fans would sell a body part to obtain GRRMs notes in order to lord them over the aforementioned GoT fans.

      At this point in the series, why would they? The show has moved beyond the books in terms of story progression and while the producers are working with GRRM, they have said that the stories could very likely diverge on many points. The general plot lines could remain similar, but the show has already shown a willingness to kill off people alive in the books and vice versa, or focus on separate subplots. Really any book vs show "conflict" is nothing more than tribalism.

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    10. Re:Don't pay by Anonymous Coward · · Score: 0

      Wait... you saw Star Trek Generations TWICE in theatres, and yet J.J. Abrams was the last straw?

      I admit that Into Darkness was a terrible film-- it wasn't well thought out, and the references to Wrath of Khan were painfully forced and shoehorned into a lazy, half baked story.

      That said, the first of his films and the last are certainly far better films than Generations, and probably all the TNG movies combined. They aren't "sci-fi" movies in the same vein as any of the Star Trek TV shows, but at least they make sense, and the characters seem consistent within their own little universe (I'm looking at you, action gun slinging vehicle driving Jean-Luc Picard...)

    11. Re:Don't pay by sexconker · · Score: 1

      I came here to laff at your folly and ridicule you heavily, but harperska got you good so I'll keep it short.

      Book nerds would be pretentious assholes about ASOIAF, not GOT. What does that make you? You're not a pretentious GoT asshole, or a pretentious "the books are better, have you even read the books?" asshole, you're just an asshole.

    12. Re:Don't pay by Anonymous Coward · · Score: 0

      Yes, you are exactly correct. I knew there was something about the new Star Trek movies that I just didn't like, but couldn't place my finger on it. Your explanation pretty much put into words what I was feeling about them. Thank you!

    13. Re:Don't pay by Anonymous Coward · · Score: 0

      There are plenty of countries where GoT does not air, and the only option is torrent downloads. I'm sure GoT fans in these countries will prove you wrong. :-)

    14. Re:Don't pay by zlives · · Score: 1

      and before this season, those of us that read the books (spoilers?) still watched the show so who cares, don't pay!!!

    15. Re:Don't pay by Anonymous Coward · · Score: 0

      It was one movie where you got to watch Kirk die twice. What's not to like? Especially after the ripoff in TUC where they show him getting vaporized in the trailer and then you go watch the move and find out it was a shapeshifting alien.

      The first film in his series had nothing at all to do with star trek. It was generic low-grade shoot-em-up pseudo-scifi that just stole the name from Star Trek. And to make it worse there was the whole "by the way everything you ever loved about your childhood fantasies never happened". Fuck J.J. Abrams.

      There's a clear divide, anyone who likes Abrams stinking turd is under 20 and never really cared for Star Trek.

    16. Re:Don't pay by Anonymous Coward · · Score: 0

      The thieves got nothing of value. ($.02)

      The thieves got the ability to release contact information about the actors, which could be annoying if any of them have direct information rather than information that goes through a proxy such as an agent or an attorney.

      If thirty million people watched you walk into a cave with Jon Snow last week, you probably wouldn't want them to know where you lived or your email address.

  6. SPOILER! Here's what's gonna happen! by Opportunist · · Score: 4, Funny

    Half of the main characters will die.

    Just like every season.

    --
    We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    1. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      I just want to know when the ladies are getting naked.

    2. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      Always so cup is half empty, half won't die you know,

    3. Re:SPOILER! Here's what's gonna happen! by peragrin · · Score: 1

      Damn it don't spoil it for me I am only in season 4.

      I watched for a while and then cut cable and hbo out. Girlfriend did the same but seperatly. Now we both want to watch it and are binge watching it. 4.5 seasons in 3 weeks. I figure we will start season 7 just about as it ends. Plus side you get a good sense of the backstory binge watching it.

      Next on the list is that she has never seen Star Wars. And I need to figure out what order to introduce it to her in. I am thinking. Rogue one episodes 4,5,6, 7 Then 1,2,3 for a bit of campy background

      --
      i thought once I was found, but it was only a dream.
    4. Re:SPOILER! Here's what's gonna happen! by sehlat · · Score: 1

      Half of the main characters will die.

      Just like every season.

      So the half-life of a Game of Thrones main character is one season?

    5. Re:SPOILER! Here's what's gonna happen! by ranton · · Score: 1

      Damn it don't spoil it for me I am only in season 4.

      I wouldn't read any articles about Game of Thrones then. Just get out of this thread all together.

      --
      -- All that is necessary for the triumph of evil is that good men do nothing. -- Edmund Burke
    6. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      That's true and not true. I would argue that the true MAIN characters have not died yet or rarely die in the overall scheme of things. The 3(4 if you count Snow) Stark children are still alive this far. Cersi lives, as does Khalessi. Lady Bree (Big tall blond woman) is still with us, as is both Spider and Little Finger. Even the dwarf has managed to live and Sam too.

      Other characters were much more supporting roles that were there to build up the main characters. Really, if you aren't a Lanister, Stark or Targarian, you don't really matter much. I'm not saying the supporting cast doesn't literally make and shape the main characters, just they aren't intended to go on like the main characters.

      P.S. Sorry for butchering character names.

    7. Re:SPOILER! Here's what's gonna happen! by Nidi62 · · Score: 1

      That's true and not true. I would argue that the true MAIN characters have not died yet or rarely die in the overall scheme of things. The 3(4 if you count Snow) Stark children are still alive this far.

      3(or 4 counting Snow) out of 5(6/Snow) Stark children are alive. So 40% are dead, plus Ned, Catharine, and Rob's pregnant wife. So a good part of the Stark family was killed, many of them brutally.

      Cersi lives,

      As does Jamie and Tyrion. The dead Lannisters include their father And Cersei/Jamie's 3 children. So, more dead than alive.

      It's really more that the book and show have no qualms killing off major characters to advance the plot. Most stories will hold onto main characters until they are no longer needed in the story and maybe kill off one or two for effect. GoT kills off main characters very abruptly,when they could very easily play a greater role in the story. I think that is part of what draws people to the show/books. It makes the story seem a lot more realistic.

      --
      The only thing necessary for evil to triumph is for it to be pitted against a slightly greater evil
    8. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      We need more fire+Daenyrs.

    9. Re:SPOILER! Here's what's gonna happen! by sexconker · · Score: 1

      Next on the list is that she has never seen Star Wars. And I need to figure out what order to introduce it to her in. I am thinking. Rogue one episodes 4,5,6, 7 Then 1,2,3 for a bit of campy background

      4, 5, 6, Ewok Christmas Special, Safe Sex PSA, done.

    10. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      best order for Star Wars is probably Rogue One, 4,5,2,3,6,7 this is essentially an update of what's called the "machete" order. though the originator doesn't suggest including Rogue one or 7

    11. Re:SPOILER! Here's what's gonna happen! by painandgreed · · Score: 1

      Half of the main characters will die.

      Just like every season.

      Exactly, the part everybody wants to know, is "who lives?"

    12. Re:SPOILER! Here's what's gonna happen! by Opportunist · · Score: 1

      The other half.

      DUH!

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    13. Re:SPOILER! Here's what's gonna happen! by Anonymous Coward · · Score: 0

      Machete order is best.
      4->5
      Then you make a decent pause between 4 and 5 by seeing episode 2 and 3.
      Then 6, which will seem really good compared to 2 and 3, when watching it directly after 5 it does seem kinda tacky.

      Episode 1 gives nothing of importance.

      Ep 7 is a decent enough film.

      Rogue one can be seen at any time, but I would not like to see it before having seen ep IV, personally.

  7. Send a Dragon there way that will get them! by Joe_Dragon · · Score: 1

    Send a Dragon there way that will get them!

    1. Re:Send a Dragon there way that will get them! by antdude · · Score: 1

      But the dragons have to be trained. I still need to train my Chinese dragons! :P

      --
      Ant(Dude) @ Quality Foraged Links (AQFL.net) & The Ant Farm (antfarm.ma.cx / antfarm.home.dhs.org).
  8. GRRM is an devious bastard. good work! by Thud457 · · Score: 2

    "leaked" "scripts"

    greatest fakeout EVAR.

    --

    the preceding comment is my own and in no way reflects the opinion of the Joint Chiefs of Staff

  9. Nnnnoooo don't be blackmailing by Anonymous Coward · · Score: 1

    Be uploading to various topsites that trickle down to us torrent-using plebeians! Yarr, shiver me timbers

  10. King's Ransom by Anonymous Coward · · Score: 0

    Some cripples, bastards, and broken things wanted HBO's golden crown, not realizing that they quest may put them at the pointy end of the US justice system. Like a man without honor they tried to push HBO onto to walk of punishment while thinking of the children. Lets hope HBO remains unbowed, unbent and unbroken, for no one deserves success in such a scheme in getting their spoils of war.

  11. Is HBO full of idiots? by freeze128 · · Score: 1

    "The hackers claim to have 1.5TB of data in total, but HBO has said it does not believe its email system has been compromised."

    You could take the script for EVERY game of thrones episode and fit it onto a single CD-ROM... without compression. The hackers have ***1.5TB of data***. You don't get that much data from scripts. They obviously have video. I don't know about HBO, but you don't usually go EMAILING video back and forth in your organization.

  12. Ignore 'em. by Anonymous Coward · · Score: 0

    Either people don't care about GoT, in which case some might go and watch the free dumps and some might decide they like it and you now have new customers, or they love the series and they may watch the free dumps because they're available earlier, but will still buy to get hold of the released episodes.

  13. Just stop being a dick by Anonymous Coward · · Score: 0

    This person is just being a dick and should probably figure out something better with their lives. Stop, you're just being dumb

  14. Msg. For The Hackers by Anonymous Coward · · Score: 0

    Winter is coming!

  15. Read the book? by Anonymous Coward · · Score: 0

    *spoiler alert*

    Did I do this right?

  16. If they pay by DrYak · · Score: 1

    And if they pay this group, the episodes are going to be leaked by a completely independent team of indian hacker who managed to get their hand on pre-review material.

    And if these indian got arrested in time, some other group will manage to release the video acquired by yet another method.

    There simply is no way paying a ransom to avoid leaking videos online, even if you're 100% sure that the guys asking for the money are honnest and won't release it anyway after running away with the money.

    --
    "Sufficiently advanced satire is indistinguishable from reality." - [Tips: 1DrYakQDKCQ6y52z6QbnkxHXAocMZJE61o ]
  17. Re:So what, anecdote about Day Of the Jackal by shoor · · Score: 0

    The way we see things is different from the way the producers see things. I reckon it's mostly an ego thing, but also there's that corporate mentality and insecurity where you don't want to be a scapegoat. The hackers also have egos, and, because they stole this, they want to think they've gotten something really big and important. In fact, the hackers may be the ones who are most blinded by ego.

    An example of the disconnect that can exist between sellers and customers comes from the publishing world. According to the wikipedia, the author of the book thriller "Day Of The Jackal" had a hard time finding a publisher because the book was written about an assassination attempt on Charles DeGaulle and DeGaulle had already died of natural causes. So publishers thought readers wouldn't be interested in a story where they knew DeGaulle was going to survive so there wouldn't be any suspense. But the book was a best-seller. It may be that the producers of "Game Of Thrones" have an inflated sense of the importance of no spoilers. (Sometimes in whodunnits spoilers may spoil, and in movies like "The Crying Game", but is "Game Of Thrones" like that?)

    I think spilling the beans will make little difference in viewership (might even increase it because it's publicity, and there's no such thing as bad publicity.) However, the suits might think it's going to make a difference. Then again, they might not. Or they might decide being successfully blackmailed is worse. Personally, I'll be surprised if they paid up, but I've been surprised before.

    --
    In theory, theory and practice are the same; in practice they're different. (Yogi Berra & A. Einstein)
  18. HBO can't pay for better advertisement by Archfeld · · Score: 1

    This is the best advertisement HBO can get. Probably a staged 'hack' intended to get more media coverage. Anyone who goes to the trouble to find this is almost certainly a watching fan already and will undoubtedly watch the download and then binge on past episodes, then watch the new stuff, posting to twitter and Facebook all the way along. I've read the song of fire and ice as well as the wildcards trust for a long time, but I've never actually seen an episode on HBO.

    --
    errr....umm...*whooosh* *whoosh* Is this thing on ?
  19. A Song of Fire and Ice by thegarbz · · Score: 1

    There. I just published the script for everyone. *Spoiler alert*

  20. Not Fakes by SeattleLawGuy · · Score: 1

    This is the best advertisement HBO can get. Probably a staged 'hack' intended to get more media coverage. Anyone who goes to the trouble to find this is almost certainly a watching fan already and will undoubtedly watch the download and then binge on past episodes, then watch the new stuff, posting to twitter and Facebook all the way along. I've read the song of fire and ice as well as the wildcards trust for a long time, but I've never actually seen an episode on HBO.

    That is extremely unlikely--less than 1%. Generally a bad idea to directly fake being a victim of a crime. It can easily get you arrested if you do it wrong. (Most obviously by making any false reports to authorities). It can also make you look incredibly bad if anyone finds out. In this case, we know the FBI is already involved in the investigation and lying to FBI agents is a crime.

    http://www.hollywoodreporter.c...

    In addition, HBO just doesn't need to go to such lengths for more media coverage for Thrones. It's a viral phenomenon. If you don't hear about it, you're living under a rock.

    --
    Real lawyers write in C++
  21. They have nothing of value by sarbonn · · Score: 1

    To be honest, I watch the show for the drama and the action. The "reveals" are cool, too, but hardly the reason why every episode is causing me to watch it. After the show airs, they have literally nothing of value. Right now, they have extremely weak leverage that they can release to the world and only the people who are incapable of waiting for the episode will find out what's going to happen. Those of us who aren't interested in spoilers will wait until the episodes air, and we'll be just fine with it. If ever there was a reason to not panic, this "leak" is it.

    --
    Sarbonn's blog: http://www.sarbonn.com/blog