|
There have been two sources of attacks upon webhostings in Australia of recent times.
#1, Those protesting against the Australian Government 'Clean feed' have been targeting Australian Government websites. Can not think of the name, but they overwhelm a server with way too many hits all at once. This crashes the server.
#2, A bunch of people from India, are protesting against the fact that Students from India who are in Australia for studies, are getting attacked as they walk the streets.
In attack #2, they hack into the server, Encrpt the data, then delete it. Costing the company over $100,000 AU to fix the damage.
What can webmasters do to protect against #2?
I understand that the Australian government has been getting smarter with #1, as they block an IP address if it is detected to hit too many times in an x amount of time.
However with #2, the only thing a webmaster can do is to choose a better server, one which will only let in HTTP Get, Head and Post messages. OR, to have all the HTML files stored on a seperate storage device. As I have all my website data stored on a pen drive.
But then you have the issue of all the customer provided data of which you can not keep updating all the time. So that bit will always be 'at risk'.
|