UCF STIG Viewer Logo

Network analysis tools must not be installed.


Overview

Finding ID Version Rule ID IA Controls Severity
V-220041 GEN003865 SV-220041r603265_rule Medium
Description
Network analysis tools allow for the capture of network traffic visible to the system.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2022-09-07

Details

Check Text ( C-21750r485065_chk )
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.
Fix Text (F-21749r485066_fix)
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
# pkgrm SUNWrcmdc