怎样查找LINUX被攻击的信息?

发布于 2022-10-03 07:45:58 字数 97 浏览 20 评论 0

一台FC3机器,硬盘灯不停的闪,系统不响应任何操作,只好冷启动。过一段时间,有出现此故障。怀疑有人对系统进行攻击,怎样通过察看LOG文件,判断故障原因---如谁登陆了系统,进行了何种操作等。谢谢

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

椵侞 2022-10-10 07:45:58

/var/log/secure

千纸鹤带着心事 2022-10-10 07:45:58

<-simone@~->;$ cat /etc/syslog.conf
# Log all kernel messages to the console.
# Logging much else clutters up the screen.
#kern.*                                                 /dev/console

# Log anything (except mail) of level info or higher.
# Don't log private authentication messages!
*.info;mail.none;authpriv.none;cron.none                /var/log/messages

# The authpriv file has restricted access.
authpriv.*                                              /var/log/secure

# Log all the mail messages in one place.
mail.*                                                  /var/log/maillog

# Log cron stuff
cron.*                                                  /var/log/cron

# Everybody gets emergency messages
*.emerg                                                 *

# Save news errors of level crit and higher in a special file.
uucp,news.crit                                          /var/log/spooler

# Save boot messages also to boot.log
local7.*                                                /var/log/boot.log

ゝ杯具 2022-10-10 07:45:58

多谢各位。攻击原因找到了--是有人对系统进行DOS攻击,占用了100%CPU资源,使系统瘫痪。可我不懂什么是DOS攻击。哪位可以讲讲怎样进行DOS攻击,原理等?谢谢

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文