0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Redisサーバの動作が重いとき(クラッキングされているかも知れません)

0
Posted at

事象

さっきまで大丈夫だったredis-cliの応答がなくなった

原因

たぶんハッキングされた
ps -ef | grep redisしたところ、

redis2 --donate-level 1 -o ve01.ki...
のような文字列が表示された

対応

VMごと破棄

再発防止策

ファイアウォールを適切に設定する(EC2ならセキュリティグループを適切に設定する)
パスワードをかける(デフォルトではパスワードなしなので)

参考

[redis] redis 운영시 주의사항 : 네이버 블로그
https://blog.naver.com/PostView.nhn?blogId=pjt3591oo&logNo=221810858821&parentCategoryNo=&categoryNo=92&viewDate=&isShowPopularPosts=true&from=search

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?