how to handle being hacked.

0

when I connect to mysql database on AWS all my tables and data are gone. I see one table called Readme. It has one row with this message. 'I have backed up all your databases. To recover them you must pay 0.013 BTC (Bitcoin) to this address: 15iAAAU4EUwtsg5RKn8iEiA3FPcaACx7NW . Backup List: bffsocial. After your payment email me at sqlrecover379@onionmail.org with your server IP (35.173.150.137) and transaction ID and you will get a download link to your backup. Emails without transaction ID and server IP will be ignored. '

Questions:

  1. how do I stop being hacked?
  2. how do I get my tables/data back if I did not have the back up activated? thanks.
ed12345
asked 6 months ago696 views
1 Answer
0

Sorry to hear you have been hacked..

  • No not use PUBLIC Databases
  • If you do use public, ensure its secured to trusted IP Addresses
  • Use TLS for data in transit
  • Ensure ALL passwords are complex
  • Do not use standard usernames such as ADMIN or ROOT
  • Disable un-used user accounts

There would have been no other way to restore the data without a backup of some kind.

profile picture
EXPERT
answered 6 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions