[求助]使用rkhunter出现以下warning信息

Web、Mail、Ftp、DNS、Proxy、VPN、Samba、LDAP 等基础网络服务
回复
csloader
帖子: 3
注册时间: 2008-12-21 9:41

[求助]使用rkhunter出现以下warning信息

#1

帖子 csloader » 2008-12-21 9:44

[20:31:12] Checking /dev for suspicious file types [ Warning ]
[20:31:12] Warning: Suspicious file types found in /dev:
[20:31:12] /dev/shm/pulse-shm-2939964609: data
[20:31:13] Checking for hidden files and directories [ Warning ]
[20:31:13] Warning: Hidden directory found: /dev/.static
[20:31:13] Warning: Hidden directory found: /dev/.udev
[20:31:13] Warning: Hidden directory found: /dev/.initramfs

能不能帮我分析一下...感激不尽
mechgouki
帖子: 42
注册时间: 2006-01-11 22:48

Re: [求助]使用rkhunter出现以下warning信息

#2

帖子 mechgouki » 2008-12-21 18:07

/dev/shm/pulse-shm-2939964609 这个不是问题

/dev/shm是mmap文件地方 正常的
csloader
帖子: 3
注册时间: 2008-12-21 9:41

Re: [求助]使用rkhunter出现以下warning信息

#3

帖子 csloader » 2008-12-25 10:16

谢谢了,已解决
头像
zjz00zjz
帖子: 275
注册时间: 2008-08-16 9:39

Re: [求助]使用rkhunter出现以下warning信息

#4

帖子 zjz00zjz » 2009-03-21 10:20

csloader 写了:谢谢了,已解决
怎么解决的? 我也碰到了
头像
newnetexr
帖子: 163
注册时间: 2010-01-23 23:38
联系:

Re: [求助]使用rkhunter出现以下warning信息

#5

帖子 newnetexr » 2010-12-21 20:40

代码: 全选

# vi /etc/rkhunter.conf
提示哪个出错就取消哪一行前的注释,修改后无需重启任何服务

代码: 全选

#ALLOWHIDDENDIR=/etc/.java
#ALLOWHIDDENDIR=/dev/.udev
#ALLOWHIDDENDIR=/dev/.udevdb
#ALLOWHIDDENDIR=/dev/.udev.tdb
#ALLOWHIDDENDIR=/dev/.static
#ALLOWHIDDENDIR=/dev/.initramfs
#ALLOWHIDDENDIR=/dev/.SRC-unix
头像
874768078abel
帖子: 101
注册时间: 2009-08-07 17:39

Re: [求助]使用rkhunter出现以下warning信息

#6

帖子 874768078abel » 2012-05-12 6:07

俺这个也让大夫给瞧瞧
[04:57:50] Warning: The O/S name or version has changed since the last run:
[04:57:51] Warning: WARNING! It is the users responsibility to ensure that when the '--propupd' option
[04:58:13] Warning: The command '/usr/bin/unhide.rb' has been replaced by a script: /usr/bin/unhide.rb: a /usr/bin/ruby -w script text executable
[05:02:51] Checking for passwd file changes [ Warning ]
[05:02:51] Warning: User 'Lgb' has been added to the passwd file.
[05:02:51] Warning: User 'lgb' has been added to the passwd file.
[05:02:51] Warning: User 'clamav' has been added to the passwd file.
[05:02:51] Checking for group file changes [ Warning ]
[05:02:51] Warning: Changes found in the group file for group 'adm':
[05:02:51] Warning: Changes found in the group file for group 'dialout':
[05:02:51] Warning: Changes found in the group file for group 'fax':
[05:02:52] Warning: Changes found in the group file for group 'cdrom':
[05:02:52] Warning: Changes found in the group file for group 'floppy':
[05:02:52] Warning: Changes found in the group file for group 'tape':
[05:02:52] Warning: Changes found in the group file for group 'sudo':
[05:02:52] Warning: Changes found in the group file for group 'dip':
[05:02:52] Warning: Changes found in the group file for group 'video':
[05:02:52] Warning: Changes found in the group file for group 'plugdev':
[05:02:52] Warning: Changes found in the group file for group 'fuse':
[05:02:52] Warning: Group 'Lgb' has been added to the group file.
[05:02:52] Warning: Group 'lgb' has been added to the group file.
[05:02:52] Warning: Group 'clamav' has been added to the group file.
[05:02:52] Warning: Group 'colord' has been removed from the group file.
[05:02:52] Warning: Group 'scanner' has been removed from the group file.
[05:02:53] Checking for hidden files and directories [ Warning ]
[05:02:53] Warning: Hidden directory found: /etc/.java
[05:02:53] Warning: Hidden directory found: /dev/.udev
[05:02:53] Warning: Hidden file found: /dev/.initramfs: symbolic link to `/run/initramfs'



另一台机器检查结果:
Warning: The command '/usr/bin/unhide.rb' has been replaced by a script: /usr/bin/unhide.rb: a /usr/bin/ruby -w script text executable
Warning: User 'postfix' has been added to the passwd file.
Warning: Group 'postfix' has been added to the group file.
Warning: Group 'postdrop' has been added to the group file.
Warning: The SSH and rkhunter configuration options should be the same:
SSH configuration option 'PermitRootLogin': yes
Rkhunter configuration option 'ALLOW_SSH_ROOT_USER': no
Warning: Hidden directory found: /etc/.java
Warning: Hidden directory found: /dev/.udev
Warning: Hidden file found: /dev/.initramfs: symbolic link to `/run/initramfs'
回复