STIGQter STIGQter: STIG Summary: Solaris 10 X86 Security Technical Implementation Guide Version: 2 Release: 2 Benchmark Date: 22 Jan 2021:

The system must not be running any routing protocol daemons, unless the system is a router.

DISA Rule

SV-227912r603266_rule

Vulnerability Number

V-227912

Group Title

SRG-OS-000480

Rule Version

GEN005590

Severity

CAT II

CCI(s)

Weight

10

Fix Recommendation

Disable any routing protocol daemons.

# svcadm disable <routing protocol daemon>

Check Contents

Check for any running routing protocol daemons.
# svcs -a | grep online | egrep '(ospf|route|bgp|zebra|quagga)'
OR
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga)'
If any routing protocol daemons are listed, this is a finding.

Vulnerability Number

V-227912

Documentable

False

Rule Version

GEN005590

Severity Override Guidance

Check for any running routing protocol daemons.
# svcs -a | grep online | egrep '(ospf|route|bgp|zebra|quagga)'
OR
# ps -ef | egrep '(ospf|route|bgp|zebra|quagga)'
If any routing protocol daemons are listed, this is a finding.

Check Content Reference

M

Target Key

4061

Comments