Hacker Took Over BBC Server, Tried To Sell Access On Christmas Day
An anonymous reader writes in with this story about a hacker that took over a BBC server during the Christmas holiday. "A hacker secretly took over a computer server at the BBC, Britain's public broadcaster, and then launched a Christmas Day campaign to convince other cyber criminals to pay him for access to the system. While it is not known if the hacker found any buyers, the BBC's security team responded to the issue on Saturday and believes it has secured the site, according to a person familiar with the cleanup effort. A BBC spokesman declined to discuss the incident. 'We do not comment on security issues,' he said."
... to me!
These guys are getting a little smarter. Not a lot of eyes on the servers on Christmas. And a lot of card traffic at Target on Black Friday (still a great take even if would have been discovered after just one day).
Timing is everything folks. Just when you least expect them ...
But the Doctor fixed it!
People in the UK pay to see a made-for-TV Doctor Who movie in theaters.
The BBC has plenty of experience with Christmas invasions. I expect a police-box was involved in dealing with the problem.
It's Hacker time!
systemd is Roko's Basilisk.
So did Acid Burn kick Crash Override out of the system?
It should be 3D HFR with Dolby Atmos at that price.
If he'd sold early access to the Doctor Who Christmas special to Americans, he would've made a fortune.
He broke into an outside ftp server, presumably in a DMZ, that's used for transferring files to and from outside companies.
I'd love to know the details of the breakin, was it an exploit in the previous FTP software?
Currently it's running
220 ProFTPD 1.3.3g Server (ftp.bbc.co.uk) [212.58.252.93]
But has several more ports open to random people on the intarweb (rsync, really?)
21/tcp open ftp
22/tcp open ssh
80/tcp open http
443/tcp open https
444/tcp open snpp
873/tcp open rsync
Some kid was really upset they couldn't get Family Guy on BBC iPlayer. Santa takes this stuff pretty seriously I say.
Yes, I'm curious too.
Max.
I'm curious why you seem to have a problem with them running rsync, while you don't seem to have the same (and more) problems with the FTP server.
Why do you think rsync would be a problem?
FTP obviously has its faults, but it is a known, standard way of sharing files with other companies. It's highly likely that a company pushing files to the BBC will send them via FTP, and vice versa (The BBC did a deal with Signiant to handle some external file transfers, but obviously sharing material with some companies will still need an open and common standard like FTP)
I'd be very surprised that any company that is happy to use rsync would be unable to use rsync over ssh. I'm unsure why you'd want to use rsync to transfer a couple of files either, rather than scp.
It's most likely that rsync is used in this case to keep multiple servers synced from a master, in which case blocking access at a firewall level should be happening.
The fewer services exposed to the public, the fewer lines of attack.