我是新来的Ubuntu和我寻求一些帮助。我已经用rkhunter扫描了我的Ubuntu,我有一些值得关注的结果:
Warning: The following processes are using deleted files:
Process: /sbin/init PID: 1 File: /var/log/upstart/systemd-logind.log.1
Process: /usr/sbin/cups-browsed PID: 1168 File: /etc/passwd
Process: /sbin/init PID: 2170 File: /home/pwn20wn/.cache/upstart/indicator-bluetooth.log.1
Process: /usr/lib/x86_64-linux-gnu/bamf/bamfdaemon PID: 2400 File: /home/pwn20wn/.local/share/gvfs-metadata/root
Process: /usr/lib/firefox/firefox PID: 2703 File: /var/tmp/etilqs_F4ZmiXL3Bx5CrjT
Process: /usr/bin/unity-scope-loader PID: 2959 File: /home/pwn20wn/.cache/software-center/software-center-agent.db/record.DB
Warning: Process '/sbin/wpa_supplicant' (PID 1167) is listening on the network.
Warning: Process '/sbin/dhclient' (PID 1349) is listening on the network.
Warning: Suspicious file types found in /dev:
/dev/.udev/rules.d/root.rules: ASCII text
Warning: Hidden directory found: /etc/.java: directory
Warning: Hidden directory found: /dev/.udev: directory
Warning: Hidden file found: /dev/.initramfs: symbolic link to `/run/initramfs'
Warning: Application 'openssl', version '1.0.1f', is out of date, and possibly a security risk.我想知道这些是否是假阳性或真正的威胁,关于如何解决它们。非常感谢!
发布于 2015-10-05 01:07:32
RKHunter以它的假阳性而闻名。ClamAV更好!
那三个隐藏的目录并不危险!我从2010年起就收到了这些通知。
Java是由Oracle创建的,也是由OpenJDK为数字证书创建的。
/dev/. udevd由udevd守护进程创建。
/dev/.initramfs的/run/initramfs符号链接是系统启动过程中安装初始ram文件系统的位置。
您可以无问题地删除它们,它们将在必要时由系统重新创建。
https://askubuntu.com/questions/676797
复制相似问题