Why are big sites like CBS.com still getting hacked?
1–9 of 9 posts
Re: Why are big sites like CBS.com still getting hacked?
#2Re: Why are big sites like CBS.com still getting hacked?
#3Re: Why are big sites like CBS.com still getting hacked?
#4The mistake could be anything from an insecure form input parser, through to not updating your web server to the latest update.
Once one hacker finds that vulnerability, it looks like it's an easy thing to do to take down or modify the side, but the finding of it can be extremely time consuming.
On the other side, look at who didn't go down in the recent Anonymous attacks - CBS and Universal Music went down, but Sony, EMI, Warner, etc, remained up.
Anonymous only had to find a couple of major relevant corporations that were vulnerable to make a big impact, it doesn't matter that the other dozens (100s?) of suitable targets were more secure.
Re: Why are big sites like CBS.com still getting hacked?
#5In general, you only need to make 1 mistake for your website to be vulnerable to what looks like a trivial hack. The mistake could be anything from an insecure form input parser, through to not updating your web server to the latest update. Once one hacker finds that vulnerability, it looks like it's an easy thing to do to take down or modify the side, but the finding of it can be extremely time consuming. On the oth…
Re: Why are big sites like CBS.com still getting hacked?
#6In general, you only need to make 1 mistake for your website to be vulnerable to what looks like a trivial hack. The mistake could be anything from an insecure form input parser, through to not updating your web server to the latest update. Once one hacker finds that vulnerability, it looks like it's an easy thing to do to take down or modify the side, but the finding of it can be extremely time consuming. On the oth…
If it only takes 1 mistake, would having a hot backup or failover be a best practice, so that if something does happen, you can immediately channel traffic to a live site?
The difficulty of having a hot backup is preventing a hacker repeating their attack immediately after you fail over.
Re: Why are big sites like CBS.com still getting hacked?
#7Earlier quoted context omitted.
If it only takes 1 mistake, would having a hot backup or failover be a best practice, so that if something does happen, you can immediately channel traffic to a live site?
Quite often the failover is just a DNS change to a static page saying "Sorry, we're currently unavailable". The difficulty of having a hot backup is preventing a hacker repeating their attack immediately after you fail over.
Re: Why are big sites like CBS.com still getting hacked?
#8Earlier quoted context omitted.
Quite often the failover is just a DNS change to a static page saying "Sorry, we're currently unavailable". The difficulty of having a hot backup is preventing a hacker repeating their attack immediately after you fail over.
Thanks EwanToo - that makes perfect sense. A combination of some security monitoring system that notifies you of the vulnerabilities along with someone to update your system is needed. But what if the updates have dependencies, for instance, incompatible Ruby gems or so. At that point, do you have to make the tradeoff of security risk vs time to update all gems/resolve incompatibility issues/deal with bugs in latest…
All this leaves big windows of opportunity for attacks.
Re: Why are big sites like CBS.com still getting hacked?
#9CBS and other companies are what we call "old money". And when it comes to things like Websites and social networks, they just don't have the mindset that they should have when it comes to it. That said, their servers are greatly under managed, and the people working in those areas are unable to keep up because when they first started, they where still writing "the book". Also, Anon is made up of more than just bored…