Reuters hacked(reuters.com)
reuters.com
Reuters hacked
http://www.reuters.com/article/2014/06/22/us-iraq-security-idUSKBN0EX0BJ20140622
15 comments
Are you sure this is the malicious code? It looks like the standard Audience Science code, to me. Perhaps they or their CDN was hacked, or a malicious ad was placed on the advertising network?
Nope, not positive, and matheusbn posted an article saying it was something else: https://news.ycombinator.com/item?id=7928052
Could you try grabbing that again? When you pasted it it looks like linebreaks were added. I'm trying to deobfuscate it via JSNice.
It wasn't a problem inside reuters, but their 3rd party provider called (Taboola), which injects ads on reuters. So once taboola hacked, the ads system started injecting a script to redirect that page to another one.
Source: https://medium.com/@FredericJacobs/the-reuters-compromise-by...
Source: https://medium.com/@FredericJacobs/the-reuters-compromise-by...
It seems that Reuters has rectified the problem now. Previously it was redirecting to a page hosted by the Syrian Electronic Army.
Also a reminder to not link directly to hacked pages but to perhaps a screenshot and put the real link in the comments, as we don't know if there could be malicious javascript et al injected into the page.
Also a reminder to not link directly to hacked pages but to perhaps a screenshot and put the real link in the comments, as we don't know if there could be malicious javascript et al injected into the page.
Anybody have any idea about how they did it? Sorry for the noob question but I can't really figure out how they did it, since the original page loads fine and only after this there's some kind of redirect.
And as I can see it only affects certain pages so maybe there's a compromised component that's loaded on those pages?
And as I can see it only affects certain pages so maybe there's a compromised component that's loaded on those pages?
I am seeing the expected Reuters article. Mind explaining what is supposed to happen when loading this page?
Just curious: What is this hacking technique called? seems to be some kind of JS injected redirection.
Injecting tags and JS scripts in to a page usually falls in to the XSS category of attacks although it is not clear how it was done in this particular case.
I wrote a post about what happened: https://medium.com/@FredericJacobs/the-reuters-compromise-by...
What is supposed to happen? Seems to be some article...
After the page loads, you are redirected to the Syrian Electronic Army web site.
Specifically this page: http://imgur.com/CkIFBmY
Specifically this page: http://imgur.com/CkIFBmY
Indeed. I think whenever 'hacked sites' stories are posted here, the poster should include a screenshot given that the site will likely be fixed very quickly.
It's fixed now. It was linking to http://sea.sy/indexs/
There's a bit of code injected into the page near the bottom:
js.revsci.net seems to be redirecting some requests to localhost, so the code isn't loading for everyone. If it loads for you, you get redirected to a big "hacked by the Syrian Electronic Army etc. etc." page.
The location of the code doesn't look like it was from a malicious ad or social media thingy. Looks like it's near the bottom of the page template, so that's neat. It's embedded in other unrelated articles too.
edit: I was able to retrieve the content from elsewhere. It's up at http://pastebin.com/rzPeKKMH -- it's not just doing a redirect, there's some funky stuff in there.