Malicious hackers completely destroy flight sim site
news.bbc.co.uk
Malicious hackers completely destroy flight sim site
1–10 of 15 posts
Re: Malicious hackers completely destroy flight sim site
#2Back up your system. Now. Automate your backup process.
That is all.
Re: Malicious hackers completely destroy flight sim site
#3Re: Malicious hackers completely destroy flight sim site
#4its main focus was on Microsoft's Flight Simulator. So this was a game review site, I had initially thought it was a place where you physically go (the false cockpit kind of training place).
Lesson: "Some have asked whether or not we had back ups. Yes, we dutifully backed up our servers every day. Unfortunately, we backed up the servers between our two servers. "The hacker took out both servers, destroying our ability to use one or the other back up to remedy the situation."
Re: Malicious hackers completely destroy flight sim site
#5not sure if I'm more annoyed by the dumbass crackers or webmasters...
Re: Malicious hackers completely destroy flight sim site
#6Obligatory reminder: Back up your system. Now. Automate your backup process. That is all.
How do you handle that? I mean, your server has to be able to write to the backup server - so the attacker can also.
It would need to be some sort of append only filesystem, and who does that?
I use ssh to copy the tar to a different server - remotely distant. Which I thought was enough, for fires in the datacenter, or going out of business without notice. But who protects backups from an attacker? With ssh they can attack the remote machine easily and remove the files.
Maybe I should add a cron on the remote machines to chown the files away (and hope that server also isn't vulnerable).
Re: Malicious hackers completely destroy flight sim site
#7not sure if I'm more annoyed by the dumbass crackers or webmasters...
Re: Malicious hackers completely destroy flight sim site
#8Obligatory reminder: Back up your system. Now. Automate your backup process. That is all.
They did backup - but the hacker (attacker) killed the backup server too. How do you handle that? I mean, your server has to be able to write to the backup server - so the attacker can also. It would need to be some sort of append only filesystem, and who does that? I use ssh to copy the tar to a different server - remotely distant. Which I thought was enough, for fires in the datacenter, or going out of business wit…
Re: Malicious hackers completely destroy flight sim site
#9Obligatory reminder: Back up your system. Now. Automate your backup process. That is all.
They did backup - but the hacker (attacker) killed the backup server too. How do you handle that? I mean, your server has to be able to write to the backup server - so the attacker can also. It would need to be some sort of append only filesystem, and who does that? I use ssh to copy the tar to a different server - remotely distant. Which I thought was enough, for fires in the datacenter, or going out of business wit…
Re: Malicious hackers completely destroy flight sim site
#10not sure if I'm more annoyed by the dumbass crackers or webmasters...
How was the webmaster a "dumbass"? They had backups, but the hacker (yes I know it should be cracker - too bad - that battle is lost), took it out.
"Unfortunately, we backed up the servers between our
two servers."
It sounds like two servers ran the site and backups were jsut swapped between the two, that is a hackneyed setup.Besides, all it takes is burning the backups to DVD once every blue moon to prevent massive data loss.