UCF STIG Viewer Logo

The system must not run an Internet Network News (INN) server.


Overview

Finding ID Version Rule ID IA Controls Severity
V-227030 GEN006240 SV-227030r603265_rule Medium
Description
Internet Network News (INN) servers access Usenet newsfeeds and store newsgroup articles. INN servers use the Network News Transfer Protocol (NNTP) to transfer information from the Usenet to the server and from the server to authorized remote hosts. If this function is necessary to support a valid mission requirement, its use must be authorized and approved in the system accreditation package.
STIG Date
Solaris 10 SPARC Security Technical Implementation Guide 2020-12-04

Details

Check Text ( C-29192r485444_chk )
# ps -ef | egrep "innd|nntpd"

If an INN server is running, this is a finding.
Fix Text (F-29180r485445_fix)
Disable the INN server.