UCF STIG Viewer Logo

Inetd or xinetd logging/tracing must be enabled.


Overview

Finding ID Version Rule ID IA Controls Severity
V-1011 GEN003800 SV-27429r1_rule ECAR-2 ECSC-1 ECAR-3 ECAR-1 Low
Description
Inetd or xinetd logging and tracing allows the system administrators to observe the IP addresses connecting to their machines and to observe what network services are being sought. This provides valuable information when trying to find the source of malicious users and potential malicious users.
STIG Date
SOLARIS 9 X86 SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-28615r1_chk )
# ps -ef |grep inetd |grep "-t"
If no results are returned, this is a finding.
Fix Text (F-24700r1_fix)
Edit the inetd startup script and add the -t parameter.