mysql數據庫被攻擊


好久沒有登錄我自己的服務器了,今日登錄發現mysql數據庫淪陷了。我的數據庫名字叫linkorganizer,是一個鏈接管理數據庫。舊表已經丟失了,整個數據庫只剩下一個warning表,它是黑客留下的。warning表結構如下

mysql> desc warning;
+-----------------+---------+------+-----+---------+-------+
| Field           | Type    | Null | Key | Default | Extra |
+-----------------+---------+------+-----+---------+-------+
| id              | int(11) | NO   | PRI | NULL    |       |
| warning         | text    | YES  |     | NULL    |       |
| Bitcoin_Address | text    | YES  |     | NULL    |       |
| Email           | text    | YES  |     | NULL    |       |
+-----------------+---------+------+-----+---------+-------+
4 rows in set (0.01 sec)

warning字段的內容如下:To recover your lost Database and avoid leaking it: Send us 0.1 Bitcoin (BTC) to our Bitcoin address 17rDr5mbXjLdegWDFuWd61Ymhwm54GjtNK and contact us by Email with your Server IP or Domain name and a Proof of Payment. If you are unsure if we have your data, contact us and we will send you a proof. Your Database is downloaded and backed up on our servers. Backups that we have right now: linkorganizer . If we dont receive your payment in the next 10 Days, we will make your database public or use them otherwise.

比特幣地址:17rDr5mbXjLdegWDFuWd61Ymhwm54GjtNK
郵箱:support@mydatabase.to

被攻擊的原因很簡單,我使用了簡單密碼,密碼長度只有四位。

數據不太重要,我是不可能給他們寄比特幣的。


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM