SV-220041r603265_rule
V-220041
SRG-OS-000095
GEN003865
CAT II
10
Remove the network analysis tool binary from the system. The snoop binary is part of the SUNWrcmdc package, which may also be removed if none of its components are required.
Procedure:
# rm <binary>
# pkgrm SUNWrcmdc
Determine if any network analysis tools are installed.
Procedure:
# find / -name ethereal
# find / -name wireshark
# find / -name tshark
# find / -name netcat
# find / -name tcpdump
# find / -name snoop
If any network analysis tools are found, this is a finding.
V-220041
False
GEN003865
Determine if any network analysis tools are installed.
Procedure:
# find / -name ethereal
# find / -name wireshark
# find / -name tshark
# find / -name netcat
# find / -name tcpdump
# find / -name snoop
If any network analysis tools are found, this is a finding.
M
4060