SV-261343r996489_rule
V-261343
SRG-OS-000480-GPOS-00227
SLEM-05-255090
CAT I
10
Remove any ".shosts" files found on SLEM 5.
> sudo rm /<path_to_file>/.shosts
Verify there are no ".shosts" files on SLEM 5 with the following command:
> sudo find / \( -path /.snapshots -o -path /sys -o -path /proc \) -prune -o -name '.shosts' -print
If any ".shosts" files are found on the system, this is a finding.
V-261343
False
SLEM-05-255090
Verify there are no ".shosts" files on SLEM 5 with the following command:
> sudo find / \( -path /.snapshots -o -path /sys -o -path /proc \) -prune -o -name '.shosts' -print
If any ".shosts" files are found on the system, this is a finding.
M
5596