Somehow I feel good about this. The article claims nothing good can come of deleting exposed databases, but I strongly disagree - I'd by far rather my data be deleted than stolen and shared. If the owner doesn't have proper backups AND can't secure a database, they have no business hosting such data, period. IMHO.
New ‘Meow’ attack has deleted almost 4k unsecured databases
11–20 of 544 posts
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#12Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#13Somehow I feel good about this. The article claims nothing good can come of deleting exposed databases, but I strongly disagree - I'd by far rather my data be deleted than stolen and shared. If the owner doesn't have proper backups AND can't secure a database, they have no business hosting such data, period. IMHO.
Any entity this irresponsible shouldn’t hold data.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#14Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#15So why is the attack being called Meow?
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#16Somehow I feel good about this. The article claims nothing good can come of deleting exposed databases, but I strongly disagree - I'd by far rather my data be deleted than stolen and shared. If the owner doesn't have proper backups AND can't secure a database, they have no business hosting such data, period. IMHO.
Our field is vast and there is a large variance in people just using the basics of CS and those who keep up with standards and best practices, etc.
Your statement is basically akin to someone saying that it’s fine for people to get robbed if they went out with their wallet; or worse.. killed.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#17So why is the attack being called Meow?
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#18So why is the attack being called Meow?
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#19How does this work? Will it affect MySQL databases accessible from the Internet but secured with a long random password?
Don't expose MySQL databases to the internet. Just don't. Stick an API layer in at the very least with key based auth, and only the bare minimum capabilities allowed for the user. That said, if you'd read the article you'd see that so far only unsecured MongoDB, Elasticsearch and Redis installations are being attacked so far.
Re: New ‘Meow’ attack has deleted almost 4k unsecured databases
#20Also as a rule of thumb never ever expose anything but port 80 and 443 if hosting a webapp.
If you must expose services other than http/s then be sure to not leak its version, have it secured properly and _always_ up to date. The user running such services should also be a non privileged user, the daemon chrooted, and the OS should have appropriate process and filesystem permissions in place.